Update to 7.3.6
This commit is contained in:
parent
90c4be783b
commit
b6c45f1434
1
.gitignore
vendored
1
.gitignore
vendored
@ -13,3 +13,4 @@
|
|||||||
/pypy3.6-v7.3.1-src.tar.bz2
|
/pypy3.6-v7.3.1-src.tar.bz2
|
||||||
/pypy3.7-v7.3.4-src.tar.bz2
|
/pypy3.7-v7.3.4-src.tar.bz2
|
||||||
/pypy3.7-v7.3.5-src.tar.bz2
|
/pypy3.7-v7.3.5-src.tar.bz2
|
||||||
|
/pypy3.7-v7.3.6-src.tar.bz2
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
%global basever 7.3
|
%global basever 7.3
|
||||||
%global pyversion 3.7
|
%global pyversion 3.7
|
||||||
Name: pypy%{pyversion}
|
Name: pypy%{pyversion}
|
||||||
Version: %{basever}.5
|
Version: %{basever}.6
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Python 3 implementation with a Just-In-Time compiler
|
Summary: Python 3 implementation with a Just-In-Time compiler
|
||||||
|
|
||||||
# PyPy is MIT
|
# PyPy is MIT
|
||||||
@ -865,6 +865,10 @@ CheckPyPy pypy3-c
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Oct 26 2021 Tomáš Hrnčiar <thrnciar@redhat.com> - 7.3.6-1
|
||||||
|
- Update to 7.3.6
|
||||||
|
- Fixes: rhbz#2003682
|
||||||
|
|
||||||
* Mon Sep 20 2021 Miro Hrončok <mhroncok@redhat.com> - 7.3.5-2
|
* Mon Sep 20 2021 Miro Hrončok <mhroncok@redhat.com> - 7.3.5-2
|
||||||
- Explicitly buildrequire OpenSSL 1.1, as Python 3.7 is not compatible with OpenSSL 3.0
|
- Explicitly buildrequire OpenSSL 1.1, as Python 3.7 is not compatible with OpenSSL 3.0
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (pypy3.7-v7.3.5-src.tar.bz2) = 253d2efc81d55fb392ab810741e3a633f664e1908b2c26db7a8830c971655cca6be1b8d34581d13aa2d738a4a4c8ba23c2c90333b6e03d4608372e8013ea723b
|
SHA512 (pypy3.7-v7.3.6-src.tar.bz2) = 3c484672c9ac278c6b07e5e9ca09b26afca1069241e89650c44325dde7b4484c117d8d78224b64760eb30b054f2c5349ce91685b69c7d86d293427059bb48814
|
||||||
|
Loading…
Reference in New Issue
Block a user