Accepting request 737429 from home:mcalabkova:branches:devel:languages:python
- Update to 41.4.0 * In declarative config, now traps errors when invalid python_requires values are supplied. * When storing extras, rely on OrderedSet to retain order of extras as indicated by the packager, which will also be deterministic on Python 2.7 (with PYTHONHASHSEED unset) and Python 3.6+. * Fixed failing integration test triggered by 'long_description_content_type' in packaging. OBS-URL: https://build.opensuse.org/request/show/737429 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-setuptools?expand=0&rev=180
This commit is contained in:
parent
9dacc45bd5
commit
f46ea89c28
@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 11 09:29:35 UTC 2019 - Marketa Calabkova <mcalabkova@suse.com>
|
||||
|
||||
- Update to 41.4.0
|
||||
* In declarative config, now traps errors when invalid python_requires
|
||||
values are supplied.
|
||||
* When storing extras, rely on OrderedSet to retain order of extras
|
||||
as indicated by the packager, which will also be deterministic
|
||||
on Python 2.7 (with PYTHONHASHSEED unset) and Python 3.6+.
|
||||
* Fixed failing integration test triggered by 'long_description_content_type' in packaging.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Sep 14 02:08:41 UTC 2019 - John Vandenberg <jayvdb@gmail.com>
|
||||
|
||||
|
@ -27,7 +27,7 @@
|
||||
%bcond_with test
|
||||
%endif
|
||||
Name: python-setuptools%{psuffix}
|
||||
Version: 41.2.0
|
||||
Version: 41.4.0
|
||||
Release: 0
|
||||
Summary: Enhancements to distutils for building and distributing Python packages
|
||||
License: Python-2.0 OR ZPL-2.0
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:66b86bbae7cc7ac2e867f52dc08a6bd064d938bac59dfec71b9b565dd36d6012
|
||||
size 851251
|
3
setuptools-41.4.0.zip
Normal file
3
setuptools-41.4.0.zip
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7eae782ccf36b790c21bde7d86a4f303a441cd77036b25c559a602cf5186ce4d
|
||||
size 855608
|
Loading…
Reference in New Issue
Block a user