Compare commits
5 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 80c9315eb1 | |||
| 6736d3ba39 | |||
| 807c5fa803 | |||
| bc071be5e1 | |||
| 1a063dfdfc |
BIN
btrees-6.1.tar.gz
LFS
Normal file
BIN
btrees-6.1.tar.gz
LFS
Normal file
Binary file not shown.
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1606bdffa7ab28c6800984540b695eee848f6e15b0145d858ff4b0c6264e8ed2
|
||||
size 187252
|
||||
@@ -1,17 +1,3 @@
|
||||
-------------------------------------------------------------------
|
||||
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>
|
||||
|
||||
|
||||
@@ -19,13 +19,13 @@
|
||||
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-BTrees
|
||||
Version: 6.3
|
||||
Version: 6.1
|
||||
Release: 0
|
||||
Summary: Persistent B-tree object containers for Python
|
||||
License: ZPL-2.1
|
||||
URL: https://github.com/zopefoundation/BTrees
|
||||
Source: https://files.pythonhosted.org/packages/source/b/btrees/btrees-%{version}.tar.gz
|
||||
BuildRequires: %{python_module devel >= 3.10}
|
||||
BuildRequires: %{python_module devel >= 3.8}
|
||||
BuildRequires: %{python_module persistent-devel >= 4.1.0}
|
||||
BuildRequires: %{python_module pip}
|
||||
BuildRequires: %{python_module pytest}
|
||||
|
||||
Reference in New Issue
Block a user