diff --git a/python-setuptools.spec b/python-setuptools.spec index b63d4c109659ad7b9890108e42c81aa59d05e7c5..459b1a67e96e12cbbe030d878c5ac68620627ae8 100644 --- a/python-setuptools.spec +++ b/python-setuptools.spec @@ -11,12 +11,12 @@ Name: python-setuptools Version: 44.1.1 -Release: 1 +Release: 2 Summary: Easily build and distribute Python packages License: MIT and (BSD or ASL 2.0) URL: https://pypi.python.org/pypi/setuptools -Source0: %{pypi_source setuptools %{version} zip} +Source0: https://files.pythonhosted.org/packages/b2/40/4e00501c204b457f10fe410da0c97537214b2265247bc9a5bc6edd55b9e4/setuptools-44.1.1.zip Patch0: create-site-packages.patch Patch9000: bugfix-eliminate-random-order-in-metadata.patch @@ -143,6 +143,9 @@ PYTHONDONTWRITEBYTECODE=1 PYTHONPATH=$(pwd) py.test-%{python3_version} --ignore= %doc docs/* CHANGES.rst README.rst %changelog +* Mon Sep 7 2020 shixuantong - 44.1.1 - 2 +- update Source0 + * Wed Sep 2 2020 shixuantong - 44.1.1 - 1 - update version to 44.1.1