diff --git a/BTrees-4.11.3.tar.gz b/BTrees-4.11.3.tar.gz deleted file mode 100644 index dcab83b..0000000 --- a/BTrees-4.11.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:908500b020ff989b00946f8a6f6573f38a9b1808d077e52e3dcf048fb170c13a -size 245282 diff --git a/BTrees-5.0.tar.gz b/BTrees-5.0.tar.gz new file mode 100644 index 0000000..adad1f2 --- /dev/null +++ b/BTrees-5.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fddf8a4dcc0253e39027bab380a2e20d47ae370a32485416f2a66ad9ae1a43fa +size 198089 diff --git a/python-BTrees.changes b/python-BTrees.changes index 1b485b2..db15c85 100644 --- a/python-BTrees.changes +++ b/python-BTrees.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Thu Feb 16 21:05:56 UTC 2023 - Dirk Müller + +- 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 diff --git a/python-BTrees.spec b/python-BTrees.spec index 6eed369..df3a846 100644 --- a/python-BTrees.spec +++ b/python-BTrees.spec @@ -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}