Accepting request 566973 from home:apersaud:branches:devel:languages:python

update to latest version

OBS-URL: https://build.opensuse.org/request/show/566973
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-multidict?expand=0&rev=10
This commit is contained in:
Tomáš Chvátal
2018-01-17 19:20:21 +00:00
committed by Git OBS Bridge
parent 5eaa939533
commit 72fcae74e9
4 changed files with 17 additions and 6 deletions

View File

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

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

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

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Wed Jan 17 03:54:21 UTC 2018 - arun@gmx.de
- specfile:
* update copyright year
* CHANGES.rst -> docs/changes.rst
- update to version 4.0.0:
* Accept multiple keys in MultiDict.update() and
CIMultiDict.update() (PR #199)
-------------------------------------------------------------------
Fri Nov 3 15:55:20 UTC 2017 - arun@gmx.de

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-multidict
#
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
#
# 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
%bcond_without test
Name: python-multidict
Version: 3.3.2
Version: 4.0.0
Release: 0
Summary: Multidict implementation
License: Apache-2.0
@@ -59,7 +59,7 @@ export CFLAGS="%{optflags}"
%files %{python_files}
%defattr(-,root,root,-)
%doc CHANGES.rst LICENSE README.rst
%doc docs/changes.rst LICENSE README.rst
%{python_sitearch}/*
%changelog