Skip to content

Commit e77cbbf

Browse files
committed
Fix PyPI links
1 parent 978df84 commit e77cbbf

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Does upstream support Python 3?
3737
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3838
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.
3939

40-
.. _PyPI: https://pypi.python.org/pypi
40+
.. _PyPI: https://pypi.org/
4141

4242
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,...).
4343

specs/application-module.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Release: 2%{?dist}
66
Summary: An example Python tool
77

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

1212
BuildArch: noarch

specs/application.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Release: 2%{?dist}
66
Summary: An example Python application
77

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

1212
BuildArch: noarch

specs/application.spec.orig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Release: 1%{?dist}
66
Summary: An example Python application
77

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

1212
BuildArch: noarch

specs/module.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Release: 2%{?dist}
66
Summary: An example Python module
77

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

1212
BuildArch: noarch

specs/module.spec.orig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Release: 1%{?dist}
66
Summary: An example Python module
77

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

1212
BuildArch: noarch

specs/tool.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Release: 2%{?dist}
66
Summary: An example Python tool
77

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

1212
BuildArch: noarch

specs/tool.spec.orig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Release: 1%{?dist}
66
Summary: An example Python tool
77

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

1212
BuildArch: noarch

0 commit comments

Comments
 (0)