Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 578598 - dev-python/pypy: bump to 5.1.1
Summary: dev-python/pypy: bump to 5.1.1
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Alice Ferrazzi
URL: http://morepypy.blogspot.it/2016/05/p...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-03-30 12:43 UTC by Paolo Pedroni
Modified: 2016-06-07 07:59 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Paolo Pedroni 2016-03-30 12:43:16 UTC
Bugfix for previous release.

The changes between PyPy 5.0 and 5.0.1 are only two bug fixes: one in cpyext, which fixes notably (but not only) lxml; and another for a corner case of the JIT.
Comment 1 Paolo Pedroni 2016-06-06 09:07:01 UTC
We're up to 5.1.1, now (from the blog posts):

This release includes more improvement to warmup time and memory requirements, extending the work done on PyPy 5.0. We have seen an additional reduction of about 20% in memory requirements, and up to 30% warmup time improvement.

We have released a bugfix for PyPy 5.1, due to a regression in installing third-party packages depending on numpy (using our numpy fork available at https://bitbucket.org/pypy/numpy ).
Comment 2 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2016-06-06 10:35:32 UTC
Thanks for the report. I'll start building it today :-).
Comment 3 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2016-06-06 19:18:11 UTC
Added p.masked for testing.


commit dd6655bbf2b0f24c33df21fc322549a4c3aec01d
Author: Michał Górny <mgorny@gentoo.org>
Date:   Mon Jun 6 21:06:19 2016

    virtual/pypy: Bump to 5.1.1

commit 77d467e8ef2ebef9ec66615ca56de45b4e640e85
Author: Michał Górny <mgorny@gentoo.org>
Date:   Mon Jun 6 21:05:25 2016

    dev-python/pypy-bin: Bump to 5.1.1

commit 6d7f24dae1d4e0f1e47a4a3d6e33605406a236b2
Author: Michał Górny <mgorny@gentoo.org>
Date:   Mon Jun 6 20:23:38 2016

    dev-python/pypy: Bump to 5.1.1, #578598

commit 4543448d380e3e7979d24548e00abd16cdd82290
Author: Michał Górny <mgorny@gentoo.org>
Date:   Mon Jun 6 20:20:09 2016

    package.mask: Pre-mask PyPy 5.1.1 for testing
Comment 4 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2016-06-06 21:28:40 UTC
Oh, and if you're interested I'll probably be looking at PyPy3.3 when I have some more time. However, I can't promise it'll make it into ::gentoo before final release.
Comment 5 Paolo Pedroni 2016-06-07 07:59:42 UTC
(In reply to Michał Górny from comment #4)
> Oh, and if you're interested I'll probably be looking at PyPy3.3 when I have
> some more time. However, I can't promise it'll make it into ::gentoo before
> final release.

I sure am interested in pypy3. I can wait for final release, though, no problem.

Thanks.