Update to 7.3.13
This commit is contained in:
parent
16ea6920af
commit
61e82ac00a
1
.gitignore
vendored
1
.gitignore
vendored
@ -24,3 +24,4 @@
|
||||
/pypy3.9-v7.3.11-src.tar.bz2
|
||||
/pypy3.9-v7.3.12-src.tar.bz2
|
||||
/pypy3.10-v7.3.12-src.tar.bz2
|
||||
/pypy3.10-v7.3.13-src.tar.bz2
|
||||
|
@ -1,5 +1,5 @@
|
||||
%global basever 7.3
|
||||
%global micro 12
|
||||
%global micro 13
|
||||
#global pre ...
|
||||
%global pyversion 3.10
|
||||
Name: pypy%{pyversion}
|
||||
@ -10,7 +10,7 @@ Version: %{basever}.%{micro}%{?pre:~%{pre}}
|
||||
# by Python version as well.
|
||||
# This potentially allows tags like Obsoletes: pypy3 < %%{version}-%%{release}.
|
||||
# https://bugzilla.redhat.com/2053880
|
||||
%global baserelease 2
|
||||
%global baserelease 1
|
||||
Release: %{baserelease}.%{pyversion}%{?dist}
|
||||
Summary: Python %{pyversion} implementation with a Just-In-Time compiler
|
||||
|
||||
@ -243,7 +243,7 @@ Requires: python-setuptools-wheel
|
||||
Requires: python-pip-wheel
|
||||
%else
|
||||
Provides: bundled(python3dist(pip)) = 23.0.1
|
||||
Provides: bundled(python3dist(setuptools)) = 58.1.0
|
||||
Provides: bundled(python3dist(setuptools)) = 65.5.0
|
||||
%endif
|
||||
|
||||
# Provides for the bundled libmpdec
|
||||
@ -831,6 +831,9 @@ CheckPyPy pypy%{pyversion}-c
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue Oct 03 2023 Miro Hrončok <mhroncok@redhat.com> - 7.3.13-1.3.10
|
||||
- Update to 7.3.13
|
||||
|
||||
* Tue Aug 22 2023 Miro Hrončok <mhroncok@redhat.com> - 7.3.12-2.3.10
|
||||
- Make PyPy 3.10 the main PyPy 3 on Fedora 39+
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (pypy3.10-v7.3.12-src.tar.bz2) = 080520c7de267e17a2823f06cd0a15c108a2c32fc296d6e24782050eb546fa74852d948ede2c381dba110774121b20efc3a07b553acd0ac0db4a844dfc09069e
|
||||
SHA512 (pypy3.10-v7.3.13-src.tar.bz2) = 16fbc76558152b3eadca999d56197a6bf906cbb7bb75035ccd3501372af0f0c22533d22ba231a40b7c02afa11f0d692a6ae85ba6d5e1607b737b8c68209b7c43
|
||||
|
Loading…
Reference in New Issue
Block a user