Hello community,

here is the log from the commit of package python-zope.proxy for 
openSUSE:Factory checked in at 2015-05-18 22:22:46
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-zope.proxy (Old)
 and      /work/SRC/openSUSE:Factory/.python-zope.proxy.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-zope.proxy"

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-zope.proxy/python-zope.proxy.changes      
2013-08-20 11:45:12.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.python-zope.proxy.new/python-zope.proxy.changes 
2015-05-18 22:22:47.000000000 +0200
@@ -1,0 +2,9 @@
+Fri May 15 12:25:59 UTC 2015 - benoit.mo...@gmx.fr
+
+- update to version 4.1.4:
+  * Added support for Python 3.4.
+  * Updated bootstrap.py to version 2.2.
+- point the source URL to pypi
+- pass -q to test to avoid spamming the build log
+
+-------------------------------------------------------------------

Old:
----
  zope.proxy-4.1.3.tar.bz2

New:
----
  zope.proxy-4.1.4.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-zope.proxy.spec ++++++
--- /var/tmp/diff_new_pack.21qWax/_old  2015-05-18 22:22:48.000000000 +0200
+++ /var/tmp/diff_new_pack.21qWax/_new  2015-05-18 22:22:48.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-zope.proxy
 #
-# 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,18 +12,19 @@
 # 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.proxy
-Version:        4.1.3
+Version:        4.1.4
 Release:        0
 Url:            http://www.python.org/pypi/zope.proxy
 Summary:        Generic Transparent Proxies
 License:        ZPL-2.1
 Group:          Development/Languages/Python
-Source:         zope.proxy-%{version}.tar.bz2
+Source:         
https://pypi.python.org/packages/source/z/zope.proxy/zope.proxy-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  python-devel
 BuildRequires:  python-setuptools
@@ -32,8 +33,8 @@
 BuildRequires:  python-Sphinx
 BuildRequires:  python-repoze.sphinx.autointerface
 # Testing requirements:
-BuildRequires: python-nose
 BuildRequires: python-coverage
+BuildRequires:  python-nose
 
 %if 0%{?suse_version} && 0%{?suse_version} <= 1110
 %{!?python_sitearch: %global python_sitearch %(python -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
@@ -73,7 +74,7 @@
 rm %{buildroot}%python_sitearch/zope/proxy/_zope_proxy_proxy.c
 
 %check
-python setup.py test
+python setup.py -q test
 
 %files
 %defattr(-,root,root,-)


Reply via email to