From 11dafc3118cebd4433596e33b781f119f48d60a7f338136758b5280beaf15018 Mon Sep 17 00:00:00 2001 From: Thomas Bechtold Date: Wed, 20 Sep 2017 05:43:40 +0000 Subject: [PATCH] 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 --- multidict-3.1.1.tar.gz | 3 --- multidict-3.2.0.tar.gz | 3 +++ python-multidict.changes | 9 +++++++++ python-multidict.spec | 4 +--- 4 files changed, 13 insertions(+), 6 deletions(-) delete mode 100644 multidict-3.1.1.tar.gz create mode 100644 multidict-3.2.0.tar.gz diff --git a/multidict-3.1.1.tar.gz b/multidict-3.1.1.tar.gz deleted file mode 100644 index 9c90159..0000000 --- a/multidict-3.1.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d77fde7a398a6b5ee5788e4da6b58a377019750af08bc31ab73ac53e539446c0 -size 118700 diff --git a/multidict-3.2.0.tar.gz b/multidict-3.2.0.tar.gz new file mode 100644 index 0000000..243645d --- /dev/null +++ b/multidict-3.2.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e27a7a95317371c15ecda7206f6e8c144f10a337bb2c3e61b5176deafbb88cb2 +size 33870 diff --git a/python-multidict.changes b/python-multidict.changes index 6aec219..1378b7b 100644 --- a/python-multidict.changes +++ b/python-multidict.changes @@ -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 diff --git a/python-multidict.spec b/python-multidict.spec index 681f10c..1003669 100644 --- a/python-multidict.spec +++ b/python-multidict.spec @@ -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