Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-distlib for openSUSE:Factory checked in at 2022-10-03 13:44:29 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-distlib (Old) and /work/SRC/openSUSE:Factory/.python-distlib.new.2275 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-distlib" Mon Oct 3 13:44:29 2022 rev:11 rq:1007444 version:0.3.6 Changes: -------- --- /work/SRC/openSUSE:Factory/python-distlib/python-distlib.changes 2021-12-13 20:45:46.460495206 +0100 +++ /work/SRC/openSUSE:Factory/.python-distlib.new.2275/python-distlib.changes 2022-10-03 13:44:45.821349651 +0200 @@ -1,0 +2,29 @@ +Sat Oct 1 12:43:32 UTC 2022 - Dirk M??ller <dmuel...@suse.com> + +- update to 0.3.6: + - scripts + - Fixed #175: Updated launcher executables to better handle the relationship + between launcher and child process in the Job API. + - database + - Fixed #170: Corrected implementation of ``get_required_dists()``. + - index + - Updated coverage pragmas for tests relating to obsolete PyPI APIs. + - locators + - Changed the default locator configuration. + - metadata + - Updates in support of PEP 643 / Metadata 2.2. + - scripts + - Updated launcher executables. Thanks to Michael Bikovitsky for his help with + the launcher changes. + - Fixed #164: Improved support for reproducible builds by allowing a fixed + date/time to be inserted into created .exe files. Thanks to Somber Night for the + patch. + - util + - Fixed #161: Updated test case. + - wheel + - Updated to write archive path of RECORD to RECORD instead of staging path. + Thanks to Pieter Pas for the patch. + - Fixed #169: Removed usage of deprecated imp module in favour of importlib. + - Fixed #172: Compute ABI correctly for Python < 3.8. + +------------------------------------------------------------------- Old: ---- distlib-0.3.4.zip New: ---- distlib-0.3.6.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-distlib.spec ++++++ --- /var/tmp/diff_new_pack.ikdvYv/_old 2022-10-03 13:44:46.765351727 +0200 +++ /var/tmp/diff_new_pack.ikdvYv/_new 2022-10-03 13:44:46.769351736 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-distlib # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,17 +18,17 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-distlib -Version: 0.3.4 +Version: 0.3.6 Release: 0 Summary: Distribution utilities License: Python-2.0 URL: https://github.com/pypa/distlib -Source: https://files.pythonhosted.org/packages/source/d/distlib/distlib-%{version}.zip +Source: https://files.pythonhosted.org/packages/source/d/distlib/distlib-%{version}.tar.gz +BuildRequires: %{python_module pip} BuildRequires: %{python_module pytest} -BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros -BuildRequires: unzip BuildArch: noarch %python_subpackages @@ -46,10 +46,10 @@ rm distlib/*.exe %build -%python_build +%pyproject_wheel %install -%python_install +%pyproject_install %python_expand %fdupes %{buildroot}%{$python_sitelib} %check