Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.debian.maint.python > #15990

Re: Finalize Python 3.12. migration (Re: Proposal IRC meeting DPT)

From Alexandre Detiste <alexandre.detiste@gmail.com>
Newsgroups linux.debian.maint.python
Subject Re: Finalize Python 3.12. migration (Re: Proposal IRC meeting DPT)
Date 2024-07-01 00:30 +0200
Message-ID <IVbdw-6MeL-15@gated-at.bofh.it> (permalink)
References (3 earlier) <IUKdj-6uig-11@gated-at.bofh.it> <IUKwF-6upa-3@gated-at.bofh.it> <IUL9n-6uRr-1@gated-at.bofh.it> <IUMyu-6wkL-7@gated-at.bofh.it> <IVaU9-6M8t-1@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


Le lun. 1 juil. 2024 à 00:09, Emmanuel Arias <eamanu@debian.org> a écrit :
> On Sat, Jun 29, 2024 at 10:08:46PM +0200, Alexandre Detiste wrote:
> > Here I was precisely asking about the remaining open 46 bugs [0]
> > that ask to remove the (mostly stale) "python3-distutils" dependencies.
>
> > Making these bugs RC now seems like a reasonable idea.
> Make sense.
>
> I think that we can tackle this (?). Searching this: `python3-distutils path:debian/control`
> I found around 90 packages.
>
> I don't know the steps to do this, but I think fill RC bugs and then

Graham filled these bugs back then, but I raised the severity.

I have this script [s] but it seems it gives me false positives.

An official transition tracker would be easier for everyone.
(it uses the "ben" syntax/tool too underneath)
   https://release.debian.org/transitions/

I fixed the one Orphaned package: it was easy ;-)
 https://sources.debian.org/src/djvubind/1.2.1-6/debian/patches/remove-distutils.patch/

[s]
#!/bin/sh
Sources=/var/lib/apt/lists/ftp.be.debian.org_debian_dists_unstable_*_source_Sources
Packages=/var/lib/apt/lists/ftp.be.debian.org_debian_dists_unstable_*_binary-amd64_Packages
ben query '.build-depends ~ "python3-distutils"' $Sources -s Package,Maintainer
ben query '.build-depends-indep ~ "python3-distutils"' $Sources -s
Package,Maintainer
ben query '.depends ~ "python3-distutils"' $Packages -s Package,Maintainer

Back to linux.debian.maint.python | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

Proposal IRC meeting DPT Emmanuel Arias <eamanu@debian.org> - 2024-06-22 00:10 +0200
  Re: Proposal IRC meeting DPT weepingclown <weepingclown@disroot.org> - 2024-06-22 00:20 +0200
    Re: Proposal IRC meeting DPT Emmanuel Arias <eamanu@debian.org> - 2024-06-22 03:10 +0200
      Re: Proposal IRC meeting DPT Mechtilde <ooo@mechtilde.de> - 2024-06-22 08:40 +0200
  Re: Proposal IRC meeting DPT Matthias Klose <doko@debian.org> - 2024-06-24 10:50 +0200
    Re: Proposal IRC meeting DPT Matthias Klose <doko@debian.org> - 2024-06-29 10:50 +0200
      Re: Proposal IRC meeting DPT Alexandre Detiste <alexandre.detiste@gmail.com> - 2024-06-29 16:10 +0200
        Re: Proposal IRC meeting DPT Scott Kitterman <debian@kitterman.com> - 2024-06-29 18:00 +0200
          Re: Proposal IRC meeting DPT Soren Stoutner <soren@debian.org> - 2024-06-29 19:40 +0200
            Finalize Python 3.12. migration (Re: Proposal IRC meeting DPT) Carsten Schoenert <c.schoenert@t-online.de> - 2024-06-29 20:00 +0200
              Re: Finalize Python 3.12. migration (Re: Proposal IRC meeting DPT) Jeremy Stanley <fungi@yuggoth.org> - 2024-06-29 20:40 +0200
                Re: Finalize Python 3.12. migration (Re: Proposal IRC meeting DPT) Alexandre Detiste <alexandre.detiste@gmail.com> - 2024-06-29 22:10 +0200
                Re: Finalize Python 3.12. migration (Re: Proposal IRC meeting DPT) Emmanuel Arias <eamanu@debian.org> - 2024-07-01 00:10 +0200
                Re: Finalize Python 3.12. migration (Re: Proposal IRC meeting DPT) Alexandre Detiste <alexandre.detiste@gmail.com> - 2024-07-01 00:30 +0200
            Re: Proposal IRC meeting DPT Scott Kitterman <debian@kitterman.com> - 2024-06-29 20:30 +0200
              Re: Proposal IRC meeting DPT Soren Stoutner <soren@debian.org> - 2024-06-29 21:20 +0200
              Re: Proposal IRC meeting DPT Louis-Philippe Véronneau <pollo@debian.org> - 2024-06-30 05:40 +0200
              Re: Proposal IRC meeting DPT Matthias Klose <doko@debian.org> - 2024-07-01 20:10 +0200
                Re: Proposal IRC meeting DPT Scott Kitterman <debian@kitterman.com> - 2024-07-01 20:20 +0200

csiph-web