|
|
|
@ -11,13 +11,16 @@
|
|
|
|
|
%{!?py2ver: %global py2ver %(%{?__python2} -c 'import sys; print(sys.version[0:3])' 2>/dev/null)}
|
|
|
|
|
%if 0%{?fedora}
|
|
|
|
|
%global with_python3 1
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%if 0%{?with_python3}
|
|
|
|
|
%{!?py3ver: %global py3ver %(%{?__python3} -c 'import sys; print(sys.version[0:3])' 2>/dev/null)}
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Name: python-zope-interface
|
|
|
|
|
Version: 4.1.3
|
|
|
|
|
Release: 2%{?dist}
|
|
|
|
|
Release: 5%{?dist}
|
|
|
|
|
Summary: Zope 3 Interface Infrastructure
|
|
|
|
|
Group: Development/Libraries
|
|
|
|
|
License: ZPLv2.1
|
|
|
|
@ -136,10 +139,19 @@ PYTHONPATH=$(pwd) nosetests-%{py3ver}
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Tue Jun 28 2016 Ralph Bean <rbean@redhat.com> - 4.1.3-2
|
|
|
|
|
* Tue Jun 28 2016 Ralph Bean <rbean@redhat.com> - 4.1.3-5
|
|
|
|
|
- Modernize python macros.
|
|
|
|
|
- Provide an explicit python2 subpackage.
|
|
|
|
|
|
|
|
|
|
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 4.1.3-4
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Thu Jan 28 2016 Dan Horák <dan[at]danny.cz> - 4.1.3-3
|
|
|
|
|
- make Python3 support more modular
|
|
|
|
|
|
|
|
|
|
* Wed Nov 04 2015 Matej Stuchlik <mstuchli@redhat.com> - 4.1.3-2
|
|
|
|
|
- Rebuilt for Python 3.5
|
|
|
|
|
|
|
|
|
|
* Mon Oct 05 2015 Ralph Bean <rbean@redhat.com> - 4.1.3-1
|
|
|
|
|
- new version
|
|
|
|
|
|
|
|
|
|