14
0

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:
2014-02-19 09:15:37 +00:00
committed by Git OBS Bridge
parent 94bf24335e
commit ea1e2aeefd
4 changed files with 22 additions and 10 deletions

View File

@@ -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.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