From 1e374393f27166d2a16a67b861221332f3866013 Mon Sep 17 00:00:00 2001 From: Iryna Shcherbina Date: Feb 11 2018 23:17:25 +0000 Subject: Update Python 2 dependency declarations to new packaging standards --- diff --git a/python-bottle.spec b/python-bottle.spec index 8e5e241..cfc36ef 100644 --- a/python-bottle.spec +++ b/python-bottle.spec @@ -2,7 +2,7 @@ Name: python-%{srcname} Version: 0.12.13 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Fast and simple WSGI-framework for small web-applications Group: Development/Languages @@ -11,8 +11,8 @@ URL: http://bottlepy.org Source0: https://github.com/bottlepy/%{srcname}/archive/%{version}.tar.gz#/%{srcname}-%{version}.tar.gz BuildArch: noarch -BuildRequires: python-devel -BuildRequires: python-setuptools +BuildRequires: python2-devel +BuildRequires: python2-setuptools BuildRequires: python%{python3_pkgversion}-devel BuildRequires: python%{python3_pkgversion}-setuptools @@ -78,6 +78,10 @@ rm %{buildroot}%{_bindir}/bottle.py %{python3_sitelib}/*.py %changelog +* Sun Feb 11 2018 Iryna Shcherbina - 0.12.13-3 +- Update Python 2 dependency declarations to new packaging standards + (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3) + * Fri Feb 09 2018 Fedora Release Engineering - 0.12.13-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild