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-11-13 18:08:57 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-wheel (Old) and /work/SRC/openSUSE:Factory/.python-wheel.new.1597 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-wheel" Sun Nov 13 18:08:57 2022 rev:29 rq:1035469 version:0.38.2 Changes: -------- --- /work/SRC/openSUSE:Factory/python-wheel/python-wheel.changes 2022-11-01 13:41:00.067395880 +0100 +++ /work/SRC/openSUSE:Factory/.python-wheel.new.1597/python-wheel.changes 2022-11-13 18:09:17.419553548 +0100 @@ -1,0 +2,30 @@ +Sat Nov 5 20:12:16 UTC 2022 - Arun Persaud <a...@gmx.de> + +- specfile: + * require python >= 3.7 + +- update to version 0.38.2: + * Fixed regression introduced in v0.38.1 which broke parsing of + wheel file names with multiple platform tags + +- changes from version 0.38.1: + * Removed install dependency on setuptools + * The future-proof fix in 0.36.0 for converting PyPy's SOABI into a + abi tag was faulty. Fixed so that future changes in the SOABI will + not change the tag. + +- changes from 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. + +------------------------------------------------------------------- Old: ---- wheel-0.37.1.tar.gz New: ---- wheel-0.38.2.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-wheel.spec ++++++ --- /var/tmp/diff_new_pack.g7RAX1/_old 2022-11-13 18:09:17.783555663 +0100 +++ /var/tmp/diff_new_pack.g7RAX1/_new 2022-11-13 18:09:17.787555686 +0100 @@ -31,17 +31,18 @@ %bcond_with test %endif Name: python-wheel%{psuffix} -Version: 0.37.1 +Version: 0.38.2 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.0} +BuildRequires: %{python_module base >= 3.7} +BuildRequires: %{python_module setuptools >= 45.2.0} BuildRequires: fdupes BuildRequires: python-rpm-macros >= 20210929 -Requires: python-setuptools >= 40.9.0 +Requires: python-setuptools >= 45.2.0 %if %{with libalternatives} Requires: alts BuildRequires: alts ++++++ wheel-0.37.1.tar.gz -> wheel-0.38.2.tar.gz ++++++ ++++ 6103 lines of diff (skipped)