diff --git a/immutabledict-4.2.1.tar.gz b/immutabledict-4.2.1.tar.gz deleted file mode 100644 index ec99ebc..0000000 --- a/immutabledict-4.2.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d91017248981c72eb66c8ff9834e99c2f53562346f23e7f51e7a5ebcf66a3bcc -size 6228 diff --git a/immutabledict-4.2.2.tar.gz b/immutabledict-4.2.2.tar.gz new file mode 100644 index 0000000..e3bdad5 --- /dev/null +++ b/immutabledict-4.2.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb6ed3090df593148f94cb407d218ca526fd2639694afdb553dc4f50ce6feeca +size 6099 diff --git a/python-immutabledict.changes b/python-immutabledict.changes index f1bcae1..94d5f22 100644 --- a/python-immutabledict.changes +++ b/python-immutabledict.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Fri Nov 14 15:14:44 UTC 2025 - John Paul Adrian Glaubitz + +- Update to 4.2.2 + * Update classifiers, Github Actions... for Python 3.14 + * Update metadatas for PEP 639 + ------------------------------------------------------------------- Tue Nov 19 15:37:28 UTC 2024 - Dirk Müller diff --git a/python-immutabledict.spec b/python-immutabledict.spec index c5d6dc6..b9b93e5 100644 --- a/python-immutabledict.spec +++ b/python-immutabledict.spec @@ -27,7 +27,7 @@ %define short_name immutabledict %{?sle15_python_module_pythons} Name: python-%{short_name}%{psuffix} -Version: 4.2.1 +Version: 4.2.2 Release: 0 Summary: Immutable wrapper around dictionaries (a fork of frozendict) License: MIT @@ -35,7 +35,7 @@ URL: https://github.com/corenting/immutabledict Source: https://files.pythonhosted.org/packages/source/i/immutabledict/immutabledict-%{version}.tar.gz BuildRequires: %{python_module base >= 3.8} BuildRequires: %{python_module pip} -BuildRequires: %{python_module poetry-core} +BuildRequires: %{python_module poetry-core >= 2.0.0} BuildRequires: %{python_module setuptools} BuildRequires: %{python_module typing_extensions} BuildRequires: %{python_module wheel}