Update to 7.1.1
This commit is contained in:
parent
cbb2968e21
commit
1711b840d6
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,4 @@
|
||||
/pypy-*-src.tar.bz2
|
||||
/pypy2-*-src.tar.bz2
|
||||
/pypy2.7-v7.0.0-src.tar.bz2
|
||||
/pypy2.7-v7.1.1-src.tar.bz2
|
||||
|
@ -1,6 +1,6 @@
|
||||
%global basever 7.0
|
||||
%global basever 7.1
|
||||
Name: pypy
|
||||
Version: %{basever}.0
|
||||
Version: %{basever}.1
|
||||
%global pyversion 2.7
|
||||
Release: 1%{?dist}
|
||||
Summary: Python implementation with a Just-In-Time compiler
|
||||
@ -806,6 +806,9 @@ CheckPyPy %{name}-c-stackless
|
||||
|
||||
|
||||
%changelog
|
||||
* Thu May 30 2019 Miro Hrončok <mhroncok@redhat.com> - 7.1.1-1
|
||||
- Update to 7.1.1
|
||||
|
||||
* Thu Feb 28 2019 Miro Hrončok <mhroncok@redhat.com> - 7.0.0-1
|
||||
- Update to 7.0.0
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (pypy2.7-v7.0.0-src.tar.bz2) = 7fb5682ee4226af51008f50a81c922e44c231410fe36b7656efa20f22c855ba30a01bc96ee897b4c7a02941d37a405c922b09855977313878e34aaad6bf023dc
|
||||
SHA512 (pypy2.7-v7.1.1-src.tar.bz2) = f998931ecf4f9aeee24f0fed95589716175971816c00e50bc53de6de0cfe2a8537b89c1aee636d15faecf91df8c29943295485686185f5247a3e0913fa514f48
|
||||
|
Loading…
Reference in New Issue
Block a user