diff --git a/bugfix-eliminate-random-order-in-metadata.patch b/bugfix-eliminate-random-order-in-metadata.patch deleted file mode 100644 index 3ca03e573e2bba6a13e7f4437eff9712698aaf82..0000000000000000000000000000000000000000 --- a/bugfix-eliminate-random-order-in-metadata.patch +++ /dev/null @@ -1,18 +0,0 @@ -From 6187ec30bc26111c9e197c92385bd1e6b0faf7ae Mon Sep 17 00:00:00 2001 -From: chenzhen -Date: Thu, 11 Apr 2019 21:55:54 +0800 -Subject: [PATCH] python-setuptools: eliminate differences - -reason:eliminate differences of source code - ---- setuptools-40.4.3_old/setuptools/dist.py 2019-04-11 21:46:27.616000000 +0800 -+++ setuptools-40.4.3/setuptools/dist.py 2019-04-11 21:46:55.428000000 +0800 -@@ -119,7 +119,7 @@ - self.long_description_content_type - ) - if self.provides_extras: -- for extra in self.provides_extras: -+ for extra in sorted(self.provides_extras): - file.write('Provides-Extra: %s\n' % extra) - - diff --git a/python-setuptools.spec b/python-setuptools.spec index edd42b3af8352c7684f8198b3c20c52007d2c482..77c844e71e55f970f2379e226920604c798c15d8 100644 --- a/python-setuptools.spec +++ b/python-setuptools.spec @@ -10,15 +10,14 @@ %global python_whlname setuptools-%{version}-py2.py3-none-any.whl Name: python-setuptools -Version: 40.4.3 -Release: 4 +Version: 41.2.0 +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} Patch0: create-site-packages.patch -Patch9000: bugfix-eliminate-random-order-in-metadata.patch BuildArch: noarch %if %{with python2} @@ -144,6 +143,9 @@ PYTHONDONTWRITEBYTECODE=1 PYTHONPATH=$(pwd) py.test-%{python3_version} --ignore= %changelog +* Thu Jun 4 2020 chengzihan - 41.2.0-2 +- Upgrade package to version 41.2.0 + * Wed Oct 30 2019 hexiaowen - 40.4.3-4 - disable tests diff --git a/setuptools-40.4.3.zip b/setuptools-41.2.0.zip similarity index 54% rename from setuptools-40.4.3.zip rename to setuptools-41.2.0.zip index f408a85a137ee7d63b367c68f8f5bc578c96e5a5..e2cb40dfae8844746f97fdf465454b56e037c359 100644 Binary files a/setuptools-40.4.3.zip and b/setuptools-41.2.0.zip differ