diff --git a/frozendict-2.4.4.tar.gz b/frozendict-2.4.4.tar.gz deleted file mode 100644 index a7a7dd26d25e55913fc852df60434bf2d2a94137..0000000000000000000000000000000000000000 Binary files a/frozendict-2.4.4.tar.gz and /dev/null differ diff --git a/frozendict-2.4.6.tar.gz b/frozendict-2.4.6.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..6c280c3d29caae5985c9cb8bb91484b6b5270f51 Binary files /dev/null and b/frozendict-2.4.6.tar.gz differ diff --git a/python-frozendict.spec b/python-frozendict.spec index a158716a21a0b8bc75d4222d08edd4cf0f214f0a..05409d69f8d99f831a0237a70a208c38e30d8a8c 100644 --- a/python-frozendict.spec +++ b/python-frozendict.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-frozendict -Version: 2.4.4 +Version: 2.4.6 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/ae/38/00b0e401eeb1382b13d774522de6f30b5418a313cc0edbcb12e814eea7cd/frozendict-2.4.4.tar.gz +Source0: https://files.pythonhosted.org/packages/bb/59/19eb300ba28e7547538bdf603f1c6c34793240a90e1a7b61b65d8517e35e/frozendict-2.4.6.tar.gz %description frozendict is an immutable wrapper around dictionaries that implements\ @@ -76,6 +76,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Thu Oct 24 2024 zhangyulong - 2.4.6-1 +- Update package to version 2.4.6 + * Thu Jul 18 2024 liudy - 2.4.4-1 - Update package to version 2.4.4 - Added typing for deepfreeze, register and unregister