diff --git a/multidict-4.7.6.tar.gz b/multidict-4.7.6.tar.gz deleted file mode 100644 index 56231aa..0000000 Binary files a/multidict-4.7.6.tar.gz and /dev/null differ diff --git a/python-multidict.spec b/python-multidict.spec index 68dbe3b..d7c6429 100644 --- a/python-multidict.spec +++ b/python-multidict.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-multidict -Version: 4.7.6 -Release: 2 +Version: 6.0.2 +Release: 1 Summary: multidict implementation -License: Apache 2 +License: Apache-2.0 URL: https://github.com/aio-libs/multidict -Source0: https://files.pythonhosted.org/packages/65/d4/fabdcc5ee4451c8a8e177e27ddfd131a53a82ecc5a3b68468b7e9f8d70b4/multidict-4.7.6.tar.gz +Source0: https://github.com/aio-libs/multidict/archive/refs/tags/v%{version}.tar.gz %description @@ -30,7 +30,7 @@ Multidict is dict-like collection of key-value pairs where key might be occurred %prep -%autosetup -n multidict-4.7.6 +%autosetup -n multidict-6.0.2 %build %py3_build @@ -70,6 +70,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Fri Oct 14 2022 xu_ping - 6.0.2-1 +- Upgrade to version 6.0.2 + * Wed Aug 04 2021 chenyanpanHW - 4.7.6-2 - DESC: delete BuildRequires gdb diff --git a/v6.0.2.tar.gz b/v6.0.2.tar.gz new file mode 100644 index 0000000..0753bfd Binary files /dev/null and b/v6.0.2.tar.gz differ