Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-wheel for openSUSE:Factory checked in at 2022-10-27 13:53:23 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-wheel (Old) and /work/SRC/openSUSE:Factory/.python-wheel.new.2275 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-wheel" Thu Oct 27 13:53:23 2022 rev:27 rq:1030995 version:0.38.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-wheel/python-wheel.changes 2022-02-17 00:29:54.001439820 +0100 +++ /work/SRC/openSUSE:Factory/.python-wheel.new.2275/python-wheel.changes 2022-10-27 13:53:43.196429045 +0200 @@ -1,0 +2,21 @@ +Sat Oct 22 16:24:25 UTC 2022 - Arun Persaud <[email protected]> + +- specfile: + * require python >= 3.8 + * update required version for setuptools + +- update to version 0.38.0: + * Dropped support for Python < 3.7 + * Updated vendored "packaging" to 21.3 + * Replaced all uses of "distutils" with "setuptools" + * The handling of "license_files" (including glob patterns and + default values) is now delegated to "setuptools>=57.0.0" (#466). + The package dependencies were updated to reflect this change. + * Fixed potential DoS attack via the "WHEEL_INFO_RE" regular + expression + * Fixed "ValueError: ZIP does not support timestamps before 1980" + when using "SOURCE_DATE_EPOCH=0" or when on-disk timestamps are + earlier than 1980-01-01. Such timestamps are now changed to the + minimum value before packaging. + +------------------------------------------------------------------- @@ -9,0 +31 @@ +- Also remove the conditional definition of python_module. Old: ---- wheel-0.37.1.tar.gz New: ---- wheel-0.38.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-wheel.spec ++++++ --- /var/tmp/diff_new_pack.sLnUhg/_old 2022-10-27 13:53:43.832432289 +0200 +++ /var/tmp/diff_new_pack.sLnUhg/_new 2022-10-27 13:53:43.836432309 +0200 @@ -22,7 +22,6 @@ %bcond_with libalternatives %endif -%{?!python_module:%define python_module() python-%{**} python3-%{**}} %global flavor @BUILD_FLAVOR@%{nil} %if "%{flavor}" == "test" %define psuffix -test @@ -32,17 +31,18 @@ %bcond_with test %endif Name: python-wheel%{psuffix} -Version: 0.37.1 +Version: 0.38.0 Release: 0 Summary: A built-package format for Python License: MIT Group: Development/Languages/Python URL: https://github.com/pypa/wheel Source: https://github.com/pypa/wheel/archive/%{version}.tar.gz#/wheel-%{version}.tar.gz -BuildRequires: %{python_module setuptools >= 40.9} +BuildRequires: %{python_module base >= 3.8} +BuildRequires: %{python_module setuptools >= 57.0.0} BuildRequires: fdupes BuildRequires: python-rpm-macros >= 20210929 -Requires: python-setuptools >= 40.9 +Requires: python-setuptools >= 57.0.0 %if %{with libalternatives} Requires: alts BuildRequires: alts ++++++ wheel-0.37.1.tar.gz -> wheel-0.38.0.tar.gz ++++++ ++++ 6016 lines of diff (skipped)
