From d8b07897c5d377073269f2213057c875046cc7c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Wed, 12 Feb 2020 17:48:08 +0100 Subject: [PATCH] Use bundled wheels, to allow updating setuptools in Fedora See also https://src.fedoraproject.org/rpms/python-setuptools/pull-request/31 --- pypy.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/pypy.spec b/pypy.spec index ebd02b9..1682486 100644 --- a/pypy.spec +++ b/pypy.spec @@ -2,7 +2,7 @@ Name: pypy Version: %{basever}.0 %global pyversion 2.7 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Python implementation with a Just-In-Time compiler # LGPL and another free license we'd need to ask spot about are present in some @@ -16,7 +16,8 @@ URL: http://pypy.org/ # Whether to use RPM build wheels from the python-{pip,setuptools}-wheel package # Uses upstream bundled prebuilt wheels otherwise -%bcond_without rpmwheels +# setuptools >= 45.0 no longer support Python 2.7, hence disabled +%bcond_with rpmwheels # PyPy consists of an implementation of an interpreter (with JIT compilation) # for the full Python language written in a high-level language, leaving many @@ -857,6 +858,9 @@ CheckPyPy %{name}-c-stackless %changelog +* Wed Feb 12 2020 Miro HronĨok - 7.3.0-3 +- Use bundled wheels, to allow updating setuptools in Fedora + * Thu Jan 30 2020 Fedora Release Engineering - 7.3.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild