From f46ea89c289e6c2f1389f495a4a7f77c2474b4b1ee901dd73359c5f93133279c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Fri, 11 Oct 2019 09:46:40 +0000 Subject: [PATCH] Accepting request 737429 from home:mcalabkova:branches:devel:languages:python - Update to 41.4.0 * In declarative config, now traps errors when invalid python_requires values are supplied. * When storing extras, rely on OrderedSet to retain order of extras as indicated by the packager, which will also be deterministic on Python 2.7 (with PYTHONHASHSEED unset) and Python 3.6+. * Fixed failing integration test triggered by 'long_description_content_type' in packaging. OBS-URL: https://build.opensuse.org/request/show/737429 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-setuptools?expand=0&rev=180 --- python-setuptools.changes | 11 +++++++++++ python-setuptools.spec | 2 +- setuptools-41.2.0.zip | 3 --- setuptools-41.4.0.zip | 3 +++ 4 files changed, 15 insertions(+), 4 deletions(-) delete mode 100644 setuptools-41.2.0.zip create mode 100644 setuptools-41.4.0.zip diff --git a/python-setuptools.changes b/python-setuptools.changes index a247384..f372414 100644 --- a/python-setuptools.changes +++ b/python-setuptools.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Fri Oct 11 09:29:35 UTC 2019 - Marketa Calabkova + +- Update to 41.4.0 + * In declarative config, now traps errors when invalid python_requires + values are supplied. + * When storing extras, rely on OrderedSet to retain order of extras + as indicated by the packager, which will also be deterministic + on Python 2.7 (with PYTHONHASHSEED unset) and Python 3.6+. + * Fixed failing integration test triggered by 'long_description_content_type' in packaging. + ------------------------------------------------------------------- Sat Sep 14 02:08:41 UTC 2019 - John Vandenberg diff --git a/python-setuptools.spec b/python-setuptools.spec index 0496617..de82424 100644 --- a/python-setuptools.spec +++ b/python-setuptools.spec @@ -27,7 +27,7 @@ %bcond_with test %endif Name: python-setuptools%{psuffix} -Version: 41.2.0 +Version: 41.4.0 Release: 0 Summary: Enhancements to distutils for building and distributing Python packages License: Python-2.0 OR ZPL-2.0 diff --git a/setuptools-41.2.0.zip b/setuptools-41.2.0.zip deleted file mode 100644 index d1361fe..0000000 --- a/setuptools-41.2.0.zip +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:66b86bbae7cc7ac2e867f52dc08a6bd064d938bac59dfec71b9b565dd36d6012 -size 851251 diff --git a/setuptools-41.4.0.zip b/setuptools-41.4.0.zip new file mode 100644 index 0000000..be7deeb --- /dev/null +++ b/setuptools-41.4.0.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7eae782ccf36b790c21bde7d86a4f303a441cd77036b25c559a602cf5186ce4d +size 855608