Change logs for python3.12 source package in Noble

  • python3.12 (3.12.3-1) unstable; urgency=medium
    
      * Python 3.12.3 release.
    
     -- Matthias Klose <email address hidden>  Wed, 10 Apr 2024 07:33:47 +0200
  • python3.12 (3.12.2-5ubuntu3) noble; urgency=medium
    
      * Upload as -5ubuntu3, no changes compared to -5.
    
    python3.12 (3.12.2-5) unstable; urgency=medium
    
      * Update to the 3.12 branch 2024-02-02.
        - Make C API compatible with ISO C90 (GH-116950). Closes: #1064028.
        - Upstream patch for GH-115874.
        - Still identify as "3.12.2", because "3.12.2+" is mis-treated by some
          third-party packages.
      * Use CFLAGS_NODIST, LDFLAGS_NODIST for passing build flags.
      * d/rules: Move configure/build targets for each build together.
      * Drop ffi configure options, obsolete.
      * Re-enable PGO/LTO builds.
    
     -- Matthias Klose <email address hidden>  Tue, 02 Apr 2024 20:40:52 +0200
  • python3.12 (3.12.2-5ubuntu2) noble; urgency=medium
    
      * Make C API compatible with ISO C90 (GH-116950).
      * Filter-out frame-pointer and stack-protector related flags
        from _sysconfigdata.
    
     -- Matthias Klose <email address hidden>  Tue, 02 Apr 2024 12:34:19 +0200
  • python3.12 (3.12.2-5ubuntu1) noble; urgency=medium
    
      * Make C API compatible with ISO C90 (GH-116950).
      * Filter-out frame-pointer related flags from _sysconfigdata.
    
     -- Matthias Klose <email address hidden>  Tue, 02 Apr 2024 12:34:19 +0200
  • python3.12 (3.12.2-4build4) noble; urgency=medium
    
      * No-change rebuild for CVE-2024-3094
    
     -- Steve Langasek <email address hidden>  Sun, 31 Mar 2024 06:51:20 +0000
  • python3.12 (3.12.2-4build3) noble; urgency=medium
    
      * No-change rebuild against libtirpc3t64
    
     -- Steve Langasek <email address hidden>  Tue, 19 Mar 2024 00:13:04 +0000
  • python3.12 (3.12.2-4build2) noble; urgency=medium
    
      * Build again with ssl.
    
     -- Matthias Klose <email address hidden>  Mon, 04 Mar 2024 08:05:54 +0100
  • python3.12 (3.12.2-4) unstable; urgency=medium
    
      [ Stefano Rivera ]
      * Build-Depend on libnsl-dev for NIS support. Closes: #1065128.
    
      [ Matthias Klose ]
      * Fix override files for renamed t64 packages.
      * Fix package names in PVER-dbg maintainer scripts. Addresses: #1065164.
      * Really build without LTO when requested.
      * Disable LTO builds and testsuite for now (mesa t64 transition ...).
    
     -- Matthias Klose <email address hidden>  Sun, 03 Mar 2024 10:11:00 +0100
  • python3.12 (3.12.2-3build7) noble; urgency=medium
    
      * Build again with readline, gdbm, Berkley DB.
    
     -- Matthias Klose <email address hidden>  Sat, 02 Mar 2024 07:43:04 +0100
  • python3.12 (3.12.2-3build4) noble; urgency=medium
    
      * Bootstrap build.
    
     -- Steve Langasek <email address hidden>  Sat, 02 Mar 2024 04:04:49 +0000
  • python3.12 (3.12.2-3build3) noble; urgency=medium
    
      * Bootstrap build.
    
     -- Matthias Klose <email address hidden>  Fri, 01 Mar 2024 16:19:37 +0100
  • python3.12 (3.12.2-3build1) noble; urgency=medium
    
      * Build without some extension modules.
    
     -- Matthias Klose <email address hidden>  Fri, 01 Mar 2024 13:46:56 +0100
  • python3.12 (3.12.2-3) unstable; urgency=medium
    
      * Actually apply the teedataobject_clear patch. Closes: #1063345.
    
     -- Stefano Rivera <email address hidden>  Thu, 29 Feb 2024 11:43:19 -0400
  • python3.12 (3.12.2-2) unstable; urgency=medium
    
      [ Colin Watson ]
      * Don't rely on module state in teedataobject_clear (from Brandt Bucher in
        https://github.com/python/cpython/issues/115874). Closes: #1063345.
    
      [ Steve Langasek ]
      * Rename libraries for 64-bit time_t transition, declare X-Time64-Compat
        to get proper Provides (Steve Langasek). Closes: #1064336.
    
     -- Matthias Klose <email address hidden>  Thu, 29 Feb 2024 02:56:09 +0100
  • python3.12 (3.12.2-1build1) noble; urgency=medium
    
      * No-change rebuild against libtirpc3t64
    
     -- Steve Langasek <email address hidden>  Thu, 29 Feb 2024 09:32:23 +0000
  • python3.12 (3.12.2-1) unstable; urgency=medium
    
      * Python 3.12.2 release.
      * Don't build-depend on systemtap-sdt-dev on the Hurd.
      * Refresh patches.
    
     -- Matthias Klose <email address hidden>  Wed, 07 Feb 2024 21:47:03 +0100
  • python3.12 (3.12.1-2) unstable; urgency=medium
    
      * Fix build with WITH_PYMALLOC_RADIX_TREE=0 (needed for ia64).
    
     -- Matthias Klose <email address hidden>  Fri, 08 Dec 2023 17:20:54 +0100
  • python3.12 (3.12.1-1) unstable; urgency=high
    
      * Python 3.12.1 release.
        - Fix gh-105716, breaking greenlet/eventlet.
      * Update symbols files.
      * Add platform triplets for x86_64 GNU/Hurd (Samuel Thibault).
        Addresses: #1055960.
    
     -- Matthias Klose <email address hidden>  Fri, 08 Dec 2023 10:36:47 +0100
  • python3.12 (3.12.0-7) unstable; urgency=medium
    
      * Update to the 3.12 branch 2023-12-02.
      * Identify as version "3.12.0" instead of "3.12.0+", confusing some
        third party packages.
      * Remove references to the avr architecture. Closes: #1056761.
      * Fix more shebangs. Closes: #1057192.
    
     -- Matthias Klose <email address hidden>  Sat, 02 Dec 2023 13:35:02 +0100
  • python3.12 (3.12.0-6) unstable; urgency=medium
    
      * Fix syntax error in the python3.12-dbg-config script.
    
     -- Matthias Klose <email address hidden>  Sun, 19 Nov 2023 12:32:56 +0100
  • python3.12 (3.12.0-5) unstable; urgency=medium
    
      * libpython3.12-testsuite: Don't attempt to byte-compile files name
        badsyntax_*. Update path for tokenizedata's bad_coding samples.
      * libpython3.12-testsuite: Ignore warnings during byte compilation.
        Closes: #1040279.
      * Replace (currently disabled) hurd_kfreebsd_thread_native_id.diff with
        simply ignoring the relevant symbol on non-Linux. Closes: #1055820.
    
     -- Stefano Rivera <email address hidden>  Sun, 12 Nov 2023 15:37:07 +0200
  • python3.12 (3.12.0-4) unstable; urgency=medium
    
      * Add breaks/replaces for typinganndata move. Closes: #1055680.
    
     -- Matthias Klose <email address hidden>  Fri, 10 Nov 2023 12:33:26 +0100
  • python3.12 (3.12.0-3) unstable; urgency=medium
    
      * Update to the 3.12 branch 2023-11-09.
    
      [ Stefano Rivera ]
      * Add myself as an uploader.
      * Depend on netbase in libpython3.12-stdlib. Closes: #1055172.
    
      [ Matthias Klose ]
      * Fix some lintian warnings.
      * Add loong64 to the multiarch header file. Closes: #1053835.
    
     -- Matthias Klose <email address hidden>  Thu, 09 Nov 2023 11:45:17 +0100
  • python3.12 (3.12.0-1) unstable; urgency=medium
    
      * Python 3.12.0 release.
    
     -- Matthias Klose <email address hidden>  Wed, 04 Oct 2023 08:27:34 +0200