Change logs for dh-python source package in Disco

  • dh-python (3.20190308) unstable; urgency=medium
    
      * so2pyver: add a fallback to UTF-8 if locale.getdefaultlocale() returns None
        closes: 923990
    
     -- Piotr Ożarowski <email address hidden>  Fri, 08 Mar 2019 08:23:50 +0100
  • dh-python (3.20180927ubuntu2) disco; urgency=medium
    
      * Update doctests in dhpython/interpreter to use Python 3.7 instead of
        Python 3.6.
    
     -- Michael Hudson-Doyle <email address hidden>  Sun, 04 Nov 2018 21:15:48 +0000
  • dh-python (3.20180927ubuntu1) disco; urgency=medium
    
      * Update default Python version.
    
    dh-python (3.20180927) unstable; urgency=medium
    
      [ Ondřej Nový ]
      * Enable verbose mode for nose to comply with Debian Policy 4.2.0
    
      [ Piotr Ożarowski ]
      * dh_python*:
        - remove .../dist-packages/.foo directories (.cache, .pytest_cache, etc.)
        - install debian/python{,3}-foo.bcep files into /usr/share/python{,3}/bcep/
      * dh_python3: generated postinst files will bytecompile for pypy3 if
        /usr/bin/pypy3compile is available (py3clean will remove pypy3 generated
        .pyc files so prerm doesn't require any changes).
        PyPy3 support is still a WIP so pypy3compile errors are ignored for now.
    
     -- Michael Hudson-Doyle <email address hidden>  Thu, 01 Nov 2018 23:10:20 +1300
  • dh-python (3.20180723) unstable; urgency=medium
    
      * dh-python depends on python3-distutils (as most package that use dh-python
        would have to depend on it anyway, closes: 894203)
      * dh_python{2,3}:
        - fix \.so.* symlink renaming for non-default Python versions
          (closes: 739500, 903698)
        - when files cannot be shared between Python versions because of
          differences, print (in --verbose mode) a unified diff for diagnostic
          purposes (closes: 801710, thanks to Barry Warsaw for the original patch)
    
     -- Piotr Ożarowski <email address hidden>  Mon, 23 Jul 2018 14:39:41 +0200