pypy 5.1.2+dfsg-1~16.04 source package in Ubuntu

Changelog

pypy (5.1.2+dfsg-1~16.04) xenial-proposed; urgency=medium

  * SRU: LP: #1589268. Backport 5.2.1 to 16.04 LTS.

pypy (5.1.2+dfsg-1) unstable; urgency=medium

  * New upstream release.
  * Refresh s390x-march.
  * Drop other s390x patches, superseded upstream.
  * Build with cpython on s390x, until we've got a JIT bootstrapped (builds
    timing out, without it). (Closes: #823916)
  * britney now supports versioned Provides, so generate them in pydist.

pypy (5.1.1+dfsg-4) unstable; urgency=medium

  * Remove stray print in s390x-cpuinfo.

pypy (5.1.1+dfsg-3) unstable; urgency=medium

  * Correct s390x-cpunifo rpython.
  * Build with pypy on s390x, as there's now a JIT.

pypy (5.1.1+dfsg-2) unstable; urgency=medium

  * Cherry-pick upstream s390x patches, that should (amongst other things) get
    us building on s390x, again. (Closes: #823916)

pypy (5.1.1+dfsg-1) unstable; urgency=medium

  * New upstream patch release.
  * Don't target newer subarchitectures on s390x, Debian doesn't support them
    (Closes: #823916).
  * Build pypy with pypy again on ppc64 (now that it has bootstrapped).

pypy (5.1+dfsg-1) unstable; urgency=medium

  * New upstream minor version.
  * Refresh patches.
  * Drop patches, superseded upstream: noise, sandbox-unlink, armv8l,
    vmkprof-kfreebsd, neon, kfreebsd-tests, hg-updates, ensure-valid-term
  * Update copyright.
  * The ctypes config_cache no longer exists, drop handling of it.
  * Enable JIT on s390x (now that it is supported).
  * Build with pypy on kfreebsd.
  * Bump Standards-Version to 3.9.8, no changes needed.

 -- Matthias Klose <email address hidden>  Tue, 14 Jun 2016 16:44:16 +0200

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Xenial
Original maintainer:
Stefano Rivera
Architectures:
kfreebsd-any linux-any all
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Xenial updates universe python

Downloads

File Size SHA-256 Checksum
pypy_5.1.2+dfsg.orig.tar.xz 11.3 MiB c6953ded53d78ddc6bce9d452fb29cb43387219231cdfbe79d822708cf2e5ecd
pypy_5.1.2+dfsg-1~16.04.debian.tar.xz 63.9 KiB 158a27653d2fbeaf68b4210be778f08a40ba01753839774733789be2ab66d37a
pypy_5.1.2+dfsg-1~16.04.dsc 2.6 KiB 4b7378b94c8e0423b6d00335fba522e2e86a22dbb83f78167ed854449690d68b

View changes file

Binary packages built by this source

pypy: fast alternative implementation of Python - PyPy interpreter

 PyPy is a fast, compliant alternative implementation of the Python language
 (2.7). It has several advantages and distinct features:
  * Speed: thanks to its Just-in-Time compiler (on x86), Python programs often
    run faster on PyPy.
  * Memory usage: large, memory-hungry Python programs might end up taking less
    space than they do in CPython.
  * Compatibility: PyPy is highly compatible with existing Python code.
    It supports ctypes and can run popular Python libraries like twisted and
    django.
  * Stackless: PyPy supports stackless mode on most platforms, providing
    micro-threads for massive concurrency.
 .
 This package contains the PyPy interpreter.

pypy-dbgsym: debug symbols for package pypy

 PyPy is a fast, compliant alternative implementation of the Python language
 (2.7). It has several advantages and distinct features:
  * Speed: thanks to its Just-in-Time compiler (on x86), Python programs often
    run faster on PyPy.
  * Memory usage: large, memory-hungry Python programs might end up taking less
    space than they do in CPython.
  * Compatibility: PyPy is highly compatible with existing Python code.
    It supports ctypes and can run popular Python libraries like twisted and
    django.
  * Stackless: PyPy supports stackless mode on most platforms, providing
    micro-threads for massive concurrency.
 .
 This package contains the PyPy interpreter.

pypy-dev: header files for PyPy (an alternative Python interpreter)

 Header files for compiling cpython C extension modules for use with PyPy.
 Note that pure Python modules will probably perform better.
 .
 PyPy supports a subset of cpython's C API through its CPyExt subsystem.
 .
 PyPy is a fast, compliant alternative implementation of the Python language
 (2.7).

pypy-doc: developer Documentation for PyPy (an alternative Python interpreter)

 The Developer documentation for PyPy. This mostly covers the internals of
 PyPy, and development of PyPy itself.
 .
 PyPy is a fast, compliant alternative implementation of the Python language
 (2.7).

pypy-lib: standard library for PyPy (an alternative Python interpreter)

 The PyPy standard library. This is a combination of modules, copied directly
 from cpython, modified cpython modules, and modules entirely re-implemented
 (usually in pure Python, where they are C extensions in cpython).
 .
 PyPy is a fast, compliant alternative implementation of the Python language
 (2.7).

pypy-lib-testsuite: standard library test suite for PyPy (an alternative Python interpreter)

 The complete test suite for the PyPy standard library.
 .
 PyPy is a fast, compliant alternative implementation of the Python language
 (2.7).

pypy-tk: Tkinter module for PyPy (an alternative Python interpreter)

 A module for writing portable GUI applications with PyPy using Tk.
 Also known as Tkinter.
 .
 PyPy is a fast, compliant alternative implementation of the Python language
 (2.7).

python-pypy.sandbox: sandboxed PyPy interpreter

 A version of PyPy that runs fully "virtualized", where an external process
 controls all input/output. This is a secure sandbox, it is safe to run any
 untrusted Python code with it. The Python code cannot see or modify any local
 file except via interaction with the external process.
 .
 PyPy is a fast, compliant alternative implementation of the Python language
 (2.7).