lp:ubuntu/trusty/pypy

Created by Ubuntu Package Importer and last modified
Get this branch:
bzr branch lp:ubuntu/trusty/pypy
Members of Ubuntu branches can upload to this branch. Log in for directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Ubuntu branches
Status:
Development

Recent revisions

15. By Stefano Rivera

* New upstream bugfix release.
  - Fixes a ref-counting bug in socket.
* Drop build-dep on execstack. Doesn't appear to be necessary any more (and
  doesn't work on all achitectures).

14. By Stefano Rivera

* New upstream release.
* Refresh patches.
* Add new upstream copyright holders to debian/copyright.
* Drop test_bootstrap-path patch, applied upstream.
* pypy{clean,compile}: Perform a logical and instead of or, when -p and a
  directory are specified (matching pycompile semantics).
* Disable JIT on armel. ARMv5 isn't supported.
* Drop build-dep on valgrind on armel. It's no longer a supported platform
  for valgrind (Closes: #729141).
* Bump debian/compat to 9, for executable dh_install scripts.
* Split the stdlib test suite into a new binary package: pypy-lib-testsuite.
* Split the _tkinter module into a new binary package: pypy-tk.
* Run pypyclean on the stdlib before upgrading.

13. By Stefano Rivera

* The wildcard for ARM is any-arm.
* Build the syslog cffi module in lib_pypy.

12. By Stefano Rivera

Disable continuation on all architectures except x86 and ARM (requires
porting).

11. By Stefano Rivera

* New upstream release.
  - The ARM JIT is now supported and enabled.
  - Several bug fixes and performance improvements.
* Refresh patches.
* Drop patches, applied/superseded upstream:
  - shared-ffi
  - distutils-cflags
  - gnukfreebsd
  - l2-cache-detection
* Add pypycompile and pypyclean scripts for dh_pypy packages.
  - Use for byte-compiling the stdlib.
* Build cffi module for tkinter.
* Patch: test_bootstrap-path - avoid a spurious test failure when TMPDIR is
  set to inside the source tree.
* Add /usr/lib/pypy/runtime.d, so that module re-byte-compilation can be
  triggered on minor version updates. As we only have one pypy version
  installed concurrently, only .rtupdate is supported.

10. By Stefano Rivera

Relax the RAM check on kfreebsd-amd64, which currently has 3GB buildds.

9. By Stefano Rivera

* Let dh_usrlocal handle the empty directories in /usr/local, and create
  them with dh_installdirs. (Closes: #713958)
* Use a more conservative RAM requirement on x86. (Closes: #713787)

8. By Stefano Rivera

* Create empty directories in /usr/local
* Fix a bug in l2-cache-detection on sparc, causing FTBFS due to the
  interpreter aborting on startup.

7. By Stefano Rivera

* New upstream bug-fix release.
  - mainly fatal errors or crashes in the stdlib, and a JIT bug around
    foreign functions calls in multi-threaded programs.
* Refresh patches.
* Drop docs-version patch.
* Clean up after cffi tests.
* so_reuseport: Avoid test failures on machines without SO_REUSEPORT
  support.
* gnukfreebsd: Add the GNUkFreebsd platform descriptions that were
  accidentally deleted upstream.
* Drop B-D on python-greenlet, unneeded.
* l2-cache-detection: Add L2 cache size detection code for non-x86
  architectures.
* Bullet pypy's description to make it more readable. Thanks Jonas
  Smedegaard. (Closes: #709091)
* Disable ARM JIT until declared stable by upstream.

6. By Stefano Rivera

* New upstream release (Closes: #698524)
* Upload to unstable.
* Refresh patches.
* Update copyright.
* Drop patches, applied/superseded upstream:
  - test_telnetlib-deadlock
  - test_subprocess
  - ignore-paddd
  - issue670664
  - fpic-archs
  - gnukfreebsd-link-rt
* Patches:
  - pep3147-core: Drop validation of .py filenames. This is behaviour is now
    expected in tests.
  - pep3147-stdlib: Use cached_from_source in added tests.
  - distutils-install-layout: Let pydoc handle dist-packages the same as
    site-packages.
  - shared-ffi: Don't static link with libffi.
  - docs-version: Update docs versions for 2.0 final.
  - distutils-cflags: Build cffi modules when CFLAGS contains a space.
* Export TERM=dumb for lib-python tests (if not already in the environment).
  Required by test_readline.
* Build-Depend on procps, for test_signal.
* Build-Depend on netbase, for test_socket.
* Build-Depend on libsqlite3-dev, _sqlite3 (which now uses CFFI).
* Build with JIT on ARM.
* Use valgrind headers on mips, now that they are available there.
* Update paths for the rpython-pypy split.
* Rename python-pypy.translator.sandbox -> python-pypy.sandbox, following
  the pypy-rpython split.
* cffi is now bundled in the stdlib:
  - Move _cffi shared libraries out of __pycache__, and put them in the
    pypy binary package.
  - Provides pypy-cffi.
* Byte-compile lib_pypy, too.
* Bumped Standards-Version to 3.9.4, no changes needed.
* Build-Depend on python-greenlet, enabling stackless builds on, sparc and
  sparc64, now that it's available there. Blacklist sh4.
* Use valgrind headers on mipsel, now that they are available.

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp:ubuntu/saucy/pypy
This branch contains Public information 
Everyone can see this information.

Subscribers