Accepting request 1178917 from devel:languages:python

- update to 6.0:
  * Drop support for Python 3.7.
  * Build Windows wheels on GHA.

OBS-URL: https://build.opensuse.org/request/show/1178917
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-BTrees?expand=0&rev=20
This commit is contained in:
Ana Guerrero 2024-06-07 13:02:12 +00:00 committed by Git OBS Bridge
commit 66f6536fbb
4 changed files with 12 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6e4a0af01a4bbec95a9f931baf5c545979f4341a13a7661ff8a497af4f3d8381
size 201822

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

Binary file not shown.

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
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>

View File

@ -19,13 +19,13 @@
%{?sle15_python_module_pythons}
Name: python-BTrees
Version: 5.2
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}