Change logs for pypy source package in Vivid

  • pypy (2.5.0+dfsg-2) experimental; urgency=medium
    
    
      * Add a Depends: pypy to pypy-lib-testsuite - it uses pypycompile on
        install, now. (Closes: #777641)
      * Patch no-shared-export-symbols: Export symbols required by C extensions,
        again.
      * Patch skip-test_multiprocessing: Disable test_multiprocessing, it leaves
        stray processes on buildds (and generally seems buggy).
    
     -- Stefano Rivera <email address hidden>  Wed, 11 Feb 2015 13:36:11 -0800
  • pypy (2.5.0+dfsg-1) experimental; urgency=medium
    
    
      * New upstream release.
      * Refresh patches.
      * Upload to experimental (due to jessie freeze).
      * Drop patches, superseded upstream: sandbox-access, trackgcroot-new-ops,
        ast-segfault, io-double-rewind, streamio-ext-seek,
        ndarray-swapaxes-segfault.
      * Update copyright.
      * Remove buildd RAM check, most buildds are now sufficiently capable, or
        pypy has been blacklisted on them. (Closes: #730216)
      * Adjust multiarch patch to build gracefully under a non-multiarch Python.
      * Rejig maintainer scripts. All byte-compilation now happens in the pypy
        binary package, without triggers.
      * Bump Standards-Version to 3.9.6, no changes needed.
      * Build with --no-shared for now. Upstream now builds a shared library by
        default, but we aren't ready for it.
      * Use valgrind headers on arm64 and ppc64el, they both now support it.
      * Patch no-ssl3: Allow testing without SSLv3 support.
      * Patch test_jit-ffi: Fix a test failure in the JIT.
    
     -- Stefano Rivera <email address hidden>  Mon, 09 Feb 2015 11:13:52 -0800
  • pypy (2.4.0+dfsg-3) unstable; urgency=medium
    
    
      * Switch to noawait triggers on /usr/lib/pypy/lib-python. Byte-compilation
        isn't critical (Closes: #772863).
    
     -- Stefano Rivera <email address hidden>  Sat, 20 Dec 2014 12:44:38 +0200
  • pypy (2.4.0+dfsg-2) unstable; urgency=medium
    
    
      * Patch trackgcroot-new-ops: Fix FTBFS with gcc 4.9.2, expect some new
        operations. (Closes: #771137)
      * Cherry-pick upstream patches for:
        - ast-segfault: an AST compiler crash.
        - io-double-rewind: EINVAL in raw io.
        - streamio-ext-seek: Avoid an crash when fds are unexpectedly seeked.
        - ndarray-swapaxes-segfault: Description: Fix a segfault when doing a noop
          swapaxes.
    
     -- Stefano Rivera <email address hidden>  Wed, 26 Nov 2014 22:51:30 -0800
  • pypy (2.4.0+dfsg-1) unstable; urgency=medium
    
    
      * New upstream release.
      * Update copyright.
      * Refresh patches.
      * Drop patches, superseded upstream: so_reuseport, sqlite-3.8.4.
      * Patch fpic-archs: hppa and x32 require -fPIC (Closes: #760267).
      * Don't attempt to build a JIT on x32.
      * Patch: sandbox-access: Implement os.access, to get the sandbox working in
        2.4.0.
      * Update kFreeBSD releases in patch plat-gnukfreebsd.
      * Clean up local variables in patch plat-linux2-differences.
      * Add lintian overrides for pypy-lib-testsuite, that were missed in the
        stdlib break-up.
      * First multi-arch steps:
        - Patch: multiarch: Add multiarch tag to C extension file names.
        - Build-Depend on dh-exec, to ease installing to multiarch paths.
        - Move pypy-c-sandbox to a multiarch path.
        - Fully qualify (cffi) extension filenames with multiarch tags.
    
     -- Stefano Rivera <email address hidden>  Wed, 24 Sep 2014 00:51:03 -0700
  • pypy (2.3.1+dfsg-1) unstable; urgency=medium
    
    
      * New upstream point release.
        - Includes gdbm module.
          + Build-Depend on libgdbm-dev.
      * Refresh patches.
      * Drop patches, superseded upstream: _struct, gcc-4.9, unknown-cpu.
      * Update copyright.
    
     -- Stefano Rivera <email address hidden>  Tue, 10 Jun 2014 02:07:03 +0200