commit python-zope.component for openSUSE:Factory
Hello community, here is the log from the commit of package python-zope.component for openSUSE:Factory checked in at 2014-02-26 12:06:48 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-zope.component (Old) and /work/SRC/openSUSE:Factory/.python-zope.component.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "python-zope.component" Changes: -------- --- /work/SRC/openSUSE:Factory/python-zope.component/python-zope.component.changes 2014-02-02 22:22:27.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.python-zope.component.new/python-zope.component.changes 2014-02-26 12:06:50.000000000 +0100 @@ -1,0 +2,11 @@ +Wed Feb 19 04:08:29 UTC 2014 - os-dev@jacraig.com + +- Update to 4.2.0: + * Updated ``boostrap.py`` to version 2.2. + * Reset the cached ``adapter_hooks`` at ``zope.testing.cleanup.cleanUp`` + time (LP1100501). + * Implemented ability to specify adapter and utility names in Python. Use + the ``@zope.component.named(name)`` decorator to specify the name. +- Update python-zope.interface requirement version (see setup.py). + +------------------------------------------------------------------- Old: ---- zope.component-4.1.0.zip New: ---- zope.component-4.2.0.zip ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-zope.component.spec ++++++ --- /var/tmp/diff_new_pack.D10Mh6/_old 2014-02-26 12:06:51.000000000 +0100 +++ /var/tmp/diff_new_pack.D10Mh6/_new 2014-02-26 12:06:51.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-zope.component # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2013 LISA GmbH, Bingen, Germany. # # All modifications and additions to the file contributed by third parties @@ -12,12 +12,13 @@ # 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.component -Version: 4.1.0 +Version: 4.2.0 Release: 0 Url: http://www.python.org/pypi/zope.component Summary: Zope Component Architecture @@ -27,21 +28,21 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: python-Sphinx # Documentation requirements: +BuildRequires: python-persistent BuildRequires: python-repoze.sphinx.autointerface BuildRequires: python-setuptools BuildRequires: python-zope.configuration BuildRequires: python-zope.event BuildRequires: python-zope.hookable -BuildRequires: python-zope.interface >= 3.8.0 -BuildRequires: python-persistent +BuildRequires: python-zope.interface >= 4.1.0 # Testing requirements: BuildRequires: python-zope.proxy #TODO: fix circular dependency with python-zope.security #BuildRequires: python-zope.security BuildRequires: python-zope.testing BuildRequires: unzip -Requires: python-zope.interface >= 3.8.0 Requires: python-zope.event +Requires: python-zope.interface >= 4.1.0 %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()")} %else -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@hilbert.suse.de