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:
parent
a9da86db8a
commit
11dafc3118
@ -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
3
multidict-3.2.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:e27a7a95317371c15ecda7206f6e8c144f10a337bb2c3e61b5176deafbb88cb2
|
||||||
|
size 33870
|
@ -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
|
Wed Jul 19 14:41:55 UTC 2017 - sean.marlow@suse.com
|
||||||
|
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
%define skip_python2 1
|
%define skip_python2 1
|
||||||
%bcond_without test
|
%bcond_without test
|
||||||
Name: python-multidict
|
Name: python-multidict
|
||||||
Version: 3.1.1
|
Version: 3.2.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Multidict implementation
|
Summary: Multidict implementation
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
@ -46,8 +46,6 @@ The code was extracted from the aiohttp library.
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
export CFLAGS="%{optflags}"
|
export CFLAGS="%{optflags}"
|
||||||
# Package contains pre-compiled shared libraries
|
|
||||||
rm -f multidict/*.so
|
|
||||||
%python_build
|
%python_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
|
Loading…
Reference in New Issue
Block a user