Change logs for python3.8 source package in Groovy

  • python3.8 (3.8.10-0ubuntu1~20.10.1) groovy-proposed; urgency=medium
    
      * SRU: LP: #1928057. Backport Python 3.8.10 to 20.10.
      * Python 3.8.10 release.
      * Refresh patches.
      * Call python with -S when checking the minimal set of modules.
      * Try to detect whether python3-venv is missing (Stefano Rivera).
        Addresses: #977887.
      * Build a python3.8-full package.
      * Don't configure with --with-system-libmpdec for the backport.
    
    python3.8 (3.8.9-1) UNRELEASED; urgency=medium
    
      * Python 3.8.9 release.
    
    python3.8 (3.8.7-1) unstable; urgency=medium
    
      * Python 3.8.7 release.
    
    python3.8 (3.8.7~rc1-1) unstable; urgency=medium
    
      * Python 3.8.7 release candidate 1.
      * Bump standards and debhelper versions.
      * Don't expect the test_ttk_textonly test to pass.
      * Add python3-tk test dependency for the failing-tests* autopkg tests.
      * Update symbols files.
    
     -- Matthias Klose <email address hidden>  Wed, 02 Jun 2021 12:49:15 +0200
  • python3.8 (3.8.10-0ubuntu1~20.10) groovy-proposed; urgency=medium
    
      * SRU: LP: #1928057. Backport Python 3.8.10 to 20.04 LTS.
      * Python 3.8.10 release.
      * Refresh patches.
      * Call python with -S when checking the minimal set of modules.
      * Try to detect whether python3-venv is missing (Stefano Rivera).
        Addresses: #977887.
      * Build a python3.8-full package.
    
    python3.8 (3.8.9-1) UNRELEASED; urgency=medium
    
      * Python 3.8.9 release.
    
    python3.8 (3.8.7-1) unstable; urgency=medium
    
      * Python 3.8.7 release.
    
    python3.8 (3.8.7~rc1-1) unstable; urgency=medium
    
      * Python 3.8.7 release candidate 1.
      * Bump standards and debhelper versions.
      * Don't expect the test_ttk_textonly test to pass.
      * Add python3-tk test dependency for the failing-tests* autopkg tests.
      * Update symbols files.
    
     -- Matthias Klose <email address hidden>  Wed, 02 Jun 2021 12:49:15 +0200
  • python3.8 (3.8.6-1ubuntu0.3) groovy-security; urgency=medium
    
      * SECURITY UPDATE: improper handling of octal strings in ipaddress
        - debian/patches/CVE-2021-29921.patch: no longer tolerate leading zeros
          in IPv4 addresses in Lib/ipaddress.py, Lib/test/test_ipaddress.py.
        - CVE-2021-29921
    
     -- Marc Deslauriers <email address hidden>  Thu, 27 May 2021 09:28:02 -0400
  • python3.8 (3.8.6-1ubuntu0.2) groovy-security; urgency=medium
    
      * SECURITY UPDATE: Code execution from content received via HTTP
        - debian/patches/CVE-2020-27619-3.8.patch: no longer call eval() on
          content received via HTTP in Lib/test/multibytecodec_support.py.
        - CVE-2020-27619
      * SECURITY UPDATE: Buffer overflow
        - debian/patches/CVE-2021-3177-3.8.patch: replace snprintf with Python unicode
          formatting in ctypes param reprs in Lib/ctypes/test/test_parameters.py,
          Modules/_ctypes/callproc.c.
        - CVE-2021-3177
      * Skipping test_idle in riscv64 arch
        - debian/rules: adding test_idle to TEST_EXCLUDES in riscv64 arch due it
          hangs in build time.
    
     -- Leonidas Da Silva Barbosa <email address hidden>  Wed, 27 Jan 2021 12:42:20 -0300
  • python3.8 (3.8.6-1) unstable; urgency=medium
    
      * Python 3.8.6 release.
    
     -- Matthias Klose <email address hidden>  Fri, 25 Sep 2020 11:36:53 +0200
  • python3.8 (3.8.6~rc1-2) unstable; urgency=medium
    
      * Work around issue #41760, build the docs with sphinx 3.2.1.
    
     -- Matthias Klose <email address hidden>  Mon, 14 Sep 2020 12:42:51 +0200
  • python3.8 (3.8.5-2ubuntu1) groovy; urgency=medium
    
      * Fix FTBFS with sphinx 3.2.
      * Fix string.rst & function.rst ftbfs.
    
     -- Dimitri John Ledkov <email address hidden>  Thu, 20 Aug 2020 23:19:57 +0100
  • python3.8 (3.8.5-2) unstable; urgency=medium
    
      * Don't build with system mpdecimal, which will be updated to 2.5,
        not compatible with Python 3.8.
    
     -- Matthias Klose <email address hidden>  Sun, 02 Aug 2020 17:09:07 +0200
  • python3.8 (3.8.5-1) unstable; urgency=medium
    
      * Python 3.8.5 release.
        - Fix issue 41295, regression on __setattr__ in multiinheritance with
           metaclasses. Closes: #965069.
    
     -- Matthias Klose <email address hidden>  Mon, 20 Jul 2020 20:32:44 +0200
  • python3.8 (3.8.4-1) unstable; urgency=medium
    
      * Python 3.8.4 release.
      * Update VCS attributes in the control file.
    
     -- Matthias Klose <email address hidden>  Mon, 13 Jul 2020 23:16:07 +0200
  • python3.8 (3.8.4~rc1-1) unstable; urgency=medium
    
      * Python 3.8.4 release candidate 1.
    
     -- Matthias Klose <email address hidden>  Wed, 01 Jul 2020 17:31:45 +0200
  • python3.8 (3.8.3-1) unstable; urgency=medium
    
      * Python 3.8.3 release.
      * Add XB-Cnf-Visible-Pkgname header on the python*-minimal package to
        point command-not-found at the full one. LP: #1867157
    
     -- Matthias Klose <email address hidden>  Thu, 14 May 2020 13:03:12 +0200
  • python3.8 (3.8.2-1ubuntu1.1) focal-security; urgency=medium
    
      * SECURITY UPDATE: CRLF injection
        - debian/patches/CVE-2019-18348.patch: disallow control characters
          in hostnames in http.client in Lib/http/client.py, Lib/test/test_*.py.
        - CVE-2019-18348
      * SECURITY UPDATE: Denial of service
        - debian/patches/CVE-2020-8492.patch: fix the regex to prevent
          the regex denial of service in Lib/urllib/request.py,
        - CVE-2020-8492
    
     -- <email address hidden> (Leonidas S. Barbosa)  Mon, 27 Apr 2020 12:53:34 -0300
  • python3.8 (3.8.2-1ubuntu1) focal; urgency=medium
    
      * Add XB-Cnf-Visible-Pkgname header on the python*-minimal package to
        point command-not-found at the full one. LP: #1867157
    
     -- Dimitri John Ledkov <email address hidden>  Fri, 13 Mar 2020 10:14:16 +0000