14
0

- 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.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-setuptools?expand=0&rev=199
This commit is contained in:
2020-08-13 11:09:10 +00:00
committed by Git OBS Bridge
parent 9b0c40f6d2
commit a8de44f268
4 changed files with 16 additions and 4 deletions

View File

@@ -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