diff --git a/python-setuptools.changes b/python-setuptools.changes index 016f427..9c36e5c 100644 --- a/python-setuptools.changes +++ b/python-setuptools.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Thu Aug 13 11:03:41 UTC 2020 - Ondřej Súkup + +- update to 44.1.0 + * Set sys.argv[0] in setup script run by build_meta.__legacy__ + * Fix for Python 4: replace unsafe six.PY3 with six.PY2 + * Fixed a bug in the “setuptools.finalize_distribution_options” hook + that lead to ignoring the order attribute of entry points managed + by this hook. + * Avoid loading working set during Distribution.finalize_options prior + to invoking _install_setup_requires, broken since v42.0.0. + ------------------------------------------------------------------- Tue Jun 23 15:41:14 UTC 2020 - Benjamin Greiner diff --git a/python-setuptools.spec b/python-setuptools.spec index d41f6eb..70168b2 100644 --- a/python-setuptools.spec +++ b/python-setuptools.spec @@ -28,7 +28,7 @@ %endif %bcond_without python2 Name: python-setuptools%{psuffix} -Version: 44.0.0 +Version: 44.1.1 Release: 0 Summary: Enhancements to distutils for building and distributing Python packages License: MIT diff --git a/setuptools-44.0.0.zip b/setuptools-44.0.0.zip deleted file mode 100644 index dcb54f3..0000000 --- a/setuptools-44.0.0.zip +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e5baf7723e5bb8382fc146e33032b241efc63314211a3a120aaa55d62d2bb008 -size 858893 diff --git a/setuptools-44.1.1.zip b/setuptools-44.1.1.zip new file mode 100644 index 0000000..826c11e --- /dev/null +++ b/setuptools-44.1.1.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c67aa55db532a0dadc4d2e20ba9961cbd3ccc84d544e9029699822542b5a476b +size 858770