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