diff --git a/immutables-0.20.tar.gz b/immutables-0.20.tar.gz deleted file mode 100644 index 93ac0d0..0000000 --- a/immutables-0.20.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1d2f83e6a6a8455466cd97b9a90e2b4f7864648616dfa6b19d18f49badac3876 -size 88933 diff --git a/immutables-0.21.tar.gz b/immutables-0.21.tar.gz new file mode 100644 index 0000000..eb961f2 --- /dev/null +++ b/immutables-0.21.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b55ffaf0449790242feb4c56ab799ea7af92801a0a43f9e2f4f8af2ab24dfc4a +size 89008 diff --git a/python-immutables.changes b/python-immutables.changes index 3315ac0..b6bac80 100644 --- a/python-immutables.changes +++ b/python-immutables.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Wed Oct 23 20:25:25 UTC 2024 - Dirk Müller + +- update to 0.21: + * Drop typing_extensions dependency + * Replace `_PyLong_Format` with `PyNumber_ToBase` + ------------------------------------------------------------------- Fri Dec 1 16:59:24 UTC 2023 - Dirk Müller diff --git a/python-immutables.spec b/python-immutables.spec index 1228e3d..fba1823 100644 --- a/python-immutables.spec +++ b/python-immutables.spec @@ -1,7 +1,7 @@ # # spec file for package python-immutables # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-immutables -Version: 0.20 +Version: 0.21 Release: 0 Summary: Immutable collections for Python License: Apache-2.0