Change logs for python3.9 source package in Hirsute

  • python3.9 (3.9.5-3ubuntu0~21.04.1) hirsute-security; urgency=medium
    
      * SECURITY UPDATE: Denial of Service
         - debian/patches/CVE-2021-3737.patch: addresses the potential for the
           urllib http client to enter into an infinite loop and hang on a 100
           Continue response from a malicious server.
         - debian/patches/CVE-2021-3737_test-fix.patch: improves the regression
           test in Lib/test/test_httplib.py
         - CVE-2021-3737_test-fix.patch
    
     -- Ian Constantin <email address hidden>  Thu, 18 Nov 2021 11:00:48 -0500
  • python3.9 (3.9.5-3~21.04) hirsute; urgency=medium
    
      * SRU: LP: #1899159: Backport Python 3.9.5 to 21.04.
    
     -- Matthias Klose <email address hidden>  Tue, 11 May 2021 10:20:37 +0200
  • python3.9 (3.9.4-1) experimental; urgency=medium
    
      * Python 3.9.4 release.
    
     -- Matthias Klose <email address hidden>  Sun, 04 Apr 2021 21:38:44 +0200
  • python3.9 (3.9.3-1ubuntu2) hirsute; urgency=medium
    
      * Fix flags substitutions for _sysconfigdata.
      * Revert the fix for issue #42500, breaking ABI on 32bit architectures.
    
     -- Matthias Klose <email address hidden>  Sun, 04 Apr 2021 10:15:26 +0200
  • python3.9 (3.9.3-1ubuntu1) hirsute; urgency=medium
    
      * Fix flags substitutions for _sysconfigdata.
    
     -- Matthias Klose <email address hidden>  Sun, 04 Apr 2021 10:15:26 +0200
  • python3.9 (3.9.3-1) experimental; urgency=medium
    
      * Python 3.9.3 release.
        - Fix issue #42988: CVE-2021-3426: Remove the getfile feature of the
          pydoc module which could be abused to read arbitrary files on the
          disk (directory traversal vulnerability).
        - Other security issues without a CVE.
        - Other fixes. See the NEWS file.
      * Move zlib1g-dev dependency to libpython3.9-dev. Closes: #984580.
      * Configure with --libdir=/usr/lib/$(DEB_HOST_MULTIARCH), recording the
        correct LIBDIR in _sysconfigdata.  Also adjust DESTSHARED to install
        lib-dynload into the same location as before the configure change.
        See issue #43229.
    
     -- Matthias Klose <email address hidden>  Sat, 03 Apr 2021 11:27:11 +0200
  • python3.9 (3.9.2-1) unstable; urgency=medium
    
      * Python 3.9.2 release. No changes since 3.9.2~rc1-1.
      * Build idlelib/help.html from source, don't ship the pre-generated file.
      * Autopkg tests:
        - Run testsuite{,-dbg} autopkg tests with allow-stderr. Closes: #983305.
        - Run again in testsuite instead of failing-tests: test_ftplib,
          test_httplib test_imaplib test_nntplib test_poplib test_ssl.
        - Run test_distutils and test_site tests again.
    
     -- Matthias Klose <email address hidden>  Sun, 28 Feb 2021 18:03:44 +0100
  • python3.9 (3.9.2-0ubuntu4) hirsute; urgency=medium
    
      * Python 3.9.2 release. No changes since 3.9.2~rc1-1.
      * Build idlelib/help.html from source, don't ship the pre-generated file.
      * Autopkg tests:
        - Run testsuite{,-dbg} autopkg tests with allow-stderr. Closes: #983305.
        - Run again in testsuite instead of failing-tests: test_ftplib,
          test_httplib test_imaplib test_nntplib test_poplib test_ssl.
        - Run test_distutils and test_site tests again.
    
     -- Matthias Klose <email address hidden>  Sat, 27 Feb 2021 13:23:02 +0100
  • python3.9 (3.9.2-0ubuntu3) hirsute; urgency=medium
    
      * Python 3.9.2 release. No changes since 3.9.2~rc1-1.
      * Build idlelib/help.html from source, don't ship the pre-generated file.
      * Autopkg tests:
        - Run testsuite{,-dbg} autopkg tests with allow-stderr. Closes: #983305.
        - Run again in testsuite instead of failing-tests: test_ftplib,
          test_httplib test_imaplib test_nntplib test_poplib test_ssl.
        - Run test_distutils and test_site tests again.
    
     -- Matthias Klose <email address hidden>  Sat, 27 Feb 2021 13:23:02 +0100
  • python3.9 (3.9.2-0ubuntu2) hirsute; urgency=medium
    
      * Python 3.9.2 release. No changes since 3.9.2~rc1-1.
      * Build idlelib/help.html from source, don't ship the pre-generated file.
    
    python3.9 (3.9.2~rc1-1) experimental; urgency=medium
    
      * Python 3.9.2 release candidate 1. Changes since 3.9.1-4:
        - Fix issue #42967, web cache poisoning vulnerability.
        - Fix issue #42938, explicitly disable bracketed paste in the interactive
          interpreter. Closes: #979154.
      * Fix permissions and group for local directories. Closes: #962422.
      * Build a python3.9-full package.
      * idle-python3.9: Drop dependency on libjs-mathjax, Unused in 3.8 and 3.9.
      * python3.9-doc: Fix links to the documentation in /usr/share/doc/python3.9.
      * Refresh patches.
    
     -- Matthias Klose <email address hidden>  Sat, 20 Feb 2021 12:05:08 +0100
  • python3.9 (3.9.2-0ubuntu1) hirsute; urgency=medium
    
      * Python 3.9.2 release. No changes since 3.9.2~rc1-1.
      * Build idlelib/help.html from source, don't ship the pre-generated file.
    
    python3.9 (3.9.2~rc1-1) experimental; urgency=medium
    
      * Python 3.9.2 release candidate 1. Changes since 3.9.1-4:
        - Fix issue #42967, web cache poisoning vulnerability.
        - Fix issue #42938, explicitly disable bracketed paste in the interactive
          interpreter. Closes: #979154.
      * Fix permissions and group for local directories. Closes: #962422.
      * Build a python3.9-full package.
      * idle-python3.9: Drop dependency on libjs-mathjax, Unused in 3.8 and 3.9.
      * python3.9-doc: Fix links to the documentation in /usr/share/doc/python3.9.
      * Refresh patches.
    
     -- Matthias Klose <email address hidden>  Sat, 20 Feb 2021 12:05:08 +0100
  • python3.9 (3.9.1-4) unstable; urgency=medium
    
      * Update to the 3.9 branch 2021-02-04.
      * Fix issue #43030, compiler warning in Py_UNICODE_ISSPACE with
        signed wchar_t. Closes: #961396.
      * Depend on media-types instead of mime-support. Closes: #981016.
      * Fix permissions and group for local directories. Closes: #962422.
    
     -- Matthias Klose <email address hidden>  Fri, 05 Feb 2021 14:46:56 +0100
  • python3.9 (3.9.1-3) unstable; urgency=medium
    
      * Update to the 3.9 branch 2021-01-20.
      * Configure again --with-system-libmpdec.
      * Update symbols files.
    
     -- Matthias Klose <email address hidden>  Wed, 20 Jan 2021 15:49:22 +0100
  • python3.9 (3.9.1-2) unstable; urgency=medium
    
      * Update to the 3.9 branch 2021-01-10.
    
     -- Matthias Klose <email address hidden>  Sun, 10 Jan 2021 16:42:50 +0100
  • python3.9 (3.9.1-1) unstable; urgency=medium
    
      * Python 3.9.1 release.
    
     -- Matthias Klose <email address hidden>  Tue, 08 Dec 2020 08:51:42 +0100
  • python3.9 (3.9.1~rc1-2) unstable; urgency=medium
    
      * Don't expect the test_ttk_textonly test to pass.
    
     -- Matthias Klose <email address hidden>  Fri, 27 Nov 2020 20:38:39 +0100
  • python3.9 (3.9.1~rc1-1) unstable; urgency=medium
    
      * Python 3.9.1 release candidate 1.
      * libpython3.9-stdlib: Depend on tzdata, recommend ca-certificates.
      * libpython3.9-stdlib: Depend on media-types | mime-support instead of
        mime-support.
      * Update VCS attributes.
      * Add python3-tk test dependency for the failing-tests* autopkg tests.
      * Bump standards version.
      * Add build conflict with git, or else the git information of the packaging
        is encoded in the upstream version information.
      * Build with -fno-inline-small-functions on hppa and sh4.
        Closes: #972458, #972202.
    
     -- Matthias Klose <email address hidden>  Fri, 27 Nov 2020 09:20:22 +0100
  • python3.9 (3.9.0-5) unstable; urgency=medium
    
      * Update to the 3.9 branch 2020-10-19.
      * python3.9-venv: Depend on python3-distutils.
    
     -- Matthias Klose <email address hidden>  Mon, 19 Oct 2020 11:51:18 +0200