Change logs for pypy3 source package in Kinetic

  • pypy3 (7.3.9+dfsg-4) unstable; urgency=medium
    
      * Upload to unstable.
    
     -- Stefano Rivera <email address hidden>  Tue, 09 Aug 2022 14:12:13 +0200
  • pypy3 (7.3.9+dfsg-1) unstable; urgency=medium
    
      * New upstream release.
      * Refresh patches.
      * Synchronise module-install-* autopkgtests with python3 3.10.2-7:
        - Test install destination.
        - Test setuptools develop installations.
        - Test installation via pip (in virtualenvs, we don't have a pypy-pip
          package).
      * Correct a typo in the deb_system sysconfig layout.
      * Patch: Fix editable installs with setuptools < 60.0.1.
      * Add missing /local/ to data path in sysconfig posix_local scheme.
      * Improve support for setuptools > 60's bundled distutils in
        _distutils_system_mod, supporting a wider range of versions and more
        reliably selecting the posix_local scheme.
      * Use the same is_virtual_environment() proposed in PEP 668 across the site,
        sysconfig, and distutils modules. Stop checking for PYTHONUSERBASE or
        VIRTUAL_ENV environment variables.
      * Change the "include" and "platinclude" paths in the "posix_local" scheme
        to refer to the location of Python's headers, not the install location for
        modules' C headers.
      * Avoid infinite recursion in _distutils_system_mod when
        SETUPTOOLS_USE_DISTUTILS=local.
      * Avoid crashing in `_distutils_system_mod` if we find an older version of
        distutils (from before `_distutils_system_mod` was implemented).
    
     -- Stefano Rivera <email address hidden>  Thu, 31 Mar 2022 21:37:48 -0400