Sync from SUSE:SLFO:Main python-BTrees revision cedcde01375cad15aead846b868241e8
This commit is contained in:
parent
db9c2728a4
commit
f0796ab82d
BIN
BTrees-5.0.tar.gz
(Stored with Git LFS)
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
BIN
BTrees-6.0.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -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>
|
Thu Feb 16 21:05:56 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-BTrees
|
# spec file for package python-BTrees
|
||||||
#
|
#
|
||||||
# Copyright (c) 2023 SUSE LLC
|
# Copyright (c) 2024 SUSE LLC
|
||||||
# Copyright (c) 2015-2022 LISA GmbH, Bingen, Germany.
|
# Copyright (c) 2015-2022 LISA GmbH, Bingen, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
@ -17,14 +17,15 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-BTrees
|
Name: python-BTrees
|
||||||
Version: 5.0
|
Version: 6.0
|
||||||
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.7}
|
BuildRequires: %{python_module devel >= 3.8}
|
||||||
BuildRequires: %{python_module persistent-devel >= 4.1.0}
|
BuildRequires: %{python_module persistent-devel >= 4.1.0}
|
||||||
BuildRequires: %{python_module pytest}
|
BuildRequires: %{python_module pytest}
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
|
Loading…
Reference in New Issue
Block a user