Skip to content

Commit 5ef40e1

Browse files
authored
Merge pull request #13 from mattip/v7.3.4
v7.3.4 release
2 parents 9b68cb1 + 01344d4 commit 5ef40e1

File tree

5 files changed

+234
-79
lines changed

5 files changed

+234
-79
lines changed

pages/download.rst

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,18 +22,15 @@ We provide pre-compiled binaries for many platforms and OSes.
2222
:start-after: table start
2323
:end-before: table finish
2424

25-
.. _`PyPy v7.3.3`: https://doc.pypy.org/en/latest/release-v7.3.3.html
26-
.. _`vcredist.x86.exe`: https://www.microsoft.com/en-us/download/details.aspx?id=52685
27-
2825
Source
2926
------
3027

3128
.. class:: download_menu
3229

33-
* `3.6 Source (tar.bz2)`__; `3.6 Source (zip)`__.
30+
* `3.7 Source (tar.bz2)`__; `3.7 Source (zip)`__.
3431

35-
.. __: https://downloads.python.org/pypy/pypy3.6-v7.3.3-src.tar.bz2
36-
.. __: https://downloads.python.org/pypy/pypy3.6-v7.3.3-src.zip
32+
.. __: https://downloads.python.org/pypy/pypy3.7-v7.3.4-src.tar.bz2
33+
.. __: https://downloads.python.org/pypy/pypy3.7-v7.3.4-src.zip
3734

3835

3936
More information

pages/download_advanced.rst

Lines changed: 59 additions & 70 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,19 @@
11
.. title: Download (advanced)
22
.. slug: download_advanced
33
.. date: 2020-11-21 16:14:02 UTC
4-
.. tags:
5-
.. category:
6-
.. link:
7-
.. description:
4+
.. tags:
5+
.. category:
6+
.. link:
7+
.. description:
88
99
.. contents::
1010
:depth: 2
1111

1212
We provide pre-compiled binaries for many platforms and OSes:
1313

14-
* the Python2.7 compatible release — **PyPy2.7 v7.3.3**
14+
* the Python2.7 compatible release — **PyPy2.7 v7.3.4**
1515

16-
* the Python3.6 compatible release — **PyPy3.6 v7.3.3**
17-
18-
* the Python3.7 compatible release — **PyPy3.7 v7.3.3**
19-
20-
* the Python2.7 Software Transactional Memory special release — **PyPy-STM 2.5.1** (Linux x86-64 only)
16+
* the Python3.7 compatible release — **PyPy3.7 v7.3.4**
2117

2218
.. note::
2319

@@ -31,36 +27,32 @@ We provide pre-compiled binaries for many platforms and OSes:
3127
..
3228
table start
3329
34-
..
35-
Anonymous tags work, this kind of tag doesn't ``Download <linux64-pypy3.6>``
30+
..
31+
Anonymous tags work, this kind of tag doesn't ``Download <linux64-pypy3.7>``
3632
37-
.. list-table:: `PyPy v7.3.3`_
38-
:widths: 20 15 15 15 35
33+
.. list-table:: `PyPy v7.3.4`_
34+
:widths: 20 15 15 35
3935
:header-rows: 1
4036

4137
* - OS
42-
- PyPy3.7
43-
- PyPy3.6
38+
- PyPy3.7
4439
- PyPy2.7
4540
- Notes
4641

4742
* - **Linux x86 64 bit**
48-
- Download__
4943
- Download__
5044
- Download__
5145
- compatible with CentOS6 and later
5246

5347
* - **Windows 32 bit**
5448
- Download__
5549
- Download__
56-
- Download__
57-
- compatible with any windows, 32- or 64-bit
50+
- compatible with any windows 64-bit
5851

5952
you might need the VC runtime library installer `vcredist.x86.exe`_
6053

6154
* - **MacOS**
6255

63-
- Download__
6456
- Download__
6557
- Download__
6658
- High Sierra >= 10.13, not for Sierra and below
@@ -69,42 +61,38 @@ We provide pre-compiled binaries for many platforms and OSes:
6961

7062
- Download__
7163
- Download__
72-
- Download__
73-
- compatible with Ubuntu 18 only
64+
- compatible with CentOS7 and later
65+
66+
.. __: https://downloads.python.org/pypy/pypy3.7-v7.3.4-linux64.tar.bz2
67+
.. __: https://downloads.python.org/pypy/pypy2.7-v7.3.4-linux64.tar.bz2
7468

