Update to 5.10 (#1528841)
This commit is contained in:
parent
6eb88b1784
commit
2b72df539c
1
.gitignore
vendored
1
.gitignore
vendored
@ -3,3 +3,4 @@
|
||||
/pypy3.3-v5.5.0-alpha-src.tar.bz2
|
||||
/pypy3-v5.7.0-src.tar.bz2
|
||||
/pypy3-v5.9.0-src.tar.bz2
|
||||
/pypy3-v5.10.0-src.tar.bz2
|
||||
|
10
pypy3.spec
10
pypy3.spec
@ -1,5 +1,5 @@
|
||||
Name: pypy3
|
||||
Version: 5.9.0
|
||||
Version: 5.10.0
|
||||
%global pyversion 3.5
|
||||
Release: 1%{?dist}
|
||||
Summary: Python 3 implementation with a Just-In-Time compiler
|
||||
@ -171,7 +171,7 @@ Patch11: 011-no-faulthandler.patch
|
||||
%global use_self_when_building 0
|
||||
%if 0%{use_self_when_building}
|
||||
# pypy3 can only be build with pypy2
|
||||
BuildRequires: pypy
|
||||
BuildRequires: pypy2
|
||||
# no pypy-pycparser available ATM
|
||||
%global bootstrap_python_interp pypy
|
||||
%else
|
||||
@ -179,7 +179,7 @@ BuildRequires: pypy
|
||||
|
||||
# pypy3 can only be build with python2
|
||||
BuildRequires: python2-devel
|
||||
BuildRequires: python-pycparser
|
||||
BuildRequires: python2-pycparser
|
||||
%global bootstrap_python_interp python
|
||||
|
||||
%endif
|
||||
@ -829,6 +829,10 @@ CheckPyPy %{name}-stackless
|
||||
|
||||
|
||||
%changelog
|
||||
* Mon Dec 25 2017 Miro Hrončok <mhroncok@redhat.com> - 5.10.0-1
|
||||
- Update to 5.10 (#1528841)
|
||||
- Use pypy2 and python2-pycparser (note the twos)
|
||||
|
||||
* Fri Oct 20 2017 Miro Hrončok <mhroncok@redhat.com> - 5.9.0-1
|
||||
- Update to 5.9 (#1504427)
|
||||
- Remove merged patches
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (pypy3-v5.9.0-src.tar.bz2) = 3d5384d644fdd1bc8b95f5747dbd1771ae06eb2cfc7b57be359b8bf40177676afd097620d0cb9d9000c40d8cce075cfa6bfd92de987d3dd927c04d7d595dc5bd
|
||||
SHA512 (pypy3-v5.10.0-src.tar.bz2) = 69a373c18dbad9dd617f994ad885c8d8975f0c484ba9dd547e6e892c9a3030a43e9e3ee668aee5f4969403883de1311cef97a0a5e5701921172ee6c2119b771b
|
||||
|
Loading…
Reference in New Issue
Block a user