Skip to content
Snippets Groups Projects
Commit a27c0442e7c6 authored by Matti Picus's avatar Matti Picus
Browse files

update and regenerate

parent cd3100982679
No related branches found
No related tags found
No related merge requests found
......@@ -66,5 +66,5 @@
as stable as the release, but they contain numerous bugfixes and
performance improvements.</p>
<p>We provide binaries for x86, ARM, PPC and s390x running on different operating systems such as
Linux, Mac OS X and Windows (<a class="reference external" href="http://doc.pypy.org/en/latest/release-v7.0.0.html">what's new in PyPy 7.0?</a>):</p>
Linux, Mac OS X and Windows (<a class="reference external" href="http://doc.pypy.org/en/latest/release-v7.1.0.html">what's new in PyPy 7.1?</a>):</p>
<ul class="simple">
......@@ -70,3 +70,3 @@
<ul class="simple">
<li>the Python2.7 compatible release — <strong>PyPy2.7 v7.0</strong></li>
<li>the Python2.7 compatible release — <strong>PyPy2.7 v7.1</strong></li>
<li>the Python3.5 compatible release — <strong>PyPy3.5 v7.0</strong></li>
......@@ -72,5 +72,5 @@
<li>the Python3.5 compatible release — <strong>PyPy3.5 v7.0</strong></li>
<li>the Python3.6 compatible release, alpha quality — <strong>PyPy3.6 v7.0</strong></li>
<li>the Python3.6 compatible release, beta quality — <strong>PyPy3.6 v7.1</strong></li>
<li>the Python2.7 Software Transactional Memory special release — <strong>PyPy-STM 2.5.1</strong> (Linux x86-64 only)</li>
</ul>
<ul class="download-menu simple">
......@@ -109,6 +109,6 @@
<li>or <a class="reference internal" href="#translate">translate</a> your own PyPy.</li>
</ul>
</div>
<div class="section" id="python2-7-compatible-pypy-7-0">
<span id="release"></span><h1>Python2.7 compatible PyPy 7.0</h1>
<div class="section" id="python2-7-compatible-pypy-7-1">
<span id="release"></span><h1>Python2.7 compatible PyPy 7.1</h1>
<ul class="download-menu simple">
......@@ -114,5 +114,5 @@
<ul class="download-menu simple">
<li><a class="reference external" href="https://bitbucket.org/pypy/pypy/downloads/pypy2.7-v7.0.0-linux32.tar.bz2">Linux x86 binary (32bit, built on Ubuntu 12.04 - 16.04)</a> (see <tt class="docutils literal">[1]</tt> below)</li>
<li><a class="reference external" href="https://bitbucket.org/pypy/pypy/downloads/pypy2.7-v7.0.0-linux64.tar.bz2">Linux x86-64 binary (64bit, built on Ubuntu 12.04 - 16.04)</a> (see <tt class="docutils literal">[1]</tt> below)</li>
<li><a class="reference external" href="https://bitbucket.org/pypy/pypy/downloads/pypy2.7-v7.0.0-osx64.tar.bz2">Mac OS X binary (64bit)</a></li>
<li><a class="reference external" href="https://bitbucket.org/pypy/pypy/downloads/pypy2.7-v7.1.0-linux32.tar.bz2">Linux x86 binary (32bit, built on Ubuntu 12.04 - 16.04)</a> (see <tt class="docutils literal">[1]</tt> below)</li>
<li><a class="reference external" href="https://bitbucket.org/pypy/pypy/downloads/pypy2.7-v7.1.0-linux64.tar.bz2">Linux x86-64 binary (64bit, built on Ubuntu 12.04 - 16.04)</a> (see <tt class="docutils literal">[1]</tt> below)</li>
<li><a class="reference external" href="https://bitbucket.org/pypy/pypy/downloads/pypy2.7-v7.1.0-osx64.tar.bz2">Mac OS X binary (64bit)</a></li>
<li>FreeBSD x86 and x86_64: see <a class="reference external" href="http://www.freshports.org/lang/pypy">FreshPorts</a></li>
......@@ -118,3 +118,3 @@
<li>FreeBSD x86 and x86_64: see <a class="reference external" href="http://www.freshports.org/lang/pypy">FreshPorts</a></li>
<li><a class="reference external" href="https://bitbucket.org/pypy/pypy/downloads/pypy2.7-v7.0.0-win32.zip">Windows binary (32bit)</a> (you might need the VS 2008 runtime library
<li><a class="reference external" href="https://bitbucket.org/pypy/pypy/downloads/pypy2.7-v7.1.0-win32.zip">Windows binary (32bit)</a> (you might need the VS 2008 runtime library
installer <a class="reference external" href="http://www.microsoft.com/en-us/download/details.aspx?id=5582">vcredist_x86.exe</a>.)</li>
......@@ -120,8 +120,8 @@
installer <a class="reference external" href="http://www.microsoft.com/en-us/download/details.aspx?id=5582">vcredist_x86.exe</a>.)</li>
<li><a class="reference external" href="https://bitbucket.org/pypy/pypy/downloads/pypy2.7-v7.0.0-ppc64.tar.bz2">PowerPC PPC64 Linux binary (64bit big-endian, Fedora 20)</a> (see <tt class="docutils literal">[1]</tt> below)</li>
<li><a class="reference external" href="https://bitbucket.org/pypy/pypy/downloads/pypy2.7-v7.0.0-ppc64le.tar.bz2">PowerPC PPC64le Linux binary (64bit little-endian, Fedora 21)</a> (see <tt class="docutils literal">[1]</tt> below)</li>
<li><a class="reference external" href="https://bitbucket.org/pypy/pypy/downloads/pypy2.7-v7.0.0-s390x.tar.bz2">s390x Linux binary (built on Redhat Linux 7.2)</a> (see <tt class="docutils literal">[1]</tt> below)</li>
<li><a class="reference external" href="https://bitbucket.org/pypy/pypy/downloads/pypy2.7-v7.0.0-src.tar.bz2">Source (tar.bz2)</a>; <a class="reference external" href="https://bitbucket.org/pypy/pypy/downloads/pypy2.7-v7.0.0-src.zip">Source (zip)</a>. See below for more about the sources.</li>
<li><a class="reference external" href="https://bitbucket.org/pypy/pypy/downloads/pypy2.7-v7.1.0-ppc64.tar.bz2">PowerPC PPC64 Linux binary (64bit big-endian, Fedora 20)</a> (see <tt class="docutils literal">[1]</tt> below)</li>
<li><a class="reference external" href="https://bitbucket.org/pypy/pypy/downloads/pypy2.7-v7.1.0-ppc64le.tar.bz2">PowerPC PPC64le Linux binary (64bit little-endian, Fedora 21)</a> (see <tt class="docutils literal">[1]</tt> below)</li>
<li><a class="reference external" href="https://bitbucket.org/pypy/pypy/downloads/pypy2.7-v7.1.0-s390x.tar.bz2">s390x Linux binary (built on Redhat Linux 7.2)</a> (see <tt class="docutils literal">[1]</tt> below)</li>
<li><a class="reference external" href="https://bitbucket.org/pypy/pypy/downloads/pypy2.7-v7.1.0-src.tar.bz2">Source (tar.bz2)</a>; <a class="reference external" href="https://bitbucket.org/pypy/pypy/downloads/pypy2.7-v7.1.0-src.zip">Source (zip)</a>. See below for more about the sources.</li>
<li><a class="reference external" href="https://bitbucket.org/pypy/pypy/downloads">All our downloads,</a> including previous versions. We also have a
<a class="reference external" href="http://buildbot.pypy.org/mirror/">mirror</a>, but please use only if you have troubles accessing the links above</li>
</ul>
......@@ -151,6 +151,6 @@
libraries: &#8230;</tt>. Unless you want to hack a lot, try out the
<a class="reference external" href="https://github.com/squeaky-pl/portable-pypy#portable-pypy-distribution-for-linux">portable Linux binaries</a>.</p>
</div>
<div class="section" id="python-3-6-compatible-pypy3-6-v7-0-0-alpha">
<h1>Python 3.6 compatible PyPy3.6 v7.0.0-alpha</h1>
<div class="section" id="python-3-6-compatible-pypy3-6-v7-1-0-beta">
<h1>Python 3.6 compatible PyPy3.6 v7.1.0-beta</h1>
<ul class="download-menu simple">
......@@ -156,8 +156,10 @@
<ul class="download-menu simple">
<li><a class="reference external" href="https://bitbucket.org/pypy/pypy/downloads/pypy3.6-v7.0.0-linux64.tar.bz2">Linux x86-64 binary (64bit, built on Ubuntu 12.04 - 16.04)</a> (see <tt class="docutils literal">[1]</tt> below)</li>
<li><a class="reference external" href="https://bitbucket.org/pypy/pypy/downloads/pypy3.6-v7.0.0-osx64.tar.bz2">Mac OS X binary (64bit)</a> (High Sierra &gt;= 10.13, not for Sierra and below)</li>
<li><a class="reference external" href="https://bitbucket.org/pypy/pypy/downloads/pypy3.6-v7.0.0-win32.zip">Windows binary (32bit)</a> <strong>BETA</strong></li>
<li><a class="reference external" href="https://bitbucket.org/pypy/pypy/downloads/pypy3.6-v7.0.0-src.tar.bz2">Source (tar.bz2)</a>; <a class="reference external" href="https://bitbucket.org/pypy/pypy/downloads/pypy3.6-v7.0.0-src.zip">Source (zip)</a>. See below for more about the sources.</li>
<li><a class="reference external" href="https://bitbucket.org/pypy/pypy/downloads/pypy3.6-v7.1.0-linux64.tar.bz2">Linux x86-64 binary (64bit, built on Ubuntu 12.04 - 16.04)</a> (see <tt class="docutils literal">[1]</tt> below)</li>
<li><a class="reference external" href="https://bitbucket.org/pypy/pypy/downloads/pypy3.6-v7.1.0-linux32.tar.bz2">Linux x86 binary (32bit, built on Ubuntu 12.04 - 16.04)</a> (see <tt class="docutils literal">[1]</tt> below)</li>
<li><a class="reference external" href="https://bitbucket.org/pypy/pypy/downloads/pypy3.6-v7.1.0-osx64.tar.bz2">Mac OS X binary (64bit)</a> (High Sierra &gt;= 10.13, not for Sierra and below)</li>
<li><a class="reference external" href="https://bitbucket.org/pypy/pypy/downloads/pypy3.6-v7.1.0-win32.zip">Windows binary (32bit)</a></li>
<li><a class="reference external" href="https://bitbucket.org/pypy/pypy/downloads/pypy3.6-v7.1.0-s390x.tar.bz2">s390x Linux binary (built on Redhat Linux 7.2)</a> (see <tt class="docutils literal">[1]</tt> below)</li>
<li><a class="reference external" href="https://bitbucket.org/pypy/pypy/downloads/pypy3.6-v7.1.0-src.tar.bz2">Source (tar.bz2)</a>; <a class="reference external" href="https://bitbucket.org/pypy/pypy/downloads/pypy3.6-v7.1.0-src.zip">Source (zip)</a>. See below for more about the sources.</li>
<li><a class="reference external" href="https://bitbucket.org/pypy/pypy/downloads">All our downloads,</a> including previous versions. We also have a
<a class="reference external" href="http://buildbot.pypy.org/mirror/">mirror</a>, but please use only if you have troubles accessing the links above</li>
</ul>
......@@ -218,8 +220,6 @@
<div class="section" id="standard-numpy">
<h2>1. Standard NumPy</h2>
<p>Installation works on any recent PyPy (the <a class="reference internal" href="#release">release</a> above is fine).
The currently released numpy 1.13 works except for <tt class="docutils literal">nditers</tt> with the
<tt class="docutils literal">updateifcopy</tt> flag.
For example, without using a virtualenv:</p>
<pre class="literal-block">
$ ./pypy-xxx/bin/pypy -m ensurepip
......@@ -391,7 +391,27 @@
</div>
<div class="section" id="checksums">
<h1>Checksums</h1>
<p>Here are the checksums for each of the downloads of PyPy 7.0.0 and the older 6.0.0.</p>
<p>Here are the checksums for each of the downloads of PyPy 7.1.0, 7.0.0 and 6.0.0.</p>
<p>pypy2.7-7.1.0 sha256:</p>
<pre class="literal-block">
44ec91e8cb01caab289d8763c203f3aaf288d14325a6c42692bd1ac4e870d758 pypy2.7-v7.1.0-linux32.tar.bz2
fef176a29a2ef068c00c8098e59dab935ca6e956f089672b3f7351da95a034f5 pypy2.7-v7.1.0-linux64.tar.bz2
8be43685ce718b0768387450fc6dc395d60809b778b6146c353ef67826022153 pypy2.7-v7.1.0-osx64.tar.bz2
b065f55741bcb37863f1eca30ce91c9d79159371a6994100930cdc2ede3237bc pypy2.7-v7.1.0-s390x.tar.bz2
b051a71ea5b4fa27d0a744b28e6054661adfce8904dcc82500716b5edff5ce4b pypy2.7-v7.1.0-src.tar.bz2
e60ce30f9947844da43daaa7658adc0c05330681305225954114772f42df06ec pypy2.7-v7.1.0-src.zip
76658c9ad679d562b8b6a09d006caa666406337b9834ff56db16980c5e549f20 pypy2.7-v7.1.0-win32.zip
</pre>
<p>pypy 3.6-v7.1.0 sha256:</p>
<pre class="literal-block">
6e1fd6a820c8ba850761b052a1e53c2138d2a46d221202dd010815d7c9723269 pypy3.6-v7.1.0-linux32.tar.bz2
853ab874ae3b1f929576890c511f3efbc9159c2a16332113e68be7dccc51e2aa pypy3.6-v7.1.0-linux64.tar.bz2
84f8fb41aa7ec6e3f72546d1ea1d412f7ef51edf039074610295c59cc0ff1e35 pypy3.6-v7.1.0-osx64.tar.bz2
9ebc7bee180432991dd8a2f15d320120cf99ef1a315e764e9ba6ff4b969819b8 pypy3.6-v7.1.0-s390x.tar.bz2
3e3091798cff9e7b6de35f7aa7f71965e06dcbf35112eba202d4ded7675f95f4 pypy3.6-v7.1.0-src.tar.bz2
e156b8cf13feae37bc4a8ea95d137c0422255188137279085917e65ec0b5731a pypy3.6-v7.1.0-src.zip
1383497f89e034e4124ea3e65979b0701b0296c06f4fec7082c8a39014a821f0 pypy3.6-v7.1.0-win32.zip
</pre>
<p>pypy2.7-7.0.0 sha256:</p>
<pre class="literal-block">
446fc208dd77a0048368da830564e6e4180bcd786e524b5369c61785af5c903a pypy2.7-v7.0.0-linux32.tar.bz2
......
......@@ -19,7 +19,7 @@
* the Python3.5 compatible release — **PyPy3.5 v7.0**
* the Python3.6 compatible release, alpha quality — **PyPy3.6 v7.1**
* the Python3.6 compatible release, beta quality — **PyPy3.6 v7.1**
* the Python2.7 Software Transactional Memory special release — **PyPy-STM 2.5.1** (Linux x86-64 only)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment