Accepting request 434108 from devel:languages:python
1 OBS-URL: https://build.opensuse.org/request/show/434108 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-setuptools?expand=0&rev=26
This commit is contained in:
commit
e903bbdabf
@ -1,3 +1,56 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Oct 8 16:02:41 UTC 2016 - tbechtold@suse.com
|
||||
|
||||
- update to 28.3.0:
|
||||
* #809: In ``find_packages()``, restore support for excluding
|
||||
a parent package without excluding a child package.
|
||||
* #805: Disable ``-nspkg.pth`` behavior on Python 3.3+ where
|
||||
PEP-420 functionality is adequate. Fixes pip #1924.
|
||||
* #803: Bump certifi to 2016.9.26.
|
||||
* #733: Do not search excluded directories for packages.
|
||||
This introduced a backwards incompatible change in ``find_packages()``
|
||||
so that ``find_packages(exclude=['foo']) == []``, excluding subpackages of ``foo``.
|
||||
Previously, ``find_packages(exclude=['foo']) == ['foo.bar']``,
|
||||
even though the parent ``foo`` package was excluded.
|
||||
* #795: Bump certifi.
|
||||
* #719: Suppress decoding errors and instead log a warning
|
||||
when metadata cannot be decoded.
|
||||
* #790: In MSVC monkeypatching, explicitly patch each
|
||||
function by name in the target module instead of inferring
|
||||
the module from the function's ``__module__``. Improves
|
||||
compatibility with other packages that might have previously
|
||||
patched distutils functions (i.e. NumPy).
|
||||
* #794: In test command, add installed eggs to PYTHONPATH
|
||||
when invoking tests so that subprocesses will also have the
|
||||
dependencies available. Fixes `tox 330
|
||||
<https://github.com/tox-dev/tox/issues/330>`_.
|
||||
* #795: Update vendored pyparsing 2.1.9.
|
||||
* #520 and #513: Suppress ValueErrors in fixup_namespace_packages
|
||||
when lookup fails.
|
||||
* Nicer, more consistent interfaces for msvc monkeypatching.
|
||||
* #779 via #781: Fix circular import.
|
||||
* #778: Fix MSVC monkeypatching.
|
||||
* Introduce the (private) ``monkey`` module to encapsulate
|
||||
the distutils monkeypatching behavior.
|
||||
* Now use Warehouse by default for
|
||||
``upload``, patching ``distutils.config.PyPIRCCommand`` to
|
||||
affect default behavior.
|
||||
Any config in .pypirc should be updated to replace
|
||||
https://pypi.python.org/pypi/
|
||||
with
|
||||
https://upload.pypi.org/legacy/
|
||||
Similarly, any passwords stored in the keyring should be
|
||||
updated to use this new value for "system".
|
||||
The ``upload_docs`` command will continue to use the python.org
|
||||
site, but the command is now deprecated. Users are urged to use
|
||||
Read The Docs instead.
|
||||
* #776: Use EXT_SUFFIX for py_limited_api renaming.
|
||||
* #774 and #775: Use LegacyVersion from packaging when
|
||||
detecting numpy versions.
|
||||
* Re-release of 26.1.0 with pytest pinned to allow for automated
|
||||
deployment and thus proper packaging environment variables,
|
||||
fixing issues with missing executable launchers.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 31 14:56:46 UTC 2016 - jmatejek@suse.com
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: python-setuptools
|
||||
Version: 26.1.1
|
||||
Version: 28.3.0
|
||||
Release: 0
|
||||
Url: http://pypi.python.org/pypi/setuptools
|
||||
Summary: Easily download, build, install, upgrade, and uninstall Python packages
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:475ce28993d7cb75335942525b9fac79f7431a7f6e8a0079c0f2680641379481
|
||||
size 637041
|
3
setuptools-28.3.0.tar.gz
Normal file
3
setuptools-28.3.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e31c9397fcb3bf20c257f5804d0ea2a17cf220027f4ab65b9ee5158010d41fc2
|
||||
size 640503
|
Loading…
Reference in New Issue
Block a user