From 5e653449f506eadf129ff1bdba383f66d2319887 Mon Sep 17 00:00:00 2001 From: Matej Stuchlik Date: Wed, 4 Nov 2015 12:56:23 +0100 Subject: [PATCH 1/3] Rebuilt for Python 3.5 --- python-zope-interface.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-zope-interface.spec b/python-zope-interface.spec index 026401f..03dff34 100644 --- a/python-zope-interface.spec +++ b/python-zope-interface.spec @@ -16,7 +16,7 @@ Name: python-zope-interface Version: 4.1.3 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Zope 3 Interface Infrastructure Group: Development/Libraries License: ZPLv2.1 @@ -135,6 +135,9 @@ popd %endif %changelog +* Wed Nov 04 2015 Matej Stuchlik - 4.1.3-2 +- Rebuilt for Python 3.5 + * Mon Oct 05 2015 Ralph Bean - 4.1.3-1 - new version From bac6ef53d15a5259e5ad05c0ca6a7b02f24c3bb9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Hor=C3=A1k?= Date: Thu, 28 Jan 2016 22:05:30 +0100 Subject: [PATCH 2/3] - make Python3 support more modular --- python-zope-interface.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/python-zope-interface.spec b/python-zope-interface.spec index 03dff34..06ab972 100644 --- a/python-zope-interface.spec +++ b/python-zope-interface.spec @@ -10,13 +10,16 @@ %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: 3%{?dist} Summary: Zope 3 Interface Infrastructure Group: Development/Libraries License: ZPLv2.1 @@ -135,6 +138,9 @@ popd %endif %changelog +* Thu Jan 28 2016 Dan Horák - 4.1.3-3 +- make Python3 support more modular + * Wed Nov 04 2015 Matej Stuchlik - 4.1.3-2 - Rebuilt for Python 3.5 From 33ed89969357cd18dfc1290d16d353f6ccb51bdb Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 4 Feb 2016 21:29:33 +0000 Subject: [PATCH 3/3] - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild --- python-zope-interface.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-zope-interface.spec b/python-zope-interface.spec index 06ab972..80b5fa3 100644 --- a/python-zope-interface.spec +++ b/python-zope-interface.spec @@ -19,7 +19,7 @@ Name: python-zope-interface Version: 4.1.3 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Zope 3 Interface Infrastructure Group: Development/Libraries License: ZPLv2.1 @@ -138,6 +138,9 @@ popd %endif %changelog +* Thu Feb 04 2016 Fedora Release Engineering - 4.1.3-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild + * Thu Jan 28 2016 Dan Horák - 4.1.3-3 - make Python3 support more modular