Accepting request 527364 from home:seanmarlow:branches:devel:languages:python

Update to version 3.2.0. Pre-compiled shared libraries have been removed from sdist.

OBS-URL: https://build.opensuse.org/request/show/527364
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-multidict?expand=0&rev=4
This commit is contained in:
Thomas Bechtold 2017-09-20 05:43:40 +00:00 committed by Git OBS Bridge
parent a9da86db8a
commit 11dafc3118
4 changed files with 13 additions and 6 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d77fde7a398a6b5ee5788e4da6b58a377019750af08bc31ab73ac53e539446c0
size 118700

3
multidict-3.2.0.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e27a7a95317371c15ecda7206f6e8c144f10a337bb2c3e61b5176deafbb88cb2
size 33870

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Tue Sep 19 17:44:52 UTC 2017 - sean.marlow@suse.com
- Update to version 3.2.0:
+ Fix pickling
+ Fix equality check when other contains more keys
+ Fix CIMultiDict copy
- Pre-compiled shared libraries have been removed from sdist.
-------------------------------------------------------------------
Wed Jul 19 14:41:55 UTC 2017 - sean.marlow@suse.com

View File

@ -20,7 +20,7 @@
%define skip_python2 1
%bcond_without test
Name: python-multidict
Version: 3.1.1
Version: 3.2.0
Release: 0
Summary: Multidict implementation
License: Apache-2.0
@ -46,8 +46,6 @@ The code was extracted from the aiohttp library.
%build
export CFLAGS="%{optflags}"
# Package contains pre-compiled shared libraries
rm -f multidict/*.so
%python_build
%install