From 3022664fff63d06cf22b55522476934128fc487c0bce8447d2d53e7b556e8434 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sat, 20 Apr 2024 13:55:41 +0000 Subject: [PATCH] - 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 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-boltons?expand=0&rev=26 --- boltons-23.1.1.tar.gz | 3 --- boltons-24.0.0.tar.gz | 3 +++ python-boltons.changes | 10 ++++++++++ python-boltons.spec | 12 +++++++----- 4 files changed, 20 insertions(+), 8 deletions(-) delete mode 100644 boltons-23.1.1.tar.gz create mode 100644 boltons-24.0.0.tar.gz diff --git a/boltons-23.1.1.tar.gz b/boltons-23.1.1.tar.gz deleted file mode 100644 index 8602634..0000000 --- a/boltons-23.1.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d2cb2fa83cf2ebe791be1e284183e8a43a1031355156a968f8e0a333ad2448fc -size 244629 diff --git a/boltons-24.0.0.tar.gz b/boltons-24.0.0.tar.gz new file mode 100644 index 0000000..909a939 --- /dev/null +++ b/boltons-24.0.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7153feccaea1ff2e1472f68d4b57fadb796a2ee49d29f638f1c9cd8fb5ebd916 +size 239550 diff --git a/python-boltons.changes b/python-boltons.changes index 9346e00..ed3d059 100644 --- a/python-boltons.changes +++ b/python-boltons.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Sat Apr 20 13:54:31 UTC 2024 - Dirk Müller + +- 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 + ------------------------------------------------------------------- Tue Dec 26 15:18:11 UTC 2023 - ecsos diff --git a/python-boltons.spec b/python-boltons.spec index 4417fde..9310281 100644 --- a/python-boltons.spec +++ b/python-boltons.spec @@ -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 @@ http://boltons.readthedocs.org. %autosetup -p1 -n boltons-%{version} %build -%python_build +%pyproject_wheel %install -%python_install +%pyproject_install %python_expand %fdupes %{buildroot}%{$python_sitelib} %check @@ -53,6 +55,6 @@ http://boltons.readthedocs.org. %license LICENSE %doc README.md CHANGELOG.md docs/*.rst %{python_sitelib}/boltons -%{python_sitelib}/boltons-%{version}*-info +%{python_sitelib}/boltons-%{version}.dist-info %changelog