diff --git a/multidict-6.0.3.tar.gz b/multidict-6.0.3.tar.gz deleted file mode 100644 index ab33ee9..0000000 --- a/multidict-6.0.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2523a29006c034687eccd3ee70093a697129a3ffe8732535d3b2df6a4ecc279d -size 51223 diff --git a/multidict-6.0.4.tar.gz b/multidict-6.0.4.tar.gz new file mode 100644 index 0000000..06980ae --- /dev/null +++ b/multidict-6.0.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3666906492efb76453c0e7b97f2cf459b0682e7402c0489a95484965dbc1da49 +size 51304 diff --git a/python-multidict.changes b/python-multidict.changes index aa8a20b..ab5b173 100644 --- a/python-multidict.changes +++ b/python-multidict.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Mon Jan 2 15:34:00 UTC 2023 - Dirk Müller + +- update to 6.0.4: + * Fixed a type annotations regression introduced in v6.0.2 under Python + versions <3.10. It was caused by importing certain types only available + in newer versions. (:issue:`798`) + ------------------------------------------------------------------- Wed Dec 7 19:54:19 UTC 2022 - Yogalakshmi Arunachalam diff --git a/python-multidict.spec b/python-multidict.spec index bc03eaf..413c8b9 100644 --- a/python-multidict.spec +++ b/python-multidict.spec @@ -1,7 +1,7 @@ # # spec file for package python-multidict # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -20,7 +20,7 @@ %define skip_python2 1 %define skip_python36 1 Name: python-multidict -Version: 6.0.3 +Version: 6.0.4 Release: 0 Summary: Multidict implementation License: Apache-2.0