- 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:
parent
9b0c40f6d2
commit
a8de44f268
@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 13 11:03:41 UTC 2020 - Ondřej Súkup <mimi.vx@gmail.com>
|
||||
|
||||
- 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 <code@bnavigator.de>
|
||||
|
||||
|
@ -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
|
||||
|
BIN
setuptools-44.0.0.zip
(Stored with Git LFS)
BIN
setuptools-44.0.0.zip
(Stored with Git LFS)
Binary file not shown.
3
setuptools-44.1.1.zip
Normal file
3
setuptools-44.1.1.zip
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c67aa55db532a0dadc4d2e20ba9961cbd3ccc84d544e9029699822542b5a476b
|
||||
size 858770
|
Loading…
Reference in New Issue
Block a user