Skip to content

Fix PyPI links #25

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 22, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Does upstream support Python 3?
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Look upstream and try to find out if the software is released with Python 3 support. First look at the front page of the project, Python compatibility is oftentimes listed there. There is also a good chance the project will have this information listed on `PyPI`_. If not, look at release notes or the changelog history. You can also look at issues and pull requests.

.. _PyPI: https://pypi.python.org/pypi
.. _PyPI: https://pypi.org/

However, the important thing to note is that the Python 3 support needs to be *released*, not just committed in the version control system (git, mercurial,...).

Expand Down
2 changes: 1 addition & 1 deletion specs/application-module.spec
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Release: 2%{?dist}
Summary: An example Python tool

License: MIT
URL: http://pypi.python.org/pypi/%{srcname}
URL: https://pypi.org/project/%{srcname}
Source0: https://files.pythonhosted.org/packages/source/e/%{srcname}/%{srcname}-%{version}.tar.gz

BuildArch: noarch
Expand Down
2 changes: 1 addition & 1 deletion specs/application.spec
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Release: 2%{?dist}
Summary: An example Python application

License: MIT
URL: http://pypi.python.org/pypi/%{srcname}
URL: https://pypi.org/project/%{srcname}
Source0: https://files.pythonhosted.org/packages/source/e/%{srcname}/%{srcname}-%{version}.tar.gz

BuildArch: noarch
Expand Down
2 changes: 1 addition & 1 deletion specs/application.spec.orig
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Release: 1%{?dist}
Summary: An example Python application

License: MIT
URL: http://pypi.python.org/pypi/%{srcname}
URL: https://pypi.org/project/%{srcname}
Source0: https://files.pythonhosted.org/packages/source/e/%{srcname}/%{srcname}-%{version}.tar.gz

BuildArch: noarch
Expand Down
2 changes: 1 addition & 1 deletion specs/module.spec
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Release: 2%{?dist}
Summary: An example Python module

License: MIT
URL: http://pypi.python.org/pypi/%{srcname}
URL: https://pypi.org/project/%{srcname}
Source0: https://files.pythonhosted.org/packages/source/e/%{srcname}/%{srcname}-%{version}.tar.gz

BuildArch: noarch
Expand Down
2 changes: 1 addition & 1 deletion specs/module.spec.orig
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Release: 1%{?dist}
Summary: An example Python module

License: MIT
URL: http://pypi.python.org/pypi/%{srcname}
URL: https://pypi.org/project/%{srcname}
Source0: https://files.pythonhosted.org/packages/source/e/%{srcname}/%{srcname}-%{version}.tar.gz

BuildArch: noarch
Expand Down
2 changes: 1 addition & 1 deletion specs/tool.spec
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Release: 2%{?dist}
Summary: An example Python tool

License: MIT
URL: http://pypi.python.org/pypi/%{srcname}
URL: https://pypi.org/project/%{srcname}
Source0: https://files.pythonhosted.org/packages/source/e/%{srcname}/%{srcname}-%{version}.tar.gz

BuildArch: noarch
Expand Down
2 changes: 1 addition & 1 deletion specs/tool.spec.orig
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Release: 1%{?dist}
Summary: An example Python tool

License: MIT
URL: http://pypi.python.org/pypi/%{srcname}
URL: https://pypi.org/project/%{srcname}
Source0: https://files.pythonhosted.org/packages/source/e/%{srcname}/%{srcname}-%{version}.tar.gz

BuildArch: noarch
Expand Down