diff --git a/python-setuptools.changes b/python-setuptools.changes index 00fe27f..9309247 100644 --- a/python-setuptools.changes +++ b/python-setuptools.changes @@ -1,3 +1,26 @@ +------------------------------------------------------------------- +Sun Feb 10 22:30:38 UTC 2019 - Arun Persaud + +- update to version 40.8.0: + * #1652: Added the build_meta:__legacy__ backend, a "compatibility + mode" PEP 517 backend that can be used as the default when + build-backend is left unspecified in pyproject.toml. + * #1635: Resource paths are passed to pkg_resources.resource_string + and similar no longer accept paths that traverse parents, that + begin with a leading /. Violations of this expectation raise + DeprecationWarnings and will become errors. Additionally, any + paths that are absolute on Windows are strictly disallowed and + will raise ValueErrors. + * #1536: setuptools will now automatically include licenses if + setup.cfg contains a license_file attribute, unless this file is + manually excluded inside MANIFEST.in. + +- changes from version 40.7.3: + * #1670: In package_index, revert to using a copy of splituser from + Python 3.8. Attempts to use urllib.parse.urlparse led to problems + as reported in #1663 and #1668. This change serves as an + alternative to #1499 and fixes #1668. + ------------------------------------------------------------------- Sat Feb 2 17:02:46 UTC 2019 - Arun Persaud diff --git a/python-setuptools.spec b/python-setuptools.spec index 80263ae..f77fca9 100644 --- a/python-setuptools.spec +++ b/python-setuptools.spec @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define oldpython python Name: python-setuptools -Version: 40.7.2 +Version: 40.8.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-40.7.2.zip b/setuptools-40.7.2.zip deleted file mode 100644 index 2dca5b1..0000000 --- a/setuptools-40.7.2.zip +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:746ef46712e4fa3079a4076a2e98fc96189faf2542b224568232b9ba070495e7 -size 842780 diff --git a/setuptools-40.8.0.zip b/setuptools-40.8.0.zip new file mode 100644 index 0000000..79167a7 --- /dev/null +++ b/setuptools-40.8.0.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e4eec90337e849ade7103723b9a99631c1f0d19990d6e8412dc42f5ae8b304d +size 845071