Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
PyPy
pypy
Commits
5eff3deb0aff
Commit
c8b866f5
authored
Dec 29, 2022
by
Matti Picus
Browse files
add v7.3.11 releases to version.json and update release note
parent
959938396caf
Pipeline
#60178
passed with stage
in 8 minutes and 13 seconds
Changes
4
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
pypy/doc/release-v7.3.11.rst
View file @
5eff3deb
...
...
@@ -5,7 +5,7 @@ PyPy v7.3.11: release of python 2.7, 3.8, and 3.9
..
Changelog up to commit 207858e40e63
.. note::
.. note
_
::
This is a pre-release announcement. When the release actually happens, it
will be announced on the `PyPy blog`_
...
...
pypy/tool/release/check_versions.py
View file @
5eff3deb
...
...
@@ -9,7 +9,7 @@ Verify the versions.json file that describes the valid downloads.
By default will download https://buildbot.pypy.org/pypy/versions.json parse it, and
check against the files in https://downloads.python.org/pypy/
Can be run as check_versions.py <filename>, in which case it will check the files in
https://buildbot.pypy.org/
pypy
/
https://buildbot.pypy.org/
mirror
/
"""
import
json
...
...
@@ -34,6 +34,9 @@ def assert_in(a, b):
pypy_versions
=
{
'7.3.11'
:
{
'python_version'
:
[
'3.9.16'
,
'3.8.16'
,
'2.7.18'
],
'date'
:
'2022-12-29'
,
},
'7.3.10'
:
{
'python_version'
:
[
'3.9.15'
,
'3.8.15'
,
'2.7.18'
],
'date'
:
'2022-12-06'
,
},
...
...
pypy/tool/release/repackage.sh
View file @
5eff3deb
...
...
@@ -5,7 +5,7 @@ pmaj=3 # python main version: 2 or 3
pmin
=
9
# python minor version
maj
=
7
min
=
3
rev
=
1
0
rev
=
1
1
#rc=rc3 # comment this line for actual release
function
maybe_exit
{
...
...
pypy/tool/release/versions.json
View file @
5eff3deb
[
{
"pypy_version"
:
"7.3.11"
,
"python_version"
:
"3.9.16"
,
"stable"
:
true
,
"latest_pypy"
:
true
,
"date"
:
"2022-12-29"
,
"files"
:
[
{
"filename"
:
"pypy3.9-v7.3.11-aarch64.tar.bz2"
,
"arch"
:
"aarch64"
,
"platform"
:
"linux"
,
"download_url"
:
"https://downloads.python.org/pypy/pypy3.9-v7.3.11-aarch64.tar.bz2"
},
{
"filename"
:
"pypy3.9-v7.3.11-linux32.tar.bz2"
,
"arch"
:
"i686"
,
"platform"
:
"linux"
,
"download_url"
:
"https://downloads.python.org/pypy/pypy3.9-v7.3.11-linux32.tar.bz2"
},
{
"filename"
:
"pypy3.9-v7.3.11-linux64.tar.bz2"
,
"arch"
:
"x64"
,
"platform"
:
"linux"
,
"download_url"
:
"https://downloads.python.org/pypy/pypy3.9-v7.3.11-linux64.tar.bz2"
},
{
"filename"
:
"pypy3.9-v7.3.11-macos_x86_64.tar.bz2"
,
"arch"
:
"x64"
,
"platform"
:
"darwin"
,
"download_url"
:
"https://downloads.python.org/pypy/pypy3.9-v7.3.11-macos_x86_64.tar.bz2"
},
{
"filename"
:
"pypy3.9-v7.3.11-macos_arm64.tar.bz2"
,
"arch"
:
"arm64"
,
"platform"
:
"darwin"
,
"download_url"
:
"https://downloads.python.org/pypy/pypy3.9-v7.3.11-macos_arm64.tar.bz2"
},
{
"filename"
:
"pypy3.9-v7.3.11-win64.zip"
,
"arch"
:
"x64"
,
"platform"
:
"win64"
,
"download_url"
:
"https://downloads.python.org/pypy/pypy3.9-v7.3.11-win64.zip"
},
{
"filename"
:
"pypy3.9-v7.3.11-s390x.tar.bz2"
,
"arch"
:
"s390x"
,
"platform"
:
"linux"
,
"download_url"
:
"https://downloads.python.org/pypy/pypy3.9-v7.3.11-s390x.tar.bz2"
}
]
},
{
"pypy_version"
:
"7.3.11"
,
"python_version"
:
"3.8.16"
,
"stable"
:
true
,
"latest_pypy"
:
true
,
"date"
:
"2022-12-29"
,
"files"
:
[
{
"filename"
:
"pypy3.8-v7.3.11-aarch64.tar.bz2"
,
"arch"
:
"aarch64"
,
"platform"
:
"linux"
,
"download_url"
:
"https://downloads.python.org/pypy/pypy3.8-v7.3.11-aarch64.tar.bz2"
},
{
"filename"
:
"pypy3.8-v7.3.11-linux32.tar.bz2"
,
"arch"
:
"i686"
,
"platform"
:
"linux"
,
"download_url"
:
"https://downloads.python.org/pypy/pypy3.8-v7.3.11-linux32.tar.bz2"
},
{
"filename"
:
"pypy3.8-v7.3.11-linux64.tar.bz2"
,
"arch"
:
"x64"
,
"platform"
:
"linux"
,
"download_url"
:
"https://downloads.python.org/pypy/pypy3.8-v7.3.11-linux64.tar.bz2"
},
{
"filename"
:
"pypy3.8-v7.3.11-macos_x86_64.tar.bz2"
,
"arch"
:
"x64"
,
"platform"
:
"darwin"
,
"download_url"
:
"https://downloads.python.org/pypy/pypy3.8-v7.3.11-macos_x86_64.tar.bz2"
},
{
"filename"
:
"pypy3.8-v7.3.11-macos_arm64.tar.bz2"
,
"arch"
:
"arm64"
,
"platform"
:
"darwin"
,
"download_url"
:
"https://downloads.python.org/pypy/pypy3.8-v7.3.11-macos_arm64.tar.bz2"
},
{
"filename"
:
"pypy3.8-v7.3.11-win64.zip"
,
"arch"
:
"x64"
,
"platform"
:
"win64"
,
"download_url"
:
"https://downloads.python.org/pypy/pypy3.8-v7.3.11-win64.zip"
},
{
"filename"
:
"pypy3.8-v7.3.11-s390x.tar.bz2"
,
"arch"
:
"s390x"
,
"platform"
:
"linux"
,
"download_url"
:
"https://downloads.python.org/pypy/pypy3.8-v7.3.11-s390x.tar.bz2"
}
]
},
{
"pypy_version"
:
"7.3.11"
,
"python_version"
:
"2.7.18"
,
"stable"
:
true
,
"latest_pypy"
:
true
,
"date"
:
"2022-12-29"
,
"files"
:
[
{
"filename"
:
"pypy2.7-v7.3.11-aarch64.tar.bz2"
,
"arch"
:
"aarch64"
,
"platform"
:
"linux"
,
"download_url"
:
"https://downloads.python.org/pypy/pypy2.7-v7.3.11-aarch64.tar.bz2"
},
{
"filename"
:
"pypy2.7-v7.3.11-linux32.tar.bz2"
,
"arch"
:
"i686"
,
"platform"
:
"linux"
,
"download_url"
:
"https://downloads.python.org/pypy/pypy2.7-v7.3.11-linux32.tar.bz2"
},
{
"filename"
:
"pypy2.7-v7.3.11-linux64.tar.bz2"
,
"arch"
:
"x64"
,
"platform"
:
"linux"
,
"download_url"
:
"https://downloads.python.org/pypy/pypy2.7-v7.3.11-linux64.tar.bz2"
},
{
"filename"
:
"pypy2.7-v7.3.11-macos_x86_64.tar.bz2"
,
"arch"
:
"x64"
,
"platform"
:
"darwin"
,
"download_url"
:
"https://downloads.python.org/pypy/pypy2.7-v7.3.11-macos_x86_64.tar.bz2"
},
{
"filename"
:
"pypy2.7-v7.3.11-macos_arm64.tar.bz2"
,
"arch"
:
"arm64"
,
"platform"
:
"darwin"
,
"download_url"
:
"https://downloads.python.org/pypy/pypy2.7-v7.3.11-macos_arm64.tar.bz2"
},
{
"filename"
:
"pypy2.7-v7.3.11-win64.zip"
,
"arch"
:
"x64"
,
"platform"
:
"win64"
,
"download_url"
:
"https://downloads.python.org/pypy/pypy2.7-v7.3.11-win64.zip"
},
{
"filename"
:
"pypy2.7-v7.3.11-s390x.tar.bz2"
,
"arch"
:
"s390x"
,
"platform"
:
"linux"
,
"download_url"
:
"https://downloads.python.org/pypy/pypy2.7-v7.3.11-s390x.tar.bz2"
}
]
},
{
"pypy_version"
:
"7.3.10"
,
"python_version"
:
"3.9.15"
,
...
...
@@ -105,7 +258,7 @@
"pypy_version"
:
"7.3.10"
,
"python_version"
:
"2.7.18"
,
"stable"
:
true
,
"latest_pypy"
:
tru
e
,
"latest_pypy"
:
fals
e
,
"date"
:
"2022-12-06"
,
"files"
:
[
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment