15
0
forked from pool/python-BTrees

9 Commits

Author SHA256 Message Date
60f2e8ffa4 Accepting request 1321250 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1321250
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-BTrees?expand=0&rev=24
2025-12-05 15:58:30 +00:00
2dd6944e7a - Update to 6.3
* Move all supported package metadata into ``pyproject.toml``.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-BTrees?expand=0&rev=47
2025-12-05 11:46:54 +00:00
6a85617432 Accepting request 1317515 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1317515
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-BTrees?expand=0&rev=23
2025-11-13 16:28:07 +00:00
b6f423dc9e - Update to 6.2
* Drop support for Python 3.8, 3.9.
  * Add support for Python 3.14.
- Update BuildRequires from setup.py

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-BTrees?expand=0&rev=45
2025-11-13 07:57:49 +00:00
5fd51911d2 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
d8958b54f9 - 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
0f79368fa0 - 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
47e66c6739 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
8e13b6ee93 - 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/package/show/devel:languages:python/python-BTrees?expand=0&rev=40
2024-11-07 10:42:10 +00:00
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>

View File

@@ -19,13 +19,13 @@
%{?sle15_python_module_pythons}
Name: python-BTrees
Version: 6.1
Version: 6.3
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.8}
BuildRequires: %{python_module devel >= 3.10}
BuildRequires: %{python_module persistent-devel >= 4.1.0}
BuildRequires: %{python_module pip}
BuildRequires: %{python_module pytest}