diff --git a/frozendict-2.3.8.tar.gz b/frozendict-2.3.8.tar.gz deleted file mode 100644 index a86ed25c0d68719cd3461cf62b94dabba9d2c849..0000000000000000000000000000000000000000 Binary files a/frozendict-2.3.8.tar.gz and /dev/null differ diff --git a/frozendict-2.4.4.tar.gz b/frozendict-2.4.4.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..a7a7dd26d25e55913fc852df60434bf2d2a94137 Binary files /dev/null and b/frozendict-2.4.4.tar.gz differ diff --git a/python-frozendict.spec b/python-frozendict.spec index 418945fb6f0622620eac975240ff4d505e347eef..a158716a21a0b8bc75d4222d08edd4cf0f214f0a 100644 --- a/python-frozendict.spec +++ b/python-frozendict.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-frozendict -Version: 2.3.8 +Version: 2.4.4 Release: 1 Summary: A simple immutable dictionary License: GPLv3 and LGPLv3 URL: https://github.com/Marco-Sulla/python-frozendict -Source0: https://files.pythonhosted.org/packages/09/73/e3a2f0181a25b189429796f1d33d35658b68c22ec4792fa22d3caebcfc45/frozendict-2.3.8.tar.gz +Source0: https://files.pythonhosted.org/packages/ae/38/00b0e401eeb1382b13d774522de6f30b5418a313cc0edbcb12e814eea7cd/frozendict-2.4.4.tar.gz %description frozendict is an immutable wrapper around dictionaries that implements\ @@ -76,6 +76,10 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Thu Jul 18 2024 liudy - 2.4.4-1 +- Update package to version 2.4.4 +- Added typing for deepfreeze, register and unregister + * Sat May 06 2023 jiangxinyu - 2.3.8-1 - Update package to version 2.3.8