Accepting request 1046222 from devel:languages:python
- 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`) OBS-URL: https://build.opensuse.org/request/show/1046222 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-multidict?expand=0&rev=19
This commit is contained in:
commit
4be18fb8c5
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2523a29006c034687eccd3ee70093a697129a3ffe8732535d3b2df6a4ecc279d
|
||||
size 51223
|
BIN
multidict-6.0.4.tar.gz
(Stored with Git LFS)
Normal file
BIN
multidict-6.0.4.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 2 15:34:00 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- 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 <yarunachalam@suse.com>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user