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 2021-02-01 13:27:05 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-wheel (Old) and /work/SRC/openSUSE:Factory/.python-wheel.new.28504 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-wheel" Mon Feb 1 13:27:05 2021 rev:23 rq:867605 version:0.36.2 Changes: -------- --- /work/SRC/openSUSE:Factory/python-wheel/python-wheel.changes 2020-02-15 22:23:00.451231453 +0100 +++ /work/SRC/openSUSE:Factory/.python-wheel.new.28504/python-wheel.changes 2021-02-01 13:28:42.690150508 +0100 @@ -1,0 +2,30 @@ +Thu Jan 28 23:25:52 UTC 2021 - Dirk M??ller <dmuel...@suse.com> + +- update to 0.36.2: + - Updated vendored ``packaging`` library to v20.8 + - Fixed wheel sdist missing ``LICENSE.txt`` + - Don't use default ``macos/arm64`` deployment target in calculating the + platform tag for fat binaries (PR by Ronald Oussoren) + - Fixed ``AssertionError`` when ``MACOSX_DEPLOYMENT_TARGET`` was set to ``11`` + (PR by Grzegorz Bokota and Fran??ois-Xavier Coudert) + - Fixed regression introduced in 0.36.0 on Python 2.7 when a custom generator + name was passed as unicode (Scikit-build) + (``TypeError: 'unicode' does not have the buffer interface``) + - Added official Python 3.9 support + - Updated vendored ``packaging`` library to v20.7 + - Switched to always using LF as line separator when generating ``WHEEL`` files + (on Windows, CRLF was being used instead) + - The ABI tag is taken from the sysconfig SOABI value. On PyPy the SOABI value + is ``pypy37-pp73`` which is not compliant with PEP 3149, as it should have + both the API tag and the platform tag. This change future-proofs any change + in PyPy's SOABI tag to make sure only the ABI tag is used by wheel. + - Fixed regression and test for ``bdist_wheel --plat-name``. It was ignored for + C extensions in v0.35, but the regression was not detected by tests. + - Replaced install dependency on ``packaging`` with a vendored copy of its + ``tags`` module + - Fixed ``bdist_wheel`` not working on FreeBSD due to mismatching platform tag + name (it was not being converted to lowercase) + - Switched to the packaging_ library for computing wheel tags + - Fixed a resource leak in ``WheelFile.open()`` (PR by Jon Dufresne) + +------------------------------------------------------------------- Old: ---- wheel-0.34.2.tar.gz New: ---- wheel-0.36.2.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-wheel.spec ++++++ --- /var/tmp/diff_new_pack.ZIABo8/_old 2021-02-01 13:28:43.366151560 +0100 +++ /var/tmp/diff_new_pack.ZIABo8/_new 2021-02-01 13:28:43.370151566 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-wheel # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -26,7 +26,7 @@ %bcond_with test %endif Name: python-wheel%{psuffix} -Version: 0.34.2 +Version: 0.36.2 Release: 0 Summary: A built-package format for Python License: MIT ++++++ wheel-0.34.2.tar.gz -> wheel-0.36.2.tar.gz ++++++ ++++ 2126 lines of diff (skipped)