diff --git a/python-multidict.spec b/python-multidict.spec index 6e3953d..0410518 100644 --- a/python-multidict.spec +++ b/python-multidict.spec @@ -1,6 +1,6 @@ %global _empty_manifest_terminate_build 0 Name: python-multidict -Version: 6.0.3 +Version: 6.0.4 Release: 1 Summary: multidict implementation License: Apache-2.0 @@ -30,7 +30,7 @@ Multidict is dict-like collection of key-value pairs where key might be occurred %prep -%autosetup -n multidict-6.0.3 +%autosetup -n multidict-%{version} %build %py3_build @@ -70,6 +70,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Fri Apr 07 2023 xu_ping <707078654@qq.com> - 6.0.4-1 +- update to version 6.0.4 + * Thu Dec 15 2022 fushanqing - 6.0.3-1 - update to version 6.0.3 diff --git a/v6.0.3.tar.gz b/v6.0.3.tar.gz deleted file mode 100644 index afad2c0..0000000 Binary files a/v6.0.3.tar.gz and /dev/null differ diff --git a/v6.0.4.tar.gz b/v6.0.4.tar.gz new file mode 100644 index 0000000..066d2a5 Binary files /dev/null and b/v6.0.4.tar.gz differ