Accepting request 673178 from home:apersaud:branches:devel:languages:python
update to latest version OBS-URL: https://build.opensuse.org/request/show/673178 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-setuptools?expand=0&rev=168
This commit is contained in:
parent
ec87fb5e26
commit
1981f513ee
@ -1,3 +1,26 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Feb 10 22:30:38 UTC 2019 - Arun Persaud <arun@gmx.de>
|
||||||
|
|
||||||
|
- update to version 40.8.0:
|
||||||
|
* #1652: Added the build_meta:__legacy__ backend, a "compatibility
|
||||||
|
mode" PEP 517 backend that can be used as the default when
|
||||||
|
build-backend is left unspecified in pyproject.toml.
|
||||||
|
* #1635: Resource paths are passed to pkg_resources.resource_string
|
||||||
|
and similar no longer accept paths that traverse parents, that
|
||||||
|
begin with a leading /. Violations of this expectation raise
|
||||||
|
DeprecationWarnings and will become errors. Additionally, any
|
||||||
|
paths that are absolute on Windows are strictly disallowed and
|
||||||
|
will raise ValueErrors.
|
||||||
|
* #1536: setuptools will now automatically include licenses if
|
||||||
|
setup.cfg contains a license_file attribute, unless this file is
|
||||||
|
manually excluded inside MANIFEST.in.
|
||||||
|
|
||||||
|
- changes from version 40.7.3:
|
||||||
|
* #1670: In package_index, revert to using a copy of splituser from
|
||||||
|
Python 3.8. Attempts to use urllib.parse.urlparse led to problems
|
||||||
|
as reported in #1663 and #1668. This change serves as an
|
||||||
|
alternative to #1499 and fixes #1668.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Feb 2 17:02:46 UTC 2019 - Arun Persaud <arun@gmx.de>
|
Sat Feb 2 17:02:46 UTC 2019 - Arun Persaud <arun@gmx.de>
|
||||||
|
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
%define oldpython python
|
%define oldpython python
|
||||||
Name: python-setuptools
|
Name: python-setuptools
|
||||||
Version: 40.7.2
|
Version: 40.8.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Enhancements to distutils for building and distributing Python packages
|
Summary: Enhancements to distutils for building and distributing Python packages
|
||||||
License: Python-2.0 OR ZPL-2.0
|
License: Python-2.0 OR ZPL-2.0
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:746ef46712e4fa3079a4076a2e98fc96189faf2542b224568232b9ba070495e7
|
|
||||||
size 842780
|
|
3
setuptools-40.8.0.zip
Normal file
3
setuptools-40.8.0.zip
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:6e4eec90337e849ade7103723b9a99631c1f0d19990d6e8412dc42f5ae8b304d
|
||||||
|
size 845071
|
Loading…
Reference in New Issue
Block a user