forked from pool/python-setuptools
- 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:
@@ -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
|
||||
|
Reference in New Issue
Block a user