Hello community,
here is the log from the commit of package python-zope.configuration for
openSUSE:Factory checked in at 2015-05-19 23:37:48
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-zope.configuration (Old)
and /work/SRC/openSUSE:Factory/.python-zope.configuration.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-zope.configuration"
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-zope.configuration/python-zope.configuration.changes
2014-02-02 22:23:37.000000000 +0100
+++
/work/SRC/openSUSE:Factory/.python-zope.configuration.new/python-zope.configuration.changes
2015-05-19 23:37:48.000000000 +0200
@@ -1,0 +2,11 @@
+Fri May 15 11:28:36 UTC 2015 - [email protected]
+
+- update to version 4.0.3:
+ * Added explicit support for Python 3.4.
+- point the source URL to pypi
+- add fdupes as BuildRequires and call it after install
+- pass -q to the test to avoid spamming the build log
+- rename CHANGES.txt to CHANGES.rst: changed upstream
+- rename README.txt to README.rst: changed upstream
+
+-------------------------------------------------------------------
Old:
----
zope.configuration-4.0.2.tar.gz
New:
----
zope.configuration-4.0.3.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-zope.configuration.spec ++++++
--- /var/tmp/diff_new_pack.sQYwkW/_old 2015-05-19 23:37:49.000000000 +0200
+++ /var/tmp/diff_new_pack.sQYwkW/_new 2015-05-19 23:37:49.000000000 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-zope.configuration
#
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2013 LISA GmbH, Bingen, Germany.
#
# All modifications and additions to the file contributed by third parties
@@ -12,19 +12,21 @@
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
-#
+
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
+
Name: python-zope.configuration
-Version: 4.0.2
+Version: 4.0.3
Release: 0
Url: http://www.python.org/pypi/zope.configuration
Summary: Zope Configuration Markup Language (ZCML)
License: ZPL-2.1
Group: Development/Languages/Python
-Source: zope.configuration-%{version}.tar.gz
+Source:
https://pypi.python.org/packages/source/z/zope.configuration/zope.configuration-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-build
+BuildRequires: fdupes
BuildRequires: python-setuptools
BuildRequires: python-zope.i18nmessageid
BuildRequires: python-zope.interface
@@ -67,13 +69,14 @@
%install
python setup.py install --prefix=%{_prefix} --root=%{buildroot}
+%fdupes %{buildroot}/%{_prefix}
%check
-python setup.py test
+python setup.py -q test
%files
%defattr(-,root,root,-)
-%doc CHANGES.txt COPYRIGHT.txt LICENSE.txt README.txt
+%doc CHANGES.rst COPYRIGHT.txt LICENSE.txt README.rst
%python_sitelib/*
%files doc
++++++ zope.configuration-4.0.2.tar.gz -> zope.configuration-4.0.3.tar.gz ++++++
++++ 17058 lines of diff (skipped)