diff --git a/python-multidict.spec b/python-multidict.spec index 29a6ca2..6e3953d 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.2 +Version: 6.0.3 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.2 +%autosetup -n multidict-6.0.3 %build %py3_build @@ -70,6 +70,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Thu Dec 15 2022 fushanqing - 6.0.3-1 +- update to version 6.0.3 + * Thu Jun 23 2022 SimpleUpdate Robot - 6.0.2-1 - Upgrade to version 6.0.2 diff --git a/v6.0.2.tar.gz b/v6.0.2.tar.gz deleted file mode 100644 index 0753bfd..0000000 Binary files a/v6.0.2.tar.gz and /dev/null differ diff --git a/v6.0.3.tar.gz b/v6.0.3.tar.gz new file mode 100644 index 0000000..afad2c0 Binary files /dev/null and b/v6.0.3.tar.gz differ