Accepting request 610821 from home:apersaud:branches:devel:languages:python
update to latest version OBS-URL: https://build.opensuse.org/request/show/610821 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-setuptools?expand=0&rev=146
This commit is contained in:
parent
1db28c7e44
commit
edf4f698f6
@ -1,3 +1,33 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon May 21 03:50:14 UTC 2018 - arun@gmx.de
|
||||
|
||||
- update to version 39.2.0:
|
||||
* #1359: Support using "file:" to load a PEP 440-compliant package
|
||||
version from a text file.
|
||||
* #1360: Fixed issue with a mismatch between the name of the package
|
||||
and the name of the .dist-info file in wheel files
|
||||
* #1364: Add __dir__() implementation to
|
||||
pkg_resources.Distribution() that includes the attributes in the
|
||||
_provider instance variable.
|
||||
* #1365: Take the package_dir option into account when loading the
|
||||
version from a module attribute.
|
||||
* #1353: Added coverage badge to README.
|
||||
* #1356: Made small fixes to the developer guide documentation.
|
||||
* #1357: Fixed warnings in documentation builds and started
|
||||
enforcing that the docs build without warnings in tox.
|
||||
* #1376: Updated release process docs.
|
||||
* #1343: The setuptools specific long_description_content_type,
|
||||
project_urls and provides_extras fields are now set consistently
|
||||
after any distutils setup_keywords calls, allowing them to
|
||||
override values.
|
||||
* #1352: Added tox environment for documentation builds.
|
||||
* #1354: Added towncrier for changelog managment.
|
||||
* #1355: Add PR template.
|
||||
* #1368: Fixed tests which failed without network connectivity.
|
||||
* #1369: Added unit tests for PEP 425 compatibility tags support.
|
||||
* #1372: Stop testing Python 3.3 in Travis CI, now that the latest
|
||||
version of wheel no longer installs on it.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun May 6 05:30:02 UTC 2018 - arun@gmx.de
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
%define oldpython python
|
||||
Name: python-setuptools
|
||||
Version: 39.1.0
|
||||
Version: 39.2.0
|
||||
Release: 0
|
||||
Summary: Download, build, install, upgrade, and uninstall Python packages
|
||||
License: Python-2.0 OR ZPL-2.0
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c5484e13b89927b44fd15897f7ce19dded8e7f035466a4fa7b946c0bdd86edd7
|
||||
size 845300
|
3
setuptools-39.2.0.zip
Normal file
3
setuptools-39.2.0.zip
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f7cddbb5f5c640311eb00eab6e849f7701fa70bf6a183fc8a2c33dd1d1672fb2
|
||||
size 851112
|
Loading…
x
Reference in New Issue
Block a user