Change logs for pypy source package in Disco

  • pypy (7.0.0+dfsg-3) unstable; urgency=medium
    
      * Update watch file regex, upstream calls it pypy2.7 now.
      * pypycompile and pypyclean now read namespaces from /usr/share/pypy/ns
        (following dh_pypy). (Closes: #924676)
        - Breaks old pypy-backports.functools-lru-cache, using the old location.
    
     -- Stefano Rivera <email address hidden>  Sun, 24 Mar 2019 11:07:07 -0400
  • pypy (7.0.0+dfsg-2) unstable; urgency=medium
    
      * Remove dh_builddeb override, no longer necessary.
      * Bump Standards-Version to 4.3.0, no changes needed.
      * Patch from upstream release branch: hypothesis-crashes: Handle older
        hypothesis versions better.
      * Patch hurd-sysmacros: Include <sys/sysmacros.h> on GNU/Hurd.
        (Closes: #921937)
      * Use /usr/share/dpkg/architecture.mk to export DEB_HOST_MULTIARCH.
    
     -- Stefano Rivera <email address hidden>  Tue, 12 Feb 2019 14:41:21 -0800
  • pypy (7.0.0+dfsg-1) unstable; urgency=medium
    
      * New upstream release.
      * Refresh patches.
      * Drop patches avoid-rvmprof-dummy, hurd, and rvmprof-dummy. Superseded
        upstream.
      * Update copyright.
      * Clean up after the new "extra_tests" directory.
    
     -- Stefano Rivera <email address hidden>  Thu, 07 Feb 2019 15:34:43 +0200
  • pypy (6.0.0+dfsg-4) unstable; urgency=medium
    
       * Replace patch dots-gctransform with graphlib-dots: Print some more
         mandlebrot while breaking cycles, to avoid build timeouts.
       * Add namespace package support.
       * Add some superficial autopkgtests.
    
     -- Stefano Rivera <email address hidden>  Wed, 30 Jan 2019 13:27:19 +0100
  • pypy (6.0.0+dfsg-3) unstable; urgency=medium
    
      * Build in multiarch tuple, even if built with a non-multiarch python.
      * Patch skip-hurd-deadlock: Skip a locking test on hurd, that deadlocks.
      * Patch dots-gctransform: Print some more mandelbrot while "Inlining GC
        helpers", to avoid timeouts.
    
     -- Stefano Rivera <email address hidden>  Tue, 28 Aug 2018 10:01:22 +0100
  • pypy (6.0.0+dfsg-2) unstable; urgency=medium
    
      * Add support for hurd-i386 (Closes: #904076), with some patches from
        upstream. Thanks Samuel Thibault.
        - rvmprof-dummy: A fix for rvmprof.dummy
        - avoid-rvmprof-dummy: Disable rvmprof on platforms that won't support it
        - hurd: The main platform support patch.
      * pypy{compile,clean}: Don't attempt to byte-compile (or clean) python
        scripts in /usr/share/doc, when using the -p flag to find all scripts in a
        package. (Closes: #904521)
      * Add temporary cleanup code to pypyclean, removing any byte-compiled files
        that were created due to the above bug.
      * Bump Standards-Version to 4.2.0, no changes needed.
    
     -- Stefano Rivera <email address hidden>  Sat, 18 Aug 2018 12:18:35 -0700