Hello community,
here is the log from the commit of package python-zope.exceptions for
openSUSE:Factory checked in at 2015-05-19 23:47:21
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-zope.exceptions (Old)
and /work/SRC/openSUSE:Factory/.python-zope.exceptions.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-zope.exceptions"
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-zope.exceptions/python-zope.exceptions.changes
2013-10-25 11:36:56.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.python-zope.exceptions.new/python-zope.exceptions.changes
2015-05-19 23:47:22.000000000 +0200
@@ -1,0 +2,10 @@
+Fri May 15 11:55:03 UTC 2015 - [email protected]
+
+- update to version 4.0.7:
+ * Added explicit support for Python 3.4.
+ * Updated boostrap.py to version 2.2.
+- 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.exceptions-4.0.6.zip
New:
----
zope.exceptions-4.0.7.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-zope.exceptions.spec ++++++
--- /var/tmp/diff_new_pack.Gy9zOO/_old 2015-05-19 23:47:23.000000000 +0200
+++ /var/tmp/diff_new_pack.Gy9zOO/_new 2015-05-19 23:47:23.000000000 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-zope.exceptions
#
-# Copyright (c) 2013 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,16 +17,15 @@
Name: python-zope.exceptions
-Version: 4.0.6
+Version: 4.0.7
Release: 0
Summary: Zope Exceptions
License: ZPL-2.1
Group: Development/Languages/Python
Url: http://cheeseshop.python.org/pypi/zope.exceptions
-Source:
http://pypi.python.org/packages/source/z/zope.exceptions/zope.exceptions-%{version}.zip
+Source:
http://pypi.python.org/packages/source/z/zope.exceptions/zope.exceptions-%{version}.tar.gz
BuildRequires: python-devel
BuildRequires: python-setuptools
-BuildRequires: unzip
# Documentation requirements:
BuildRequires: python-Sphinx
BuildRequires: python-repoze.sphinx.autointerface
@@ -69,7 +68,7 @@
#NOTE(frispete): run tests against source in order to avoid the need for an
# external test package
%check
-PYTHONPATH=$(pwd)/src python setup.py test
+PYTHONPATH=$(pwd)/src python setup.py -q test
%files
%defattr(-,root,root,-)