Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-distutils-extra for openSUSE:Factory checked in at 2022-05-03 21:19:15 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-distutils-extra (Old) and /work/SRC/openSUSE:Factory/.python-distutils-extra.new.1538 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-distutils-extra" Tue May 3 21:19:15 2022 rev:30 rq:974525 version:2.45 Changes: -------- --- /work/SRC/openSUSE:Factory/python-distutils-extra/python-distutils-extra.changes 2020-09-21 17:27:32.880149927 +0200 +++ /work/SRC/openSUSE:Factory/.python-distutils-extra.new.1538/python-distutils-extra.changes 2022-05-03 21:19:22.345028788 +0200 @@ -1,0 +2,24 @@ +Mon May 2 22:34:44 UTC 2022 - Ferdinand Thiessen <r...@fthiessen.de> + +- Update to version 2.45 + * Run unittest.main() only when running script directly. + * Fix install_auto command with --skip-build + python-distutils-extra seems to rely on a very bad practice of modifying + internal state (file lists) in middle of `build` commands. As a result, + if the package is installed via `build` command followed by `install + --skip-build` (since everything was built already!), most of the files + are not installed. +- Update to version 2.44 + * Drop python2 support +- Update to version 2.43 + * Fix minor typo. +- Update to version 2.42 + * Adjust dependency calculation for Python 3.7. + For builtin modules, their __file__ attribute is now None instead of + absent. + Make the `test/auto.py T.test_apport_hook` stricter and fail more + usefully. + * Fix pyflakes3 errors and check it during build +- Move to new debian maintained upstream + +------------------------------------------------------------------- Old: ---- python-distutils-extra-2.39.tar.gz New: ---- python-distutils-extra-2.45.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-distutils-extra.spec ++++++ --- /var/tmp/diff_new_pack.pqlDHL/_old 2022-05-03 21:19:25.481032713 +0200 +++ /var/tmp/diff_new_pack.pqlDHL/_new 2022-05-03 21:19:25.489032723 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-distutils-extra # -# Copyright (c) 2020 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,16 +18,16 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-distutils-extra -Version: 2.39 +Version: 2.45 Release: 0 Summary: Distutils/Setuptools Adapter License: GPL-2.0-only Group: Development/Libraries/Python -Url: https://launchpad.net/python-distutils-extra -Source: http://launchpad.net/python-distutils-extra/trunk/%{version}/+download/python-distutils-extra-%{version}.tar.gz +URL: https://salsa.debian.org/python-team/packages/python-distutils-extra +Source: %{url}/-/archive/%{version}/python-distutils-extra-%{version}.tar.bz2 BuildRequires: %{python_module setuptools} -BuildRequires: python-rpm-macros BuildRequires: fdupes +BuildRequires: python-rpm-macros BuildArch: noarch %python_subpackages @@ -50,7 +50,7 @@ %python_expand %fdupes %{buildroot}%{$python_sitelib} %files %{python_files} -%doc doc/* +%doc debian/changelog doc/* %license LICENSE %{python_sitelib}/* ++++++ python-distutils-extra-2.39.tar.gz -> python-distutils-extra-2.45.tar.bz2 ++++++ ++++ 2490 lines of diff (skipped)