Hello community,
here is the log from the commit of package python-zope.schema for
openSUSE:Factory checked in at 2015-05-19 23:46:48
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-zope.schema (Old)
and /work/SRC/openSUSE:Factory/.python-zope.schema.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-zope.schema"
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-zope.schema/python-zope.schema.changes
2014-03-01 19:44:23.000000000 +0100
+++
/work/SRC/openSUSE:Factory/.python-zope.schema.new/python-zope.schema.changes
2015-05-19 23:46:49.000000000 +0200
@@ -1,0 +2,12 @@
+Fri May 15 13:11:18 UTC 2015 - [email protected]
+
+- 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
+
+-------------------------------------------------------------------
Old:
----
zope.schema-4.4.0.zip
New:
----
zope.schema-4.4.2.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-zope.schema.spec ++++++
--- /var/tmp/diff_new_pack.inOFqt/_old 2015-05-19 23:46:50.000000000 +0200
+++ /var/tmp/diff_new_pack.inOFqt/_new 2015-05-19 23:46:50.000000000 +0200
@@ -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 install --prefix=%{_prefix} --root=%{buildroot}
%check
-python setup.py test
+python setup.py -q test
%files
%defattr(-,root,root,-)