Accepting request 512362 from home:stroeder:branches:devel:languages:python
update to upstream release 36.2.2 OBS-URL: https://build.opensuse.org/request/show/512362 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-setuptools?expand=0&rev=113
This commit is contained in:
parent
cf3d602cd8
commit
93c93d9c34
@ -1,3 +1,48 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jul 24 20:08:32 UTC 2017 - michael@stroeder.com
|
||||||
|
|
||||||
|
- update to 36.2.2
|
||||||
|
|
||||||
|
v36.2.2
|
||||||
|
-------
|
||||||
|
* #1099: Revert commit a3ec721, restoring intended purpose of
|
||||||
|
extras as part of a requirement declaration.
|
||||||
|
|
||||||
|
v36.2.1
|
||||||
|
-------
|
||||||
|
* fix #1086
|
||||||
|
* fix #1087
|
||||||
|
* support extras specifiers in install_requires requirements
|
||||||
|
|
||||||
|
v36.2.0
|
||||||
|
-------
|
||||||
|
* #1081: Environment markers indicated in ``install_requires``
|
||||||
|
are now processed and treated as nameless ``extras_require``
|
||||||
|
with markers, allowing their metadata in requires.txt to be
|
||||||
|
correctly generated.
|
||||||
|
* #1053: Tagged commits are now released using Travis-CI
|
||||||
|
build stages, meaning releases depend on passing tests on
|
||||||
|
all supported Python versions (Linux) and not just the latest
|
||||||
|
Python version.
|
||||||
|
|
||||||
|
v36.1.1
|
||||||
|
-------
|
||||||
|
* #1083: Correct ``py31compat.makedirs`` to correctly honor
|
||||||
|
``exist_ok`` parameter.
|
||||||
|
* #1083: Also use makedirs compatibility throughout setuptools.
|
||||||
|
|
||||||
|
v36.1.0
|
||||||
|
-------
|
||||||
|
* #1083: Avoid race condition on directory creation in
|
||||||
|
``pkg_resources.ensure_directory``.
|
||||||
|
* Removed deprecation of and restored support for
|
||||||
|
``upload_docs`` command for sites other than PyPI.
|
||||||
|
Only warehouse is dropping support, but services like
|
||||||
|
`devpi <http://doc.devpi.net/latest/>`_ continue to
|
||||||
|
support docs built by setuptools' plugins. See
|
||||||
|
`this comment <https://bitbucket.org/hpk42/devpi/issues/388/support-rtd-model-for-building-uploading#comment-34292423>`_
|
||||||
|
for more context on the motivation for this change.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jun 8 10:04:16 UTC 2017 - dmueller@suse.com
|
Thu Jun 8 10:04:16 UTC 2017 - dmueller@suse.com
|
||||||
|
|
||||||
|
@ -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: 36.0.1
|
Version: 36.2.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Easily download, build, install, upgrade, and uninstall Python packages
|
Summary: Easily download, build, install, upgrade, and uninstall 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:e17c4687fddd6d70a6604ac0ad25e33324cec71b5137267dd5c45e103c4b288a
|
|
||||||
size 711296
|
|
3
setuptools-36.2.2.zip
Normal file
3
setuptools-36.2.2.zip
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:38156edc9b9b21f8926821d3f994abf931a50c1a2a6a2bab4d195b7d866d9bb0
|
||||||
|
size 714105
|
Loading…
Reference in New Issue
Block a user