75-
.. __: https://downloads.python.org/pypy/pypy3.7-v7.3.3-linux64.tar.bz2
76-
.. __: https://downloads.python.org/pypy/pypy3.6-v7.3.3-linux64.tar.bz2
77-
.. __: https://downloads.python.org/pypy/pypy2.7-v7.3.3-linux64.tar.bz2
69+
.. __: https://downloads.python.org/pypy/pypy3.7-v7.3.4-win64.zip
70+
.. __: https://downloads.python.org/pypy/pypy2.7-v7.3.4-win64.zip
7871

79-
.. __: https://downloads.python.org/pypy/pypy3.7-v7.3.3-win32.zip
80-
.. __: https://downloads.python.org/pypy/pypy3.6-v7.3.3-win32.zip
81-
.. __: https://downloads.python.org/pypy/pypy2.7-v7.3.3-win32.zip
72+
.. __: https://downloads.python.org/pypy/pypy3.7-v7.3.4-osx64.tar.bz2
73+
.. __: https://downloads.python.org/pypy/pypy2.7-v7.3.4-osx64.tar.bz2
8274

83-
.. __: https://downloads.python.org/pypy/pypy3.7-v7.3.3-osx64.tar.bz2
84-
.. __: https://downloads.python.org/pypy/pypy3.6-v7.3.3-osx64.tar.bz2
85-
.. __: https://downloads.python.org/pypy/pypy2.7-v7.3.3-osx64.tar.bz2
75+
.. __: https://downloads.python.org/pypy/pypy3.7-v7.3.4-aarch64.tar.bz2
76+
.. __: https://downloads.python.org/pypy/pypy2.7-v7.3.4-aarch64.tar.bz2
8677

87-
.. __: https://downloads.python.org/pypy/pypy3.7-v7.3.3-aarch64.tar.bz2
88-
.. __: https://downloads.python.org/pypy/pypy3.6-v7.3.3-aarch64.tar.bz2
89-
.. __: https://downloads.python.org/pypy/pypy2.7-v7.3.3-aarch64.tar.bz2
78+
.. _`PyPy v7.3.4`: https://doc.pypy.org/en/latest/release-v7.3.4.html
79+
.. _`vcredist.x86.exe`: https://www.microsoft.com/en-us/download/details.aspx?id=52685
9080

9181
..
9282
table finish
9383
9484

9585
.. list-table:: Other Platfoms
96-
:widths: 20 15 15 15 35
86+
:widths: 20 15 15 35
9787
:header-rows: 1
9888

9989
* - OS
10090
- PyPy3.7
101-
- PyPy3.6
10291
- PyPy2.7
10392
- Notes
10493

10594
* - **Linux x86 32 bit**
10695

107-
- Download__
10896
- Download__
10997
- Download__
11098
- compatible with CentOS6 and later
@@ -113,46 +101,30 @@ We provide pre-compiled binaries for many platforms and OSes:
113101

114102
- n/a
115103
- 7.3.1__
116-
- 7.3.1__
117104
- 64bit big-endian, Fedora 20 [1]_
118105

119106
* - **PowerPC PPC64le**
120107

121108
- n/a
122109
- 7.3.1__
123-
- 7.3.1__
124110
- 64bit little-endian, Fedora 21 [1]_
125111

126112
* - **S390x**
127113

128-
- Download__
129114
- Download__
130115
- Download__
131116
- built on Redhat Linux 7.2 [1]_
132117

133-
134-
135118

119+
.. __: https://downloads.python.org/pypy/pypy3.7-v7.3.4-linux32.tar.bz2
120+
.. __: https://downloads.python.org/pypy/pypy2.7-v7.3.4-linux32.tar.bz2
136121

137-
.. __: https://downloads.python.org/pypy/pypy3.7-v7.3.3-linux32.tar.bz2
138-
.. __: https://downloads.python.org/pypy/pypy3.6-v7.3.3-linux32.tar.bz2
139-
.. __: https://downloads.python.org/pypy/pypy2.7-v7.3.3-linux32.tar.bz2
140-
141-
.. __: https://downloads.python.org/pypy/pypy3.6-v7.3.1-ppc64.tar.bz2
142122
.. __: https://downloads.python.org/pypy/pypy2.7-v7.3.1-ppc64.tar.bz2
143123

