15
0
forked from pool/python-WSME

Accepting request 222237 from devel:languages:python

Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/222237
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-WSME?expand=0&rev=7
This commit is contained in:
Stephan Kulow
2014-02-26 05:55:08 +00:00
committed by Git OBS Bridge
4 changed files with 24 additions and 6 deletions

View File

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

3
WSME-0.6.tar.gz Normal file
View File

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

View File

@@ -1,3 +1,19 @@
-------------------------------------------------------------------
Thu Feb 6 16:16:01 UTC 2014 - speilicke@suse.com
- Update to version 0.6:
+ Add 'readonly' parameter to wsattr
+ Fix typos in documents and comments
+ Support dynamic types
+ Support building wheels (PEP-427)
+ Fix a typo in the types documentation
+ Add IntegerType and some classes for validation
+ Use assertRaises() for negative tests
+ Remove the duplicated error message from Enum
+ Drop description from 403 flask test case
+ Fix SyntaxWarning under Python 3
- New dependency on python-ipaddr
-------------------------------------------------------------------
Tue Oct 22 14:12:14 UTC 2013 - speilicke@suse.com

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-WSME
#
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2014 SUSE LINUX Products 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.5b6
Version: 0.6
Release: 0
Summary: Web Services Made Easy
License: MIT
@@ -25,13 +25,15 @@ Group: Development/Languages/Python
Url: http://packages.python.org/WSME/
Source: http://pypi.python.org/packages/source/W/WSME/WSME-%{version}.tar.gz
BuildRequires: python-devel
BuildRequires: python-pbr
BuildRequires: python-pbr >= 0.5.21
BuildRequires: python-setuptools
BuildRequires: python-six
# Test requirements:
BuildRequires: python-WebOb
BuildRequires: python-ipaddr
BuildRequires: python-simplegeneric
Requires: python-WebOb
Requires: python-ipaddr
Requires: python-simplegeneric
Requires: python-six
BuildRoot: %{_tmppath}/%{name}-%{version}-build