diff --git a/python-zope.schema.changes b/python-zope.schema.changes index 3b13dfa..22b59a8 100644 --- a/python-zope.schema.changes +++ b/python-zope.schema.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Fri May 15 13:11:18 UTC 2015 - benoit.monin@gmx.fr + +- update to version 4.4.2: + * Fix description of min max field: max value is included, + not excluded. +- additional changes from version 4.4.1: + * Added support for Python 3.4. +- switch the source archive to tar.gz (zip not available) +- remove unzip from BuildRequires +- pass -q to test to avoid spamming the build log + ------------------------------------------------------------------- Fri Feb 28 20:02:35 UTC 2014 - os-dev@jacraig.com diff --git a/python-zope.schema.spec b/python-zope.schema.spec index 088dca1..e6c73b7 100644 --- a/python-zope.schema.spec +++ b/python-zope.schema.spec @@ -1,7 +1,7 @@ # # spec file for package python-zope.schema # -# Copyright (c) 2014 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,15 +17,14 @@ Name: python-zope.schema -Version: 4.4.0 +Version: 4.4.2 Release: 0 Summary: Zope interface extension for defining data schemas License: ZPL-2.1 Group: Development/Languages/Python Url: http://pypi.python.org/pypi/zope.schema -Source: http://pypi.python.org/packages/source/z/zope.schema/zope.schema-%{version}.zip +Source: http://pypi.python.org/packages/source/z/zope.schema/zope.schema-%{version}.tar.gz BuildRequires: python-devel -BuildRequires: unzip # Documentation requirements: BuildRequires: python-Sphinx # Test requirements: @@ -73,7 +72,7 @@ python setup.py build_sphinx && rm build/sphinx/html/.buildinfo python setup.py install --prefix=%{_prefix} --root=%{buildroot} %check -python setup.py test +python setup.py -q test %files %defattr(-,root,root,-) diff --git a/zope.schema-4.4.0.zip b/zope.schema-4.4.0.zip deleted file mode 100644 index cc0c4b9..0000000 --- a/zope.schema-4.4.0.zip +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a94cc84eeeeed140e9463906a9b297f2dc894140de76bd74597a22ac43855196 -size 99056 diff --git a/zope.schema-4.4.2.tar.gz b/zope.schema-4.4.2.tar.gz new file mode 100644 index 0000000..972e5bf --- /dev/null +++ b/zope.schema-4.4.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d32a089d2a774fe67fd19864780e12ebd88d09e89b5c780f6c0795d59b1c24dd +size 252161