14
0

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:
Tomáš Chvátal
2019-10-11 09:46:40 +00:00
committed by Git OBS Bridge
parent 9dacc45bd5
commit f46ea89c28
4 changed files with 15 additions and 4 deletions

View File

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