15
0
forked from pool/python-WSME

- 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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-WSME?expand=0&rev=13
This commit is contained in:
Sascha Peilicke
2014-02-06 16:17:53 +00:00
committed by Git OBS Bridge
parent 5aeda066c4
commit 4ada3acc83
4 changed files with 23 additions and 6 deletions

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