From 05f00aba4b0b77b647d92c0d896d306121c7f149 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=A1=90=E5=B0=8F=E5=93=A5?= Date: Sat, 5 Sep 2020 16:00:40 +0800 Subject: [PATCH] update Source0 --- python-setuptools.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-setuptools.spec b/python-setuptools.spec index b63d4c1..459b1a6 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 -- Gitee