Accepting request 1066267 from devel:languages:python

- update to 5.0:
  * Build Linux binary wheels for Python 3.11.
  * Drop support for Python 2.7, 3.5, 3.6.

OBS-URL: https://build.opensuse.org/request/show/1066267
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-BTrees?expand=0&rev=16
This commit is contained in:
Dominique Leuenberger 2023-02-19 17:18:44 +00:00 committed by Git OBS Bridge
commit 7eb927b0a0
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:908500b020ff989b00946f8a6f6573f38a9b1808d077e52e3dcf048fb170c13a
size 245282

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

Binary file not shown.

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Thu Feb 16 21:05:56 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 5.0:
* Build Linux binary wheels for Python 3.11.
* Drop support for Python 2.7, 3.5, 3.6.
-------------------------------------------------------------------
Mon Jan 2 14:27:52 UTC 2023 - Dirk Müller <dmueller@suse.com>

View File

@ -18,13 +18,13 @@
Name: python-BTrees
Version: 4.11.3
Version: 5.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}
BuildRequires: %{python_module devel >= 3.7}
BuildRequires: %{python_module persistent-devel >= 4.1.0}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools}