diff --git a/BTrees-5.0.tar.gz b/BTrees-5.0.tar.gz deleted file mode 100644 index adad1f2..0000000 --- a/BTrees-5.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fddf8a4dcc0253e39027bab380a2e20d47ae370a32485416f2a66ad9ae1a43fa -size 198089 diff --git a/BTrees-6.0.tar.gz b/BTrees-6.0.tar.gz new file mode 100644 index 0000000..c445220 --- /dev/null +++ b/BTrees-6.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f69b8cdd33434e13e180216bb82ae0b7cd31fadfb7cc559695cb37319ca35ff0 +size 245186 diff --git a/python-BTrees.changes b/python-BTrees.changes index db15c85..2cb4bec 100644 --- a/python-BTrees.changes +++ b/python-BTrees.changes @@ -1,3 +1,28 @@ +------------------------------------------------------------------- +Thu Jun 6 07:53:19 UTC 2024 - Dirk Müller + +- 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 + +- 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 + +- 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 + +- Add %{?sle15_python_module_pythons} + ------------------------------------------------------------------- Thu Feb 16 21:05:56 UTC 2023 - Dirk Müller diff --git a/python-BTrees.spec b/python-BTrees.spec index df3a846..78621a6 100644 --- a/python-BTrees.spec +++ b/python-BTrees.spec @@ -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}