From a4c85ff7e829c6939657d145901d1232c0cab7a9d5e8b38bbe45341f5a5efb4e Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 10 Oct 2016 11:54:14 +0000 Subject: [PATCH] Accepting request 433921 from home:tbechtold:branches:devel:languages:python - 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 `_. * #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 OBS-URL: https://build.opensuse.org/request/show/433921 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-setuptools?expand=0&rev=102 --- python-setuptools.changes | 53 +++++++++++++++++++++++++++++++++++++++ python-setuptools.spec | 2 +- setuptools-26.1.1.tar.gz | 3 --- setuptools-28.3.0.tar.gz | 3 +++ 4 files changed, 57 insertions(+), 4 deletions(-) delete mode 100644 setuptools-26.1.1.tar.gz create mode 100644 setuptools-28.3.0.tar.gz diff --git a/python-setuptools.changes b/python-setuptools.changes index 008a741..073d084 100644 --- a/python-setuptools.changes +++ b/python-setuptools.changes @@ -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 + `_. + * #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 diff --git a/python-setuptools.spec b/python-setuptools.spec index d3c967f..c0e85b5 100644 --- a/python-setuptools.spec +++ b/python-setuptools.spec @@ -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 diff --git a/setuptools-26.1.1.tar.gz b/setuptools-26.1.1.tar.gz deleted file mode 100644 index 8a5e4ff..0000000 --- a/setuptools-26.1.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:475ce28993d7cb75335942525b9fac79f7431a7f6e8a0079c0f2680641379481 -size 637041 diff --git a/setuptools-28.3.0.tar.gz b/setuptools-28.3.0.tar.gz new file mode 100644 index 0000000..5e8d369 --- /dev/null +++ b/setuptools-28.3.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e31c9397fcb3bf20c257f5804d0ea2a17cf220027f4ab65b9ee5158010d41fc2 +size 640503