4 Commits

4 changed files with 19 additions and 5 deletions

Binary file not shown.

3
btrees-6.3.tar.gz Normal file
View File

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

View File

@@ -1,3 +1,17 @@
-------------------------------------------------------------------
Fri Dec 5 07:53:43 UTC 2025 - Anton Smorodskyi <anton.smorodskyi@suse.com>
- Update to 6.3
* Move all supported package metadata into ``pyproject.toml``.
-------------------------------------------------------------------
Thu Nov 13 07:42:17 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to 6.2
* Drop support for Python 3.8, 3.9.
* Add support for Python 3.14.
- Update BuildRequires from setup.py
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Apr 14 05:44:11 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com> Mon Apr 14 05:44:11 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>

View File

@@ -19,13 +19,13 @@
%{?sle15_python_module_pythons} %{?sle15_python_module_pythons}
Name: python-BTrees Name: python-BTrees
Version: 6.1 Version: 6.3
Release: 0 Release: 0
Summary: Persistent B-tree object containers for Python Summary: Persistent B-tree object containers for Python
License: ZPL-2.1 License: ZPL-2.1
URL: https://github.com/zopefoundation/BTrees URL: https://github.com/zopefoundation/BTrees
Source: https://files.pythonhosted.org/packages/source/b/btrees/btrees-%{version}.tar.gz Source: https://files.pythonhosted.org/packages/source/b/btrees/btrees-%{version}.tar.gz
BuildRequires: %{python_module devel >= 3.8} BuildRequires: %{python_module devel >= 3.10}
BuildRequires: %{python_module persistent-devel >= 4.1.0} BuildRequires: %{python_module persistent-devel >= 4.1.0}
BuildRequires: %{python_module pip} BuildRequires: %{python_module pip}
BuildRequires: %{python_module pytest} BuildRequires: %{python_module pytest}