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 2023-05-09 13:06:15 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-wheel (Old) and /work/SRC/openSUSE:Factory/.python-wheel.new.1533 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-wheel" Tue May 9 13:06:15 2023 rev:32 rq:1084881 version:0.40.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-wheel/python-wheel.changes 2023-04-22 21:58:53.372652942 +0200 +++ /work/SRC/openSUSE:Factory/.python-wheel.new.1533/python-wheel.changes 2023-05-09 13:06:20.828667185 +0200 @@ -1,0 +2,17 @@ +Thu May 4 21:13:24 UTC 2023 - Matej Cepl <[email protected]> + +- Update to 0.40.0: + - Added a wheel tags command to modify tags on an existing + wheel + - Updated vendored packaging to 23.0 + - wheel unpack now preserves the executable attribute of + extracted files + - Fixed spaces in platform names not being converted to + underscores + - Fixed RECORD files in generated wheels missing the regular + file attribute + - Fixed DeprecationWarning about the use of the deprecated + pkg_resources API + - Wheel now uses flit-core as a build backend + +------------------------------------------------------------------- Old: ---- wheel-0.38.4.tar.gz New: ---- wheel-0.40.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-wheel.spec ++++++ --- /var/tmp/diff_new_pack.Bu8VQC/_old 2023-05-09 13:06:22.084674660 +0200 +++ /var/tmp/diff_new_pack.Bu8VQC/_new 2023-05-09 13:06:22.092674708 +0200 @@ -32,7 +32,7 @@ %endif %{?sle15_python_module_pythons} Name: python-wheel%{psuffix} -Version: 0.38.4 +Version: 0.40.0 Release: 0 Summary: A built-package format for Python License: MIT @@ -40,10 +40,10 @@ URL: https://github.com/pypa/wheel Source: https://github.com/pypa/wheel/archive/%{version}.tar.gz#/wheel-%{version}.tar.gz BuildRequires: %{python_module base >= 3.7} -BuildRequires: %{python_module setuptools >= 45.2.0} +BuildRequires: %{python_module flit-core} +BuildRequires: %{python_module pip} BuildRequires: fdupes BuildRequires: python-rpm-macros >= 20210929 -Requires: python-setuptools >= 45.2.0 %if %{with libalternatives} Requires: alts BuildRequires: alts @@ -71,16 +71,14 @@ final locations) at any later time. %prep -%setup -q -n wheel-%{version} -# Remove addopts as it requires pytest-cov -sed -i '/addopts = /d' setup.cfg +%autosetup -p1 -n wheel-%{version} %build -%python_build +%pyproject_wheel %install %if !%{with test} -%python_install +%pyproject_install %python_clone -a %{buildroot}%{_bindir}/wheel %python_expand %fdupes %{buildroot}%{$python_sitelib} %endif ++++++ wheel-0.38.4.tar.gz -> wheel-0.40.0.tar.gz ++++++ ++++ 5559 lines of diff (skipped)
