15
0

- 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
This commit is contained in:
2024-04-20 13:55:41 +00:00
committed by Git OBS Bridge
parent 8c4e8afcc6
commit 3022664fff
4 changed files with 20 additions and 8 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d2cb2fa83cf2ebe791be1e284183e8a43a1031355156a968f8e0a333ad2448fc
size 244629

3
boltons-24.0.0.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7153feccaea1ff2e1472f68d4b57fadb796a2ee49d29f638f1c9cd8fb5ebd916
size 239550

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Sat Apr 20 13:54:31 UTC 2024 - Dirk Müller <dmueller@suse.com>
- 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 <ecsos@opensuse.org>

View File

@@ -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