diff --git a/boltons-24.1.0.tar.gz b/boltons-24.1.0.tar.gz deleted file mode 100644 index 8668c06..0000000 --- a/boltons-24.1.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4a49b7d57ee055b83a458c8682a2a6f199d263a8aa517098bda9bab813554b87 -size 240916 diff --git a/boltons-25.0.0.tar.gz b/boltons-25.0.0.tar.gz new file mode 100644 index 0000000..d5af92a --- /dev/null +++ b/boltons-25.0.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e110fbdc30b7b9868cb604e3f71d4722dd8f4dcb4a5ddd06028ba8f1ab0b5ace +size 246294 diff --git a/python-boltons.changes b/python-boltons.changes index b8ead63..09b8bcc 100644 --- a/python-boltons.changes +++ b/python-boltons.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Fri Feb 21 12:30:09 UTC 2025 - Markéta Machová + +- Update to 25.0.0 + * Added Python 3.13 support + * Replace deprecated utcnow() + * Add fsync to fileutils.atomic_save + * Add fileutils.rotate_file + ------------------------------------------------------------------- Tue Nov 19 10:31:59 UTC 2024 - Markéta Machová diff --git a/python-boltons.spec b/python-boltons.spec index 1257c63..c59364c 100644 --- a/python-boltons.spec +++ b/python-boltons.spec @@ -1,7 +1,7 @@ # # spec file for package python-boltons # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2025 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,15 +18,15 @@ %{?sle15_python_module_pythons} Name: python-boltons -Version: 24.1.0 +Version: 25.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 flit-core} BuildRequires: %{python_module pip} BuildRequires: %{python_module pytest} -BuildRequires: %{python_module setuptools} BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros