Author: mattip <[email protected]> Branch: extradoc Changeset: r564:5072e83d9f25 Date: 2015-02-03 21:46 +0200 http://bitbucket.org/pypy/pypy.org/changeset/5072e83d9f25/
Log: 2.5.0 release diff --git a/source/download.txt b/source/download.txt --- a/source/download.txt +++ b/source/download.txt @@ -9,32 +9,31 @@ .. class:: download_menu There are `nightly binary builds`_ available. Those builds are not always - as stable as the release, but they contain numerous bugfixes and + as stable as the release, but they contain numerous bugfixes and performance improvements. **Note that the OS X nightly builds (but not the release) are slightly miscompiled due to buildslave being old. Contributions are welcomed**. We provide binaries for x86 and ARM Linux, Mac OS/X and Windows for: -* the Python2.7 compatible release — **PyPy 2.4.0** — (`what's new in PyPy 2.4.0?`_ ) +* the Python2.7 compatible release — **PyPy 2.5.0** — (`what's new in PyPy 2.5.0?`_ ) * the Python3.2.5 compatible release — **PyPy3 2.4.0** — (`what's new in PyPy3 2.4.0?`_). -.. _what's new in PyPy 2.4.0?: http://doc.pypy.org/en/latest/release-2.4.0.html +.. _what's new in PyPy 2.5.0?: http://doc.pypy.org/en/latest/release-2.5.0.html .. _what's new in PyPy3 2.4.0?: http://doc.pypy.org/en/latest/release-pypy3-2.4.0.html -.. _what's new in PyPy 2.4?: http://doc.pypy.org/en/latest/release-2.4.0.html .. class:: download_menu - * Download - + * Download + * `Default (with a JIT Compiler)`_ * `Other versions`_ * `Installing`_ (optional) * `Installing more modules`_ * `Installing NumPy`_ (optional) - * `Building from source`_ + * `Building from source`_ * `Packaging`_ * `Checksums`_ @@ -72,7 +71,7 @@ .. _`portable Linux binaries`: https://github.com/squeaky-pl/portable-pypy -Python2.7 compatible PyPy 2.4.0 +Python2.7 compatible PyPy 2.5.0 ----------------------------------- * `Linux x86 binary (32bit, tar.bz2 built on Ubuntu 12.04 - 14.04)`__ (see ``[1]`` below) @@ -82,18 +81,22 @@ * `ARM Softfloat Linux binary (ARMEL/gnueabi, tar.bz2, Ubuntu Precise)`__ (see ``[1]`` below) * `Mac OS/X binary (64bit)`__ * `Windows binary (32bit)`__ (you might need the `VS 2008 runtime library +* `Source (tar.bz2)`__ +* `Source (zip)`__ installer vcredist_x86.exe`_.) * `All our downloads,`__ including previous versions. We also have a mirror_, but please use only if you have troubles accessing the links above * See below for the sources. -.. __: https://bitbucket.org/pypy/pypy/downloads/pypy-2.4.0-linux.tar.bz2 -.. __: https://bitbucket.org/pypy/pypy/downloads/pypy-2.4.0-linux64.tar.bz2 -.. __: https://bitbucket.org/pypy/pypy/downloads/pypy-2.4.0-linux-armhf-raspbian.tar.bz2 -.. __: https://bitbucket.org/pypy/pypy/downloads/pypy-2.4.0-linux-armhf-raring.tar.bz2 -.. __: https://bitbucket.org/pypy/pypy/downloads/pypy-2.4.0-linux-armel.tar.bz2 -.. __: https://bitbucket.org/pypy/pypy/downloads/pypy-2.4.0-osx64.tar.bz2 -.. __: https://bitbucket.org/pypy/pypy/downloads/pypy-2.4.0-win32.zip +.. __: https://bitbucket.org/pypy/pypy/downloads/pypy-2.5.0-linux.tar.bz2 +.. __: https://bitbucket.org/pypy/pypy/downloads/pypy-2.5.0-linux64.tar.bz2 +.. __: https://bitbucket.org/pypy/pypy/downloads/pypy-2.5.0-linux-armhf-raspbian.tar.bz2 +.. __: https://bitbucket.org/pypy/pypy/downloads/pypy-2.5.0-linux-armhf-raring.tar.bz2 +.. __: https://bitbucket.org/pypy/pypy/downloads/pypy-2.5.0-linux-armel.tar.bz2 +.. __: https://bitbucket.org/pypy/pypy/downloads/pypy-2.5.0-osx64.tar.bz2 +.. __: https://bitbucket.org/pypy/pypy/downloads/pypy-2.5.0-win32.zip +.. __: https://bitbucket.org/pypy/pypy/downloads/pypy-2.5.0-src.tar.bz2 +.. __: https://bitbucket.org/pypy/pypy/downloads/pypy-2.5.0-src.zip .. _`VS 2008 runtime library installer vcredist_x86.exe`: http://www.microsoft.com/en-us/download/details.aspx?id=5582 .. __: https://bitbucket.org/pypy/pypy/downloads .. _mirror: http://cobra.cs.uni-duesseldorf.de/~buildmaster/mirror/ @@ -172,7 +175,7 @@ uncompressed, they run in-place. For now you can uncompress them either somewhere in your home directory or, say, in ``/opt``, and if you want, put a symlink from somewhere like -``/usr/local/bin/pypy`` to ``/path/to/pypy-2.4.0/bin/pypy``. Do +``/usr/local/bin/pypy`` to ``/path/to/pypy-2.5.0/bin/pypy``. Do not move or copy the executable ``pypy`` outside the tree --- put a symlink to it, otherwise it will not find its libraries. @@ -221,9 +224,9 @@ 1. Get the source code. The following packages contain the source at the same revision as the above binaries: - * `pypy-2.4.0-src.tar.bz2`__ (sources) + * `pypy-2.5.0-src.tar.bz2`__ (sources) - .. __: https://bitbucket.org/pypy/pypy/downloads/pypy-2.4.0-src.tar.bz2 + .. __: https://bitbucket.org/pypy/pypy/downloads/pypy-2.5.0-src.tar.bz2 Or you can checkout the current trunk using Mercurial_ (the trunk usually works and is of course more up-to-date):: @@ -297,7 +300,7 @@ cd ./pypy/pypy/tool/release/ python package.py --help #for information - python package.py --archive-name pypy-my-own-package-name + python package.py --archive-name pypy-my-own-package-name It is recommended to use package.py because custom scripts will invariably become out-of-date. If you want to write custom scripts @@ -317,14 +320,15 @@ Here are the checksums for each of the downloads (md5 and sha1):: - 63bd68546f60cf5921ba7654f3fe47aa pypy-2.4.0-linux64.tar.bz2 - 6c9b444a1cd090ab7b43083a24e07734 pypy-2.4.0-linux-armel.tar.bz2 - 5ff951da5989a00e01611678c311f8af pypy-2.4.0-linux-armhf-raring.tar.bz2 - d7540883a52f91433da62b0cdfaaa30f pypy-2.4.0-linux-armhf-raspbian.tar.bz2 - 77a971f5198685ff60528de5def407dd pypy-2.4.0-linux.tar.bz2 - 907d6fbabc5bcd5bafdcf02a76a8ca33 pypy-2.4.0-win32.zip - 6a25a212e7c5121f1f3988c118d05695 pypy-2.4.0-src.tar.bz2 - 07896c0ac37f82884e021c9a4514f479 pypy-2.4.0-osx64.tar.bz2 + + 0a109c96bbce20931c17dfded57a3d46 pypy-2.5.0-linux64.tar.bz2 + fc79e0ef640371fa7bdbb040c3211bcf pypy-2.5.0-linux-armel.tar.bz2 + d8d0fe8a1503a7ed4ec5ff52d0630b88 pypy-2.5.0-linux-armhf-raring.tar.bz2 + 9a4430abd36dd619c45705c3fe70f5ca pypy-2.5.0-linux-armhf-raspbian.tar.bz2 + 1c14e954fdd1d112540790ec5b0cea26 pypy-2.5.0-linux.tar.bz2 + 9916a1485f32953a46afdd36f8f01f83 pypy-2.5.0-osx64.tar.bz2 + f4700c0af45e986178b36ce91a45136e pypy-2.5.0-src.tar.bz2 + 2461a4e4fe4ea64ce7fb1a07aa310e6a pypy-2.5.0-win32.zip eadbc9790823fc0ae40c943087cd7cb3 pypy3-2.4.0-linux64.tar.bz2 7ab84727da2d5363866907f2f7921d86 pypy3-2.4.0-linux-armel.tar.bz2 @@ -339,14 +343,14 @@ 2c9f0054f3b93a6473f10be35277825a pypy-1.8-sandbox-linux64.tar.bz2 009c970b5fa75754ae4c32a5d108a8d4 pypy-1.8-sandbox-linux.tar.bz2 - c362247226f1cde2b957ab5e885f41475381553b pypy-2.4.0-linux64.tar.bz2 - d542ee549ded9face573ac9fb49a23f5a5b4be60 pypy-2.4.0-linux-armel.tar.bz2 - b8e02dc381e5040e2bf50541e82f0148f9a46a48 pypy-2.4.0-linux-armhf-raring.tar.bz2 - ad65e7ddb1582b465a37090dc4a13bc37a8cd95d pypy-2.4.0-linux-armhf-raspbian.tar.bz2 - fd52b42069287ca11e816c8e18fc95f53542c73d pypy-2.4.0-linux.tar.bz2 - e2e0bcf8457c0ae5a24f126a60aa921dabfe60fb pypy-2.4.0-src.tar.bz2 - b72c3365c23c34ffd35a781fb72d8722e0b7517e pypy-2.4.0-win32.zip - aa7f9b41d8bfda16239b629cd1b8dc884c2ad808 pypy-2.4.0-osx64.tar.bz2 + 303bdc29e80640e337f1d65c7787870738a3ebf5 pypy-2.5.0-linux64.tar.bz2 + 1bc8de2db37233051d84c9c27e1e64608283b67c pypy-2.5.0-linux-armel.tar.bz2 + 01427d7dd52e2b679c38bfad414ebe676b019ea0 pypy-2.5.0-linux-armhf-raring.tar.bz2 + e3483d52182ab3ee02f665fda02f9fac4ab40ab1 pypy-2.5.0-linux-armhf-raspbian.tar.bz2 + 7334013255670f4ae60b316a5b35499861e0714f pypy-2.5.0-linux.tar.bz2 + ad47285526b1b3c14f4eecc874bb82a133a8e551 pypy-2.5.0-osx64.tar.bz2 + 1d215a22ea16581de338700d556b21a8c02b4eff pypy-2.5.0-src.tar.bz2 + 3492aa6fe96987537b23d09d66bb0c52f1760652 pypy-2.5.0-win32.zip 7d715742f6929351b310a2ca3b924cab35913089 pypy3-2.4.0-linux64.tar.bz2 b33e817f3557f91c434032c9f74e5220fe70036c pypy3-2.4.0-linux-armel.tar.bz2 diff --git a/source/features.txt b/source/features.txt --- a/source/features.txt +++ b/source/features.txt @@ -10,7 +10,7 @@ language that was co-developed with it. The main reason to use it instead of CPython is speed: it runs generally faster (see next section). -**PyPy 2.4** implements **Python 2.7.8** and runs on Intel +**PyPy 2.5** implements **Python 2.7.8** and runs on Intel `x86 (IA-32)`_ , `x86_64`_ and `ARM`_ platforms, with PPC being stalled. It supports all of the core language, passing the Python test suite (with minor modifications that were already accepted in the main python _______________________________________________ pypy-commit mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-commit
