Sync from SUSE:SLFO:Main python-BTrees revision cedcde01375cad15aead846b868241e8

This commit is contained in:
Adrian Schröter 2024-12-13 10:46:09 +01:00
parent db9c2728a4
commit f0796ab82d
4 changed files with 32 additions and 6 deletions

BIN
BTrees-5.0.tar.gz (Stored with Git LFS)

Binary file not shown.

BIN
BTrees-6.0.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1,3 +1,28 @@
-------------------------------------------------------------------
Thu Jun 6 07:53:19 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 6.0:
* Drop support for Python 3.7.
* Build Windows wheels on GHA.
-------------------------------------------------------------------
Sat Apr 20 13:32:09 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 5.2:
* Add preliminary support for Python 3.13 as of 3.13a3.
-------------------------------------------------------------------
Thu Nov 2 23:38:51 UTC 2023 - Matej Cepl <mcepl@cepl.eu>
- Update to 5.1:
* Drop using setup_requires due to constant problems on GHA.
* Add support for Python 3.12.
-------------------------------------------------------------------
Fri Jun 9 13:17:17 UTC 2023 - ecsos <ecsos@opensuse.org>
- Add %{?sle15_python_module_pythons}
-------------------------------------------------------------------
Thu Feb 16 21:05:56 UTC 2023 - Dirk Müller <dmueller@suse.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package python-BTrees
#
# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2015-2022 LISA GmbH, Bingen, Germany.
#
# All modifications and additions to the file contributed by third parties
@ -17,14 +17,15 @@
#
%{?sle15_python_module_pythons}
Name: python-BTrees
Version: 5.0
Version: 6.0
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.7}
BuildRequires: %{python_module devel >= 3.8}
BuildRequires: %{python_module persistent-devel >= 4.1.0}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools}