[ubuntu/disco-proposed] python3.8 3.8.0-1~19.04 (Accepted)

Matthias Klose doko at ubuntu.com
Mon Oct 21 10:52:30 UTC 2019


python3.8 (3.8.0-1~19.04) disco-proposed; urgency=medium

  * SRU: LP: #1835737. Backport the final Python 3.8.0 release.

python3.8 (3.8.0-1) unstable; urgency=medium

  * Python 3.8.0 release.

python3.8 (3.8.0~rc1-3) unstable; urgency=medium

  * Apply proposed patch for issue 38368. LP: #1847036. Addresses: #941650.

python3.8 (3.8.0~rc1-2) unstable; urgency=medium

  * Python 3.8.0 release candidate 1.
  * Refresh patches.
  * Update symbols files.
  * Bump standards version.

python3.8 (3.8.0~b4-1) unstable; urgency=medium

  * Python 3.8.0 beta 4 release.

python3.8 (3.8.0~b3-1) unstable; urgency=medium

  * Python 3.8.0 beta 3 release.
  * Fix FTCBFS: (Helmut Grohne). Closes: #932077.
    + Build-Depends, when cross compiling we need python3.8.
    + Export CC, because dtrace needs it.
    + Honour DEB_BUILD_OPTIONS=nocheck more thoroughly.
    + Fix up sysconfigdata-name.diff.
  * Implement the native thread ids for the Hurd and KFreeBSD (Samuel
    Thibault). Closes: #931624.
  * Enable pgo/lto builds on arm64. Addresses: #934812.
  * Update symbols files.
  * Don't propagate lto flags to the _sysconfigdata module. Addresses: #934771.
  * d/patches/issue35998.diff: Disable TLS1.3 in the client on all platforms
    rather than just reducing the payload size (Michael Hudson-Doyle).

python3.8 (3.8.0~b2-5) unstable; urgency=high

  * Bump standards version.
  * Revert the KFreeBSD and Hurd fix for PyThread_get_thread_native_id,
    and use the implementation from Python3.7.  Mark the symbol as linux only.
  * Don't encode the MACHDEP into the _sysconfigdata file name.

python3.8 (3.8.0~b2-4) unstable; urgency=medium

  * Fix the LTO build.

python3.8 (3.8.0~b2-3) unstable; urgency=medium

  * Define PY_HAVE_THREAD_NATIVE_ID for KFreeBSD and Hurd builds.
  * Fix issue #37504, building the texinfo docs (Dmitry Shachnev).
  * Enable LTO/PGO builds on some architectures.

python3.8 (3.8.0~b2-1) experimental; urgency=medium

  * Python 3.8.0 beta 2 release.
  * Refresh patches.
  * Update the symbols files.
  * Don't build the texinfo documentation, fails. See issue #37504.

python3.8 (3.8.0~b1-2) experimental; urgency=medium

  * Fix include links in python3.8-dbg.

python3.8 (3.8.0~b1-1) experimental; urgency=medium

  * Python 3.8.0 beta 1 release.
  * Refresh patches.
  * Add new importlib dependencies to python3-minimal.
  * Update symbols files.

python3.8 (3.8.0~a4-3) experimental; urgency=medium

  * Update symbols files.

python3.8 (3.8.0~a4-2) experimental; urgency=medium

  * Update to 20190514 from the trunk.
  * Fix interpreter name in the -dbg autopkg tests.
  * Enable dtrace/USDT probe support (--with-dtrace) and build-dep on
    systemtap-sdt-dev (Trent Lloyd). LP: #1818778.

python3.8 (3.8.0~a4-1) experimental; urgency=medium

  * Python 3.8.0 alpha 4 release.
  * Upstream removed the "m" modifier, directory names now don't have the
    "m" encoded anymore in file and directory names.
  * Refresh patches.
  * Update symbols files.

Date: Tue, 15 Oct 2019 18:27:37 +0200
Changed-By: Matthias Klose <doko at ubuntu.com>
Maintainer: Matthias Klose <doko at debian.org>
https://launchpad.net/ubuntu/+source/python3.8/3.8.0-1~19.04
-------------- next part --------------
Format: 1.8
Date: Tue, 15 Oct 2019 18:27:37 +0200
Source: python3.8
Architecture: source
Version: 3.8.0-1~19.04
Distribution: disco-proposed
Urgency: high
Maintainer: Matthias Klose <doko at debian.org>
Changed-By: Matthias Klose <doko at ubuntu.com>
Closes: 931624 932077
Launchpad-Bugs-Fixed: 1818778 1835737 1847036
Changes:
 python3.8 (3.8.0-1~19.04) disco-proposed; urgency=medium
 .
   * SRU: LP: #1835737. Backport the final Python 3.8.0 release.
 .
 python3.8 (3.8.0-1) unstable; urgency=medium
 .
   * Python 3.8.0 release.
 .
 python3.8 (3.8.0~rc1-3) unstable; urgency=medium
 .
   * Apply proposed patch for issue 38368. LP: #1847036. Addresses: #941650.
 .
 python3.8 (3.8.0~rc1-2) unstable; urgency=medium
 .
   * Python 3.8.0 release candidate 1.
   * Refresh patches.
   * Update symbols files.
   * Bump standards version.
 .
 python3.8 (3.8.0~b4-1) unstable; urgency=medium
 .
   * Python 3.8.0 beta 4 release.
 .
 python3.8 (3.8.0~b3-1) unstable; urgency=medium
 .
   * Python 3.8.0 beta 3 release.
   * Fix FTCBFS: (Helmut Grohne). Closes: #932077.
     + Build-Depends, when cross compiling we need python3.8.
     + Export CC, because dtrace needs it.
     + Honour DEB_BUILD_OPTIONS=nocheck more thoroughly.
     + Fix up sysconfigdata-name.diff.
   * Implement the native thread ids for the Hurd and KFreeBSD (Samuel
     Thibault). Closes: #931624.
   * Enable pgo/lto builds on arm64. Addresses: #934812.
   * Update symbols files.
   * Don't propagate lto flags to the _sysconfigdata module. Addresses: #934771.
   * d/patches/issue35998.diff: Disable TLS1.3 in the client on all platforms
     rather than just reducing the payload size (Michael Hudson-Doyle).
 .
 python3.8 (3.8.0~b2-5) unstable; urgency=high
 .
   * Bump standards version.
   * Revert the KFreeBSD and Hurd fix for PyThread_get_thread_native_id,
     and use the implementation from Python3.7.  Mark the symbol as linux only.
   * Don't encode the MACHDEP into the _sysconfigdata file name.
 .
 python3.8 (3.8.0~b2-4) unstable; urgency=medium
 .
   * Fix the LTO build.
 .
 python3.8 (3.8.0~b2-3) unstable; urgency=medium
 .
   * Define PY_HAVE_THREAD_NATIVE_ID for KFreeBSD and Hurd builds.
   * Fix issue #37504, building the texinfo docs (Dmitry Shachnev).
   * Enable LTO/PGO builds on some architectures.
 .
 python3.8 (3.8.0~b2-1) experimental; urgency=medium
 .
   * Python 3.8.0 beta 2 release.
   * Refresh patches.
   * Update the symbols files.
   * Don't build the texinfo documentation, fails. See issue #37504.
 .
 python3.8 (3.8.0~b1-2) experimental; urgency=medium
 .
   * Fix include links in python3.8-dbg.
 .
 python3.8 (3.8.0~b1-1) experimental; urgency=medium
 .
   * Python 3.8.0 beta 1 release.
   * Refresh patches.
   * Add new importlib dependencies to python3-minimal.
   * Update symbols files.
 .
 python3.8 (3.8.0~a4-3) experimental; urgency=medium
 .
   * Update symbols files.
 .
 python3.8 (3.8.0~a4-2) experimental; urgency=medium
 .
   * Update to 20190514 from the trunk.
   * Fix interpreter name in the -dbg autopkg tests.
   * Enable dtrace/USDT probe support (--with-dtrace) and build-dep on
     systemtap-sdt-dev (Trent Lloyd). LP: #1818778.
 .
 python3.8 (3.8.0~a4-1) experimental; urgency=medium
 .
   * Python 3.8.0 alpha 4 release.
   * Upstream removed the "m" modifier, directory names now don't have the
     "m" encoded anymore in file and directory names.
   * Refresh patches.
   * Update symbols files.
Checksums-Sha1:
 b3a7dcdd15f80118cce7f1e9b2faba3253ae373a 3464 python3.8_3.8.0-1~19.04.dsc
 bdf566b756272179b1e64fc9136d73f77abff4e1 209496 python3.8_3.8.0-1~19.04.debian.tar.xz
 c148680eda630bd197d1526f3f48087524536b6e 11138 python3.8_3.8.0-1~19.04_source.buildinfo
Checksums-Sha256:
 7632ac341051eab9e45cc2fc8ddd1d040020d0dbd8cf2d13c39eb2e45be67a93 3464 python3.8_3.8.0-1~19.04.dsc
 b9a3aae3b8d5450784a2d5d6f73e6e31e82958c1b6f889ea740498f45485a9d4 209496 python3.8_3.8.0-1~19.04.debian.tar.xz
 8c1445ea48a6278a8b4c4a9cb7cf8631880f3fdb1d01fd86f04ed2a715043267 11138 python3.8_3.8.0-1~19.04_source.buildinfo
Files:
 13690eed9085b626bedf71b8e29e838b 3464 python optional python3.8_3.8.0-1~19.04.dsc
 951bee7e2dd32c695cf6bb9c8f979729 209496 python optional python3.8_3.8.0-1~19.04.debian.tar.xz
 ddfecfcbde58f5ebce65550d708594a5 11138 python optional python3.8_3.8.0-1~19.04_source.buildinfo


More information about the Disco-changes mailing list