Update to 7.3.15
This commit is contained in:
parent
54c54fe023
commit
cb01eac9c8
1
.gitignore
vendored
1
.gitignore
vendored
@ -25,3 +25,4 @@
|
||||
/pypy3.9-v7.3.12-src.tar.bz2
|
||||
/pypy3.10-v7.3.12-src.tar.bz2
|
||||
/pypy3.10-v7.3.13-src.tar.bz2
|
||||
/pypy3.10-v7.3.15-src.tar.bz2
|
||||
|
@ -1,5 +1,5 @@
|
||||
%global basever 7.3
|
||||
%global micro 13
|
||||
%global micro 15
|
||||
#global pre ...
|
||||
%global pyversion 3.10
|
||||
Name: pypy%{pyversion}
|
||||
@ -252,8 +252,8 @@ Provides: bundled(mpdecimal) = %{libmpdec_version}
|
||||
Provides: bundled(libmpdec) = %{libmpdec_version}
|
||||
}
|
||||
|
||||
# Find the version in lib_pypy/cffi.dist-info/METADATA
|
||||
Provides: bundled(python3dist(cffi)) = 1.15.1
|
||||
# Find the version in lib_pypy/cffi-XXX.dist-info/METADATA
|
||||
Provides: bundled(python3dist(cffi)) = 1.16.0
|
||||
|
||||
# Find the version in lib_pypy/cffi/_pycparser/__init__.py
|
||||
Provides: bundled(python3dist(pycparser)) = 2.21
|
||||
@ -265,7 +265,7 @@ Provides: bundled(python3dist(ply)) = 3.9
|
||||
Provides: bundled(python3dist(cryptography)) = 2.7
|
||||
|
||||
# Find the version in lib_pypy/hpy-XXX.dist-info/METADATA
|
||||
Provides: bundled(python3dist(hpy)) = 0.0.4~~dev179+g9b5d200
|
||||
Provides: bundled(python3dist(hpy)) = 0.9.0
|
||||
|
||||
%description libs
|
||||
Libraries required by the various PyPy implementations of Python %{pyversion}.
|
||||
@ -765,7 +765,7 @@ CheckPyPy pypy%{pyversion}-c
|
||||
%doc README.rst
|
||||
%license %{pypylibdir}/LICENSE
|
||||
%license %{pypylibdir}/_cffi_ssl/LICENSE
|
||||
%license %{pypylibdir}/cffi.dist-info/LICENSE
|
||||
%license %{pypylibdir}/cffi-*.dist-info/LICENSE
|
||||
%license %{pypylibdir}/cffi/_pycparser/ply/LICENSE
|
||||
%license %{pypylibdir}/hpy-*.dist-info/LICENSE
|
||||
%{pypylibdir}/
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (pypy3.10-v7.3.13-src.tar.bz2) = 16fbc76558152b3eadca999d56197a6bf906cbb7bb75035ccd3501372af0f0c22533d22ba231a40b7c02afa11f0d692a6ae85ba6d5e1607b737b8c68209b7c43
|
||||
SHA512 (pypy3.10-v7.3.15-src.tar.bz2) = 84f9a30484cf0b0bcf3ef1f71ce2ecae02a51b6609acc4f6edd4096302c9940541dc947f3f0767216d83d261f8db85ea43760af8ce3c9137c70aabe5571d1249
|
||||
|
Loading…
Reference in New Issue
Block a user