Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-boltons for openSUSE:Factory checked in at 2024-04-21 20:27:15 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-boltons (Old) and /work/SRC/openSUSE:Factory/.python-boltons.new.26366 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-boltons" Sun Apr 21 20:27:15 2024 rev:12 rq:1169368 version:24.0.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-boltons/python-boltons.changes 2023-12-28 23:03:10.062179734 +0100 +++ /work/SRC/openSUSE:Factory/.python-boltons.new.26366/python-boltons.changes 2024-04-21 20:28:45.125160076 +0200 @@ -1,0 +2,10 @@ +Sat Apr 20 13:54:31 UTC 2024 - Dirk Müller <[email protected]> + +- update to 24.0.0: + * Per the RFC in issue [#365][i339], boltons is now **Python 3 + only**. 3.7+ for now. + * Added Python 3.12 support ([#361][i361]) + * Fix [dictutils.OneToOne][dictutils.OneToOne]'s `update()` + behavior with empty iterables + +------------------------------------------------------------------- Old: ---- boltons-23.1.1.tar.gz New: ---- boltons-24.0.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-boltons.spec ++++++ --- /var/tmp/diff_new_pack.MejKI5/_old 2024-04-21 20:28:45.677180340 +0200 +++ /var/tmp/diff_new_pack.MejKI5/_new 2024-04-21 20:28:45.677180340 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-boltons # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,14 +18,16 @@ %{?sle15_python_module_pythons} Name: python-boltons -Version: 23.1.1 +Version: 24.0.0 Release: 0 Summary: The "Boltons" utility package for Python License: BSD-3-Clause URL: https://github.com/mahmoud/boltons Source: https://files.pythonhosted.org/packages/source/b/boltons/boltons-%{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 BuildArch: noarch @@ -40,10 +42,10 @@ %autosetup -p1 -n boltons-%{version} %build -%python_build +%pyproject_wheel %install -%python_install +%pyproject_install %python_expand %fdupes %{buildroot}%{$python_sitelib} %check @@ -53,5 +55,5 @@ %license LICENSE %doc README.md CHANGELOG.md docs/*.rst %{python_sitelib}/boltons -%{python_sitelib}/boltons-%{version}*-info +%{python_sitelib}/boltons-%{version}.dist-info ++++++ boltons-23.1.1.tar.gz -> boltons-24.0.0.tar.gz ++++++ ++++ 5846 lines of diff (skipped)
