|
|
|
@ -19,13 +19,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Name: python-zope-interface
|
|
|
|
|
Version: 4.1.3
|
|
|
|
|
Release: 5%{?dist}
|
|
|
|
|
Version: 4.2.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
|
|
|
|
|
URL: https://pypi.io/project/zope.interface
|
|
|
|
|
Source0: https://pypi.io/packages/source/z/zope.interface/zope.interface-%{version}.tar.gz
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
|
Interfaces are a mechanism for labeling objects as conforming to a given API
|
|
|
|
@ -139,6 +139,9 @@ PYTHONPATH=$(pwd) nosetests-%{py3ver}
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Tue Jun 28 2016 Ralph Bean <rbean@redhat.com> - 4.2.0-1
|
|
|
|
|
- new version
|
|
|
|
|
|
|
|
|
|
* Tue Jun 28 2016 Ralph Bean <rbean@redhat.com> - 4.1.3-5
|
|
|
|
|
- Modernize python macros.
|
|
|
|
|
- Provide an explicit python2 subpackage.
|
|
|
|
|