Hello community, here is the log from the commit of package python-setuptools for openSUSE:Factory checked in at 2016-10-14 03:38:50 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-setuptools (Old) and /work/SRC/openSUSE:Factory/.python-setuptools.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-setuptools" Changes: -------- --- /work/SRC/openSUSE:Factory/python-setuptools/python-setuptools.changes 2016-09-01 14:02:23.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.python-setuptools.new/python-setuptools.changes 2016-10-14 03:38:51.000000000 +0200 @@ -1,0 +2,53 @@ +Sat Oct 8 16:02:41 UTC 2016 - [email protected] + +- 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. + +------------------------------------------------------------------- Old: ---- setuptools-26.1.1.tar.gz New: ---- setuptools-28.3.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-setuptools.spec ++++++ --- /var/tmp/diff_new_pack.XDsYH9/_old 2016-10-14 03:38:52.000000000 +0200 +++ /var/tmp/diff_new_pack.XDsYH9/_new 2016-10-14 03:38:52.000000000 +0200 @@ -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 ++++++ setuptools-26.1.1.tar.gz -> setuptools-28.3.0.tar.gz ++++++ ++++ 1732 lines of diff (skipped)
