Hello community, here is the log from the commit of package python-setuptools for openSUSE:Factory checked in at 2020-02-07 15:52:11 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-setuptools (Old) and /work/SRC/openSUSE:Factory/.python-setuptools.new.26092 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-setuptools" Fri Feb 7 15:52:11 2020 rev:57 rq:769997 version:44.0.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-setuptools/python-setuptools.changes 2020-01-19 21:00:17.704140310 +0100 +++ /work/SRC/openSUSE:Factory/.python-setuptools.new.26092/python-setuptools.changes 2020-02-07 15:52:44.835456188 +0100 @@ -1,0 +2,33 @@ +Tue Feb 4 14:29:34 UTC 2020 - Ondřej Súkup <[email protected]> + +- update to 44.0.0 +- last version with python2 support +- add testdata.tar.gz -> missing data for testsuite + * Drop support for Python 3.4. + * include pyproject.toml in source distribution by default. + Projects relying on the previous behavior where pyproject.toml + * Setuptools once again declares 'setuptools' in the build-system.requires + and adds PEP 517 build support by declaring itself as the build-backend + * Fix support for easy_install's find-links option in setup.cfg + * Build dependencies (setup_requires and tests_require) now install transitive + dependencies indicated by extras. + * Mark the easy_install script and setuptools command as deprecated, and use + pip when available to fetch/build wheels for missing setup_requires/tests_require + requirements, with the following differences in behavior: + + support for python_requires + + better support for wheels (proper handling of priority with respect to PEP 425 tags) + + PEP 517/518 support + + eggs are not supported + + no support for the allow_hosts easy_install option (index_url/find_links are still honored) + + pip environment variables are honored (and take precedence over easy_install options) + * Removed the "upload" and "register" commands in favor of twine. + * Add support for the license_files option in setup.cfg to automatically + include multiple license files in a source distribution. + * Update handling of wheels compatibility tags: * add support for manylinux2010 + * fix use of removed 'm' ABI flag in Python 3.8 on Windows + * Fix empty namespace package installation from wheel. + * Setuptools now exposes a new entry point hook "setuptools.finalize_distribution_options", + enabling plugins like setuptools_scm to configure options on the distribution + at finalization time. + +------------------------------------------------------------------- Old: ---- setuptools-41.6.0.zip New: ---- setuptools-44.0.0.zip testdata.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-setuptools.spec ++++++ --- /var/tmp/diff_new_pack.vroMHY/_old 2020-02-07 15:52:47.187457474 +0100 +++ /var/tmp/diff_new_pack.vroMHY/_new 2020-02-07 15:52:47.187457474 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-setuptools # -# Copyright (c) 2019 SUSE LLC. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -27,7 +27,7 @@ %bcond_with test %endif Name: python-setuptools%{psuffix} -Version: 41.6.0 +Version: 44.0.0 Release: 0 Summary: Enhancements to distutils for building and distributing Python packages License: Python-2.0 OR ZPL-2.0 @@ -35,6 +35,7 @@ Source: https://files.pythonhosted.org/packages/source/s/setuptools/setuptools-%{version}.zip Source1: psfl.txt Source2: zpl.txt +Source3: testdata.tar.gz Patch0: sort-for-reproducibility.patch Patch1: importlib.patch BuildRequires: %{python_module appdirs} @@ -87,6 +88,7 @@ %prep %setup -q -n setuptools-%{version} +tar -xzvf %{SOURCE3} %patch0 -p1 %patch1 -p1 find . -type f -name "*.orig" -delete
