From 0aaedb2d6acbb596fe980f4c2e2e3f762e7d5a10 Mon Sep 17 00:00:00 2001 From: Felix Schwarz Date: Sat, 15 Nov 2008 17:31:01 +0000 Subject: [PATCH] updated python-zope-interface to 3.5.0 --- .cvsignore | 2 +- python-zope-interface.spec | 9 +++++++-- sources | 2 +- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/.cvsignore b/.cvsignore index ca4272b..8f62f51 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -zope.interface-3.4.1.tar.gz +zope.interface-3.5.0.zip diff --git a/python-zope-interface.spec b/python-zope-interface.spec index 427be0d..ffbfdd2 100644 --- a/python-zope-interface.spec +++ b/python-zope-interface.spec @@ -1,16 +1,18 @@ %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} Name: python-zope-interface -Version: 3.4.1 +Version: 3.5.0 Release: 1%{?dist} Summary: Zope 3 Interface Infrastructure Group: Development/Libraries License: ZPLv2.1 URL: http://pypi.python.org/pypi/zope.interface -Source0: http://pypi.python.org/packages/source/z/zope.interface/zope.interface-%{version}.tar.gz +Source0: http://pypi.python.org/packages/source/z/zope.interface/zope.interface-%{version}.zip Source1: ZPL-2.1.txt BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: python-devel +# zope.interface 3.5.0 won't build the C extension if distutils are used +BuildRequires: python-setuptools %description Interfaces are a mechanism for labeling objects as conforming to a given API @@ -54,6 +56,9 @@ CFLAGS="%{optflags}" %{__python} setup.py build %{python_sitearch}/zope* %changelog +* Sat Nov 15 2008 Felix Schwarz 3.5.0-1 +- update to 3.5.0 + * Mon Mar 31 2008 Paul Howarth 3.4.1-1 - update to 3.4.1 - incorporate suggestions from Felix Schwarz: diff --git a/sources b/sources index 9fcb90f..70326a6 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -b085f4a774adab688e037ad32fbbf08e zope.interface-3.4.1.tar.gz +478d05add7cd7faf25a2fd880a739ddb zope.interface-3.5.0.zip