Skip to content

Commit 2359ac9

Browse files
authored
Merge pull request #20 from Krejdom/PyPI_URL
PyPI URL in specs changed to the new form
2 parents 50871ba + 6fdf069 commit 2359ac9

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

specs/application-module.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Summary: %{sum}
88

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

1313
BuildArch: noarch
1414
BuildRequires: python2-devel

specs/application.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Summary: An example Python application
77

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

1212
BuildArch: noarch
1313
BuildRequires: python3-devel

specs/application.spec.orig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Summary: An example Python application
77

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

1212
BuildArch: noarch
1313
BuildRequires: python-devel

specs/module.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Summary: %{sum}
88

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

1313
BuildArch: noarch
1414
BuildRequires: python2-devel

specs/module.spec.orig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Summary: An example Python module
77

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

1212
BuildArch: noarch
1313
BuildRequires: python-devel

specs/tool.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Summary: %{sum}
88

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

1313
BuildArch: noarch
1414
BuildRequires: python2-devel

specs/tool.spec.orig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Summary: An example Python tool
77

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

1212
BuildArch: noarch
1313
BuildRequires: python-devel

0 commit comments

Comments
 (0)