From bbfbf09d4ef4b2f39a1678f3eec19ab005e1a0b8 Mon Sep 17 00:00:00 2001 From: Iryna Shcherbina Date: Feb 12 2018 06:38:25 +0000 Subject: Update Python 2 dependency declarations to new packaging standards --- diff --git a/python-zope-schema.spec b/python-zope-schema.spec index 03331ab..359eded 100644 --- a/python-zope-schema.spec +++ b/python-zope-schema.spec @@ -13,7 +13,7 @@ Summary: Zope 3 schemas Name: python-zope-schema Version: 4.4.2 -Release: 9%{?dist} +Release: 10%{?dist} Source0: http://pypi.python.org/packages/source/z/%{modname}/%{modname}-%{version}.tar.gz License: ZPLv2.1 Group: Development/Libraries @@ -34,8 +34,8 @@ BuildRequires: python2-devel BuildRequires: python2-setuptools BuildRequires: python2-zope-event # For tests -BuildRequires: python-zope-testing -BuildRequires: python-zope-interface +BuildRequires: python2-zope-testing +BuildRequires: python2-zope-interface Requires: python2-zope-interface Requires: python2-zope-event @@ -122,6 +122,10 @@ ln -s %{python3_sitearch}/zope/* src/zope >/dev/null || : %changelog +* Mon Feb 12 2018 Iryna Shcherbina - 4.4.2-10 +- Update Python 2 dependency declarations to new packaging standards + (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3) + * Fri Feb 09 2018 Fedora Release Engineering - 4.4.2-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild