From 9b239008ea3b147442debcacb79b88a5ac0993b3 Mon Sep 17 00:00:00 2001 From: Petr Viktorin Date: Sat, 27 Jun 2020 00:34:33 +0200 Subject: [PATCH] Update to 1.2 and BuildRequire python3-setuptools explicitly --- py3c.spec | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/py3c.spec b/py3c.spec index d5e1bed..343fcf1 100644 --- a/py3c.spec +++ b/py3c.spec @@ -2,8 +2,8 @@ %global debug_package %{nil} Name: py3c -Version: 1.1 -Release: 3%{?dist} +Version: 1.2 +Release: 1%{?dist} Summary: Guide and compatibility macros for porting extensions to Python 3 # Licences differ for subpackages @@ -15,6 +15,7 @@ Source0: https://github.com/encukou/%{name}/archive/v%{version}.tar.gz#/% BuildRequires: gcc BuildRequires: python3-devel +BuildRequires: python3-setuptools BuildRequires: python3-sphinx BuildRequires: python3-sphinx_rtd_theme @@ -88,6 +89,10 @@ sed --in-place -e's!%{buildroot}!!' %{buildroot}%{_datadir}/pkgconfig/py3c.pc %doc %{_pkgdocdir}/ %changelog +* Thu Jan 30 2020 Petr Viktorin - 1.2-1 +- Update to 1.2 to fix tests under Python 3.9 +- BuildRequire python3-setuptools explicitly + * Thu Jan 30 2020 Petr Viktorin - 1.1-3 - Drop tests and Suggests for Python 2; require python3-devel