diff --git a/btrees-6.1.tar.gz b/btrees-6.1.tar.gz deleted file mode 100644 index b8fed08..0000000 --- a/btrees-6.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e18746f8641869a20f45328c9b5f97dc6c71a1195960356aef63b75f5c8d445f -size 244735 diff --git a/btrees-6.2.tar.gz b/btrees-6.2.tar.gz new file mode 100644 index 0000000..e332472 --- /dev/null +++ b/btrees-6.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a7c703766847eb0fab58ae9b9d69cc80588cbfd6e34572bbabd4553e079fe2b +size 198238 diff --git a/python-BTrees.changes b/python-BTrees.changes index 4fa6267..0429953 100644 --- a/python-BTrees.changes +++ b/python-BTrees.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Thu Nov 13 07:42:17 UTC 2025 - John Paul Adrian Glaubitz + +- Update to 6.2 + * Drop support for Python 3.8, 3.9. + * Add support for Python 3.14. +- Update BuildRequires from setup.py + ------------------------------------------------------------------- Mon Apr 14 05:44:11 UTC 2025 - Steve Kowalik diff --git a/python-BTrees.spec b/python-BTrees.spec index 43654f0..fa36959 100644 --- a/python-BTrees.spec +++ b/python-BTrees.spec @@ -19,13 +19,13 @@ %{?sle15_python_module_pythons} Name: python-BTrees -Version: 6.1 +Version: 6.2 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.8} +BuildRequires: %{python_module devel >= 3.10} BuildRequires: %{python_module persistent-devel >= 4.1.0} BuildRequires: %{python_module pip} BuildRequires: %{python_module pytest}