#23 Update to 7.3.6
Merged 2 years ago by thrnciar. Opened 2 years ago by thrnciar.
rpms/ thrnciar/pypy update-to-7.3.6  into  rawhide

file modified
+11 -2
@@ -1,8 +1,8 @@ 

  %global basever 7.3

  Name:           pypy

- Version:        %{basever}.5

+ Version:        %{basever}.6

  %global pyversion 2.7

- Release:        2%{?dist}

+ Release:        1%{?dist}

  Summary:        Python implementation with a Just-In-Time compiler

  

  # PyPy is MIT
@@ -418,6 +418,9 @@ 

    ln -s lib_pypy/cffi/_pycparser pycparser

  %endif

  

+ # Remove windows executable binaries

+ rm lib-python/2.7/distutils/command/*.exe

+ 

  %build

  %ifarch s390x

  # pypy3 requires z10 at least
@@ -868,6 +871,12 @@ 

  

  

  %changelog

+ * Tue Oct 26 2021 Tomáš Hrnčiar <thrnciar@redhat.com> - 7.3.6-1

+ - Update to 7.3.6

+ - Remove windows executable binaries

+ - Fixes: rhbz#2003681

+ - Fixes: rhbz#2005457

+ 

  * Mon Sep 20 2021 Miro Hrončok <mhroncok@redhat.com> - 7.3.5-2

  - Explicitly buildrequire OpenSSL 1.1, as Python 2 is not compatible with OpenSSL 3.0

  

file modified
+1 -1
@@ -1,1 +1,1 @@ 

- SHA512 (pypy2.7-v7.3.5-src.tar.bz2) = a30c666c29eec7cca7e2e52f26480958b5885cd59c6b2e3d3c0d8c1cc55c298e878fc95f88e38a4297bb3d7d1cc1f77470de958e5acfd317e1fc8bdd5d013dcb

+ SHA512 (pypy2.7-v7.3.6-src.tar.bz2) = df914f5e1a1f5ae5c1ea11cd8e29482309af4dce041cf2ae6d7b35a35717fec903be70f56e5f1ddbc9fd370cbe29f6896d25eb2cd10c493c352c80b279070ba3

no initial comment

Build succeeded.

Pull-Request has been merged by thrnciar

2 years ago
Metadata