From 95dc17416be49db939f85b9ef720d0ab6f9fb6bc2ba0b1065d9240326bfa0b00 Mon Sep 17 00:00:00 2001 From: Denisart Benjamin Date: Tue, 2 Jun 2015 17:45:52 +0000 Subject: [PATCH] Accepting request 309627 from home:tbechtold:branches:devel:languages:python - update to 0.7.0: * Ensure UserType objects are converted to basetype * Convert built-in types when passed as strings * Multiple protocol accept or content-type matching * Raise an InvalidInput if you get a ValueError from JSON data * Remove unsupported python versions from setup.cfg * Clean up setup.py and add requirements.txt * Add full MIT license * Fix i18n when formatting exception * Cleanup up logging * Make it possible to use the Response to return a non-default return type * several fixes for SOAP protocol - Update Requires and BuildRequires according to requirements.txt OBS-URL: https://build.opensuse.org/request/show/309627 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-WSME?expand=0&rev=20 --- WSME-0.6.4.tar.gz | 3 --- WSME-0.7.0.tar.gz | 3 +++ python-WSME.changes | 17 +++++++++++++++++ python-WSME.spec | 17 ++++++++++------- 4 files changed, 30 insertions(+), 10 deletions(-) delete mode 100644 WSME-0.6.4.tar.gz create mode 100644 WSME-0.7.0.tar.gz diff --git a/WSME-0.6.4.tar.gz b/WSME-0.6.4.tar.gz deleted file mode 100644 index e07f77f..0000000 --- a/WSME-0.6.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e4c0012b1a592c3889697259c690447dfc8edcbae5b52307709705377305e953 -size 117245 diff --git a/WSME-0.7.0.tar.gz b/WSME-0.7.0.tar.gz new file mode 100644 index 0000000..7cdaeb1 --- /dev/null +++ b/WSME-0.7.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1cae2c4df4af93db345ef7a52204b8facab8318aee6b9b56f54f8cb4aac79849 +size 122927 diff --git a/python-WSME.changes b/python-WSME.changes index d7b994e..b169483 100644 --- a/python-WSME.changes +++ b/python-WSME.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Mon Jun 1 13:35:06 UTC 2015 - tbechtold@suse.com + +- update to 0.7.0: + * Ensure UserType objects are converted to basetype + * Convert built-in types when passed as strings + * Multiple protocol accept or content-type matching + * Raise an InvalidInput if you get a ValueError from JSON data + * Remove unsupported python versions from setup.cfg + * Clean up setup.py and add requirements.txt + * Add full MIT license + * Fix i18n when formatting exception + * Cleanup up logging + * Make it possible to use the Response to return a non-default return type + * several fixes for SOAP protocol +- Update Requires and BuildRequires according to requirements.txt + ------------------------------------------------------------------- Thu Jan 8 13:26:01 UTC 2015 - tbechtold@suse.com diff --git a/python-WSME.spec b/python-WSME.spec index 2cac8cd..24f9249 100644 --- a/python-WSME.spec +++ b/python-WSME.spec @@ -1,7 +1,7 @@ # # spec file for package python-WSME # -# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 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 @@ -17,7 +17,7 @@ Name: python-WSME -Version: 0.6.4 +Version: 0.7.0 Release: 0 Summary: Web Services Made Easy License: MIT @@ -29,13 +29,16 @@ BuildRequires: python-pbr >= 0.5.21 BuildRequires: python-setuptools BuildRequires: python-six # Test requirements: -BuildRequires: python-WebOb -BuildRequires: python-ipaddr +BuildRequires: python-WebOb >= 1.2.3 +BuildRequires: python-netaddr >= 0.7.12 +BuildRequires: python-pytz BuildRequires: python-simplegeneric -Requires: python-WebOb -Requires: python-ipaddr +BuildRequires: python-six >= 1.9.0 +Requires: python-WebOb >= 1.2.3 +Requires: python-netaddr >= 0.7.12 +Requires: python-pytz Requires: python-simplegeneric -Requires: python-six +Requires: python-six >= 1.9.0 BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0%{?suse_version} && 0%{?suse_version} <= 1110 BuildRequires: python-ordereddict