Accepting request 670748 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/670748 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-setuptools?expand=0&rev=50
This commit is contained in:
commit
c8f19c7954
@ -1,3 +1,24 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Feb 2 17:02:46 UTC 2019 - Arun Persaud <arun@gmx.de>
|
||||
|
||||
- update to version 40.7.2:
|
||||
* #1666: Restore port in URL handling in package_index.
|
||||
|
||||
- changes from version 40.7.1:
|
||||
* #1660: On Python 2, when reading config files, downcast options
|
||||
from text to bytes to satisfy distutils expectations.
|
||||
|
||||
- changes from version 40.7.0:
|
||||
* #1551: File inputs for the license field in setup.cfg files now
|
||||
explicitly raise an error.
|
||||
* #1180: Add support for non-ASCII in setup.cfg (#1062). Add support
|
||||
for native strings on some parameters (#1136).
|
||||
* #1499: setuptools.package_index no longer relies on the deprecated
|
||||
urllib.parse.splituser per Python #27485.
|
||||
* #1544: Added tests for PackageIndex.download (for git URLs).
|
||||
* #1625: In PEP 517 build_meta builder, ensure that sdists are built
|
||||
as gztar per the spec.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 17 15:56:56 UTC 2019 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
%define oldpython python
|
||||
Name: python-setuptools
|
||||
Version: 40.6.3
|
||||
Version: 40.7.2
|
||||
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:3b474dad69c49f0d2d86696b68105f3a6f195f7ab655af12ef9a9c326d2b08f8
|
||||
size 839328
|
3
setuptools-40.7.2.zip
Normal file
3
setuptools-40.7.2.zip
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:746ef46712e4fa3079a4076a2e98fc96189faf2542b224568232b9ba070495e7
|
||||
size 842780
|
Loading…
Reference in New Issue
Block a user