Merge #49 [F37] Update to 7.3.13
This commit is contained in:
commit
f9fe1e7ab3
1
.gitignore
vendored
1
.gitignore
vendored
@ -23,3 +23,4 @@
|
||||
/pypy3.9-v7.3.9-src.tar.bz2
|
||||
/pypy3.9-v7.3.11-src.tar.bz2
|
||||
/pypy3.9-v7.3.12-src.tar.bz2
|
||||
/pypy3.9-v7.3.13-src.tar.bz2
|
||||
|
13
pypy3.9.spec
13
pypy3.9.spec
@ -1,5 +1,5 @@
|
||||
%global basever 7.3
|
||||
%global micro 12
|
||||
%global micro 13
|
||||
#global pre ...
|
||||
%global pyversion 3.9
|
||||
Name: pypy%{pyversion}
|
||||
@ -68,6 +68,7 @@ ExcludeArch: %{ix86}
|
||||
# We refer to this subdir of the source tree in a few places during the build:
|
||||
%global goal_dir pypy/goal
|
||||
|
||||
%if 0%{?fedora} < 39
|
||||
# REMINDER: When updating the main pypy3 version for a certain Fedora release
|
||||
# make sure to update the python-classroom group in https://pagure.io/fedora-comps/
|
||||
# 1. locate comps-fXX.xml.in for each affected Fedora release
|
||||
@ -75,6 +76,9 @@ ExcludeArch: %{ix86}
|
||||
# 3. change the package name to match the new version
|
||||
# 4. submit changes as a pull request and make sure somebody merges it
|
||||
%bcond_without main_pypy3
|
||||
%else
|
||||
%bcond_with main_pypy3
|
||||
%endif
|
||||
|
||||
%ifarch %{ix86} x86_64 %{arm}
|
||||
%global _package_note_linker gold
|
||||
@ -836,6 +840,13 @@ CheckPyPy pypy%{pyversion}-c
|
||||
|
||||
|
||||
%changelog
|
||||
* Wed Oct 04 2023 Miro Hrončok <mhroncok@redhat.com> - 7.3.13-1.3.9
|
||||
- Update to 7.3.13
|
||||
- Fixes: rhbz#2241298
|
||||
|
||||
* Tue Aug 22 2023 Miro Hrončok <mhroncok@redhat.com> - 7.3.12-2.3.9
|
||||
- Make PyPy 3.10 the main PyPy 3 on Fedora 39+
|
||||
|
||||
* Wed Jul 26 2023 Miro Hrončok <mhroncok@redhat.com> - 7.3.12-1.3.9
|
||||
- Update to 7.3.12
|
||||
- Fixes: rhbz#2203423
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (pypy3.9-v7.3.12-src.tar.bz2) = 8e819a1ec3f3ce7fc5f901fb554660288a57e2a4834a3da35c1a57faf88ef4129240628a58334d2e0c2b1dda412da5d85ec943abe8046c0ce5d0cd0a0f7fc42a
|
||||
SHA512 (pypy3.9-v7.3.13-src.tar.bz2) = 04b184050625f06d2acaa836a786db788c4f658f3384ebde176d0acc95044ee83dbf7193ebab1e4fd6275bed7a590d3945482294be32d8f94e8c541e053dce59
|
||||
|
Loading…
Reference in New Issue
Block a user