diff --git a/WSME-0.5b6.tar.gz b/WSME-0.5b6.tar.gz deleted file mode 100644 index ffef15d..0000000 --- a/WSME-0.5b6.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9476b6c80fa9c36e966d80352e589d5fd9cf356b9bdec7f755b07ca5d2f492cb -size 141503 diff --git a/WSME-0.6.tar.gz b/WSME-0.6.tar.gz new file mode 100644 index 0000000..128cc69 --- /dev/null +++ b/WSME-0.6.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a37981ebf877d2ca8ae12f6c6fc3d920cb0c9d7be68fef419de252797dfdc15 +size 114707 diff --git a/python-WSME.changes b/python-WSME.changes index f72b029..e5afae4 100644 --- a/python-WSME.changes +++ b/python-WSME.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +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 + ------------------------------------------------------------------- Tue Oct 22 14:12:14 UTC 2013 - speilicke@suse.com diff --git a/python-WSME.spec b/python-WSME.spec index e5d316f..c4ca5bc 100644 --- a/python-WSME.spec +++ b/python-WSME.spec @@ -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