Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-setuptools for openSUSE:Factory checked in at 2023-03-31 21:14:02 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-setuptools (Old) and /work/SRC/openSUSE:Factory/.python-setuptools.new.31432 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-setuptools" Fri Mar 31 21:14:02 2023 rev:74 rq:1070290 version:67.6.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-setuptools/python-setuptools.changes 2022-11-26 18:45:01.747061945 +0100 +++ /work/SRC/openSUSE:Factory/.python-setuptools.new.31432/python-setuptools.changes 2023-03-31 21:14:06.390068776 +0200 @@ -1,0 +2,34 @@ +Thu Mar 9 05:04:25 UTC 2023 - Steve Kowalik <[email protected]> + +- Update to 67.6.0: + * Deprecations + + #3434: Added deprecation warning for pkg_resources.declare_namespace. + * Breaking Changes + + #3741: Removed patching of distutils._msvccompiler.gen_lib_options for + compatibility with Numpy < 1.11.2 -- by :user:`mgorny` + + #2497: Support for PEP 440 non-conforming versions has been removed. + * Changes + + #3804: Added caching for supported wheel tags. + + #3846: Added pruning heuristics to PackageFinder based on exclude. + + #3843: Although pkg_resources has been discouraged for use, some + projects still consider pkg_resources viable for usage. This change + makes it clear that pkg_resources should not be used, emitting a + DeprecationWarning when imported. + + #3809: Merge with distutils@8c3c3d29, including fix for + sysconfig.get_python_inc() (pypa/distutils#178), fix for segfault on + MinGW (pypa/distutils#196), and better has_function + support (pypa/distutils#195, #3648). + + #3795: Ensured that __file__ is an absolute path when executing setup.py + as part of setuptools.build_meta. + + #3685: Fix improper usage of deprecated/removed pkgutil APIs in + Python 3.12+. + + #3769: Replace 'appdirs' with 'platformdirs'. + * Misc + + #3838: Improved error messages for pyproject.toml validations. + + #3839: Fixed pkg_resources errors caused when parsing metadata of + packages that are already installed but do not conform with PEP 440. + + #3823: Fixes egg_info code path triggered during integration with pip. + + #3782: Fixed problem with file directive in tool.setuptools.dynamic + when value is a simple string instead of list. + +------------------------------------------------------------------- Old: ---- setuptools-65.6.3.tar.gz New: ---- setuptools-67.6.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-setuptools.spec ++++++ --- /var/tmp/diff_new_pack.PQH7Oa/_old 2023-03-31 21:14:06.890070560 +0200 +++ /var/tmp/diff_new_pack.PQH7Oa/_new 2023-03-31 21:14:06.894070573 +0200 @@ -1,7 +1,7 @@ # # spec file # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -37,7 +37,7 @@ # in order to avoid rewriting for subpackage generator %define mypython python Name: python-setuptools%{psuffix} -Version: 65.6.3 +Version: 67.6.0 Release: 0 Summary: Download, build, install, upgrade, and uninstall Python packages License: Apache-2.0 AND MIT AND BSD-2-Clause AND Python-2.0 @@ -89,14 +89,6 @@ %prep %autosetup -p1 -n setuptools-%{version} -# strip shebangs to fix rpmlint warnings -# "explain the sed": -# 1 = first line only -# s@...@...@ = same as s/.../.../ except with @ instead of / -# ^ = start; #!/ = shebang leading characters; .* = rest of line; $ = end -# replace with nothing -sed -r -i '1s@^#!/.*$@@' pkg_resources/_vendor/appdirs.py - %build %if ! %{with wheel} %python_build ++++++ setuptools-65.6.3.tar.gz -> setuptools-67.6.0.tar.gz ++++++ ++++ 40584 lines of diff (skipped)