144-
.. __: https://downloads.python.org/pypy/pypy3.6-v7.3.1-ppc64le.tar.bz2
145124
.. __: https://downloads.python.org/pypy/pypy2.7-v7.3.1-ppc64le.tar.bz2
146125

147-
.. __: https://downloads.python.org/pypy/pypy3.7-v7.3.3-s390x.tar.bz2
148-
.. __: https://downloads.python.org/pypy/pypy3.6-v7.3.3-s390x.tar.bz2
149-
.. __: https://downloads.python.org/pypy/pypy2.7-v7.3.3-s390x.tar.bz2
150-
151-
.. _`PyPy v7.3.3`: https://doc.pypy.org/en/latest/release-v7.3.3.html
152-
.. _`vcredist.x86.exe`: https://www.microsoft.com/en-us/download/details.aspx?id=52685
153-
154-
155-
.. _what's new in PyPy 7.3.3?: https://doc.pypy.org/en/latest/release-v7.3.3.html
126+
.. __: https://downloads.python.org/pypy/pypy3.7-v7.3.4-s390x.tar.bz2
127+
.. __: https://downloads.python.org/pypy/pypy2.7-v7.3.4-s390x.tar.bz2
156128

157129
.. [1]
158130
Linux binaries are provided for the
@@ -182,7 +154,7 @@ packaged libraries are frozen to the version shipped, so updating your system
182154
libraries will not affect this installation of PyPy. Also see the note about
183155
SSL certificates below.
184156

185-
For aarch64, s390x, and ppc64, the binaries target a specific operating system.
157+
For s390x, and ppc64, the binaries target a specific operating system.
186158
These binaries are dynamically linked, and thus might not be usable due to the
187159
sad story of linux binary compatibility. This means that **Linux binaries are
188160
only usable on the distributions written next to them** unless you're ready to
@@ -304,7 +276,7 @@ There are as yet few distribution-ready packages. `conda`_ is one easy
304276
way to get packages with a minimum of compilation.
305277
We recommend installing ``pip``, which is the standard package
306278
manager of Python. It works like it does on CPython as explained in the
307-
`installation documentation`_.
279+
`installation documentation`_.
308280

309281
If you use your distribution's PyPy package we recommend you install packages
310282
into a virtualenv. If you try to build a module and the build process complains
@@ -335,19 +307,14 @@ Building from source
335307
# switch to the branch that implements Python 3.7
336308
hg update py3.7
337309
338-
# switch to the branch that implements Python 3.6
339-
hg update py3.6
340-
341310
Alternatively, get one of the following smaller packages for the source at
342311
the same revision as the above binaries:
343312

344-
* `pypy2.7-v7.3.3-src.tar.bz2`__ (sources, PyPy 2 only)
345-
* `pypy3.6-v7.3.3-src.tar.bz2`__ (sources, PyPy 3 only)
346-
* `pypy3.7-v7.3.3-src.tar.bz2`__ (sources, PyPy 3 only)
313+
* `pypy2.7-v7.3.4-src.tar.bz2`__ (sources, PyPy 2 only)
314+
* `pypy3.7-v7.3.4-src.tar.bz2`__ (sources, PyPy 3 only)
347315

348-
.. __: https://downloads.python.org/pypy/pypy2.7-v7.3.3-src.tar.bz2
349-
.. __: https://downloads.python.org/pypy/pypy3.6-v7.3.3-src.tar.bz2
350-
.. __: https://downloads.python.org/pypy/pypy3.7-v7.3.3-src.tar.bz2
316+
.. __: https://downloads.python.org/pypy/pypy2.7-v7.3.4-src.tar.bz2
317+
.. __: https://downloads.python.org/pypy/pypy3.7-v7.3.4-src.tar.bz2
351318

352319

353320
2. Make sure you **installed the dependencies.** See the list here__.
@@ -480,17 +447,39 @@ pre-compiling them, normal users will get errors:
480447
normally found: e.g. in your project's main directory, or in a
481448
directory that you add to the env var ``PYTHONPATH``.
482449

483-
.. _`package.py`: https://foss.heptapod.net/pypy/pypy/-/blob/release-pypy3.7-v7.3.3/pypy/tool/release/package.py
450+
.. _`package.py`: https://foss.heptapod.net/pypy/pypy/-/blob/release-pypy3.7-v7.3.4/pypy/tool/release/package.py
484451

