forked from pool/python-zope.component
Accepting request 222820 from home:poorboywilly:branches:devel:languages:python
Update to 4.2.0 OBS-URL: https://build.opensuse.org/request/show/222820 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zope.component?expand=0&rev=5
This commit is contained in:
@@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
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).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 10 13:13:28 UTC 2013 - p.drouand@gmail.com
|
||||
|
||||
|
||||
@@ -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 @@ Source: https://pypi.python.org/packages/source/z/zope.component/zope.co
|
||||
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
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6cb9eec6a735db27452b5825fb498684b5bff15bc0c26a7e1e5c9953a7588f4e
|
||||
size 117239
|
||||
3
zope.component-4.2.0.zip
Normal file
3
zope.component-4.2.0.zip
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a65e753da55962957f0a76081978626ef31970313008f677d0707a7d515a31a8
|
||||
size 118070
|
||||
Reference in New Issue
Block a user