Hello community,
here is the log from the commit of package python-zope.testing for
openSUSE:Factory checked in at 2015-05-19 23:47:04
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-zope.testing (Old)
and /work/SRC/openSUSE:Factory/.python-zope.testing.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-zope.testing"
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-zope.testing/python-zope.testing.changes
2013-11-04 16:21:02.000000000 +0100
+++
/work/SRC/openSUSE:Factory/.python-zope.testing.new/python-zope.testing.changes
2015-05-19 23:47:06.000000000 +0200
@@ -1,0 +2,10 @@
+Fri May 15 13:38:51 UTC 2015 - [email protected]
+
+- update to version 4.1.3:
+ * Added 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
+- reenable the tests for all suse versions
+
+-------------------------------------------------------------------
Old:
----
zope.testing-4.1.2.zip
New:
----
zope.testing-4.1.3.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-zope.testing.spec ++++++
--- /var/tmp/diff_new_pack.oo6NYH/_old 2015-05-19 23:47:07.000000000 +0200
+++ /var/tmp/diff_new_pack.oo6NYH/_new 2015-05-19 23:47:07.000000000 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-zope.testing
#
-# 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,13 +17,13 @@
Name: python-zope.testing
-Version: 4.1.2
+Version: 4.1.3
Release: 0
Summary: Zope testing helpers
License: ZPL-2.1
Group: Development/Languages/Python
Url: http://pypi.python.org/pypi/zope.testing
-Source:
http://pypi.python.org/packages/source/z/zope.testing/zope.testing-%{version}.zip
+Source:
http://pypi.python.org/packages/source/z/zope.testing/zope.testing-%{version}.tar.gz
BuildRequires: python-devel
BuildRequires: python-setuptools
# Test requirements:
@@ -31,7 +31,6 @@
BuildRequires: python-zope.interface
Requires: python-zope.exceptions
Requires: python-zope.interface
-BuildRequires: unzip
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%if 0%{?suse_version} && 0%{?suse_version} <= 1110
%{!?python_sitelib: %global python_sitelib %(python -c "from
distutils.sysconfig import get_python_lib; print get_python_lib()")}
@@ -98,11 +97,8 @@
%install
python setup.py install --prefix=%{_prefix} --root=%{buildroot}
-# Tests fail with openSUSE Factory
-%if 0%{?suse_version} <= 1310
%check
python setup.py test
-%endif
%files
%defattr(-,root,root,-)