485452

486-
..
453+
..
487454
checksum start
488455
489456
Checksums
490457
---------
491458

492459
Here are the checksums for latest downloads
493460

461+
pypy3.7-7.3.4 sha256::
462+
463+
a4148fa73b74a091e004e1f378b278c0b8830984cbcb91e10fa31fd915c43efe pypy3.7-v7.3.4-aarch64.tar.bz2
464+
04de1a2e80530f3d74abcf133ec046a0fb12d81956bc043dee8ab4799f3b77eb pypy3.7-v7.3.4-linux32.tar.bz2
465+
09d7298b44a38648a87995ec06e1e093761644e50f547c8bb0b2d7f4fe433548 pypy3.7-v7.3.4-linux64.tar.bz2
466+
8a4f0e6c7e3845820202bf7f46b48e36886ceb820ff0767963fd74091c4f5d13 pypy3.7-v7.3.4-osx64.tar.bz2
467+
7d6fb180c359a66a158ef6e81eeca88fbabbb62656a1700f425a70db18de2a0f pypy3.7-v7.3.4-s390x.tar.bz2
468+
74d3c1e79f3fc7d384ffb32d3d2a95c2d5f61b81091eccce12ac76030d96ad08 pypy3.7-v7.3.4-src.tar.bz2
469+
80d4da3aaeb8b4cc5e4e4ea747f2e468e9f448da549aa7ada4d59c24380cda43 pypy3.7-v7.3.4-src.zip
470+
0ff4e4653f1ff0653f105680eb101c64c857fa8f828a54a61b02f65c94b5d262 pypy3.7-v7.3.4-win64.zip
471+
472+
pypy2.7-7.3.4 sha256::
473+
474+
9e741162ce486b14fbcf5aa377796d26b0529a9352fb602ee8b66c005f8420d1 pypy2.7-v7.3.4-aarch64.tar.bz2
475+
653cc3f0612399e494021027f4463d62639dffa4345736a16d0704f3f8a61d5f pypy2.7-v7.3.4-linux32.tar.bz2
476+
d3f7b0625e770d9be62201765d7d2316febc463372fba9c93a12969d26ae03dd pypy2.7-v7.3.4-linux64.tar.bz2
477+
ee7bf42ce843596521e02c763408a5164d18f23c9617f1b8e032ce0675686582 pypy2.7-v7.3.4-osx64.tar.bz2
478+
f19b70ca5bd918d1349444be775bc2194c8165b0140e6e8b87c3ee101765a5ba pypy2.7-v7.3.4-s390x.tar.bz2
479+
ff9b928237767efe08ccfba79dae489519b3c768fb6e3af52d39c2a8a1c21ca4 pypy2.7-v7.3.4-src.tar.bz2
480+
e0811ecc272fee58e01b95c4c12f23b115a3e64075a1b50dcefe8faaa6cca869 pypy2.7-v7.3.4-src.zip
481+
1080012d7a3cea65182528259b51d52b1f61a3717377c2d9ba11ef36e06162d5 pypy2.7-v7.3.4-win64.zip
482+
494483
pypy3.7-7.3.3 sha256::
495484

496485
ee4aa041558b58de6063dd6df93b3def221c4ca4c900d6a9db5b1b52135703a8 pypy3.7-v7.3.3-aarch64.tar.bz2

pages/features.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
language that was co-developed with it. The main reason to use it
1212
instead of CPython is speed: it runs generally faster (see next section).
1313

14-
**PyPy** implements **Python 2.7.13, 3.6.12, and 3.7.9**.
14+
**PyPy** implements **Python 2.7.18, and 3.7.10**.
1515
It supports all of the core language, passing the Python 2.7 test suite
16-
and most of the 3.6 test suite (with minor modifications) It supports most of
16+
and almost all of the 3.7 test suite (with minor modifications) It supports most of
1717
the commonly used Python standard library modules. For known differences with
1818
CPython, see our `compatibility`_ page.
1919

posts/2020/04/pypy-731-released-6266451647387657480.meta

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.. title: PyPy 7.3.1 released
22
.. slug: pypy-731-released-6266451647387657480
33
.. date: 2020-04-10 14:29:00
4-
.. tags: releasepypy
4+
.. tags: release
55
.. description:
66
.. authors: mattip
77
.. id: 6266451647387657480

0 commit comments

Comments
 (0)