5 Commits

Author SHA256 Message Date
80c9315eb1 Accepting request 1269068 from devel:languages:python
- Support both lowercased and unnormalized metadata directory names.

- Lowercase metadata directory name.

OBS-URL: https://build.opensuse.org/request/show/1269068
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-BTrees?expand=0&rev=22
2025-04-14 10:59:27 +00:00
6736d3ba39 - Support both lowercased and unnormalized metadata directory names.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-BTrees?expand=0&rev=43
2025-04-14 05:44:30 +00:00
807c5fa803 - Lowercase metadata directory name.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-BTrees?expand=0&rev=42
2025-03-25 04:01:38 +00:00
bc071be5e1 Accepting request 1222093 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1222093
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-BTrees?expand=0&rev=21
2024-11-07 15:28:30 +00:00
1a063dfdfc Accepting request 1222038 from home:glaubitz:branches:devel:languages:python
- Update to 6.1
  * Add final support for Python 3.13.
- Adjust upstream source name in spec file
- Drop unnecessary removal of egg-info from %setup section
- Fix missing version contraint for Obsoletes
- Switch build system from setuptools to pyproject.toml
  * Add python-pip and python-wheel to BuildRequires
  * Replace %python_build with %pyproject_wheel
  * Replace %python_install with %pyproject_install

OBS-URL: https://build.opensuse.org/request/show/1222038
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-BTrees?expand=0&rev=40
2024-11-07 10:42:10 +00:00
4 changed files with 5 additions and 19 deletions

BIN
btrees-6.1.tar.gz LFS Normal file

Binary file not shown.

View File

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

View File

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

View File

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