Path: csiph.com!news.mixmin.net!sewer!alphared!2.eu.feeder.erje.net!feeder.erje.net!fu-berlin.de!bofh.it!news.nic.it!robomod From: Alexandre Detiste Newsgroups: linux.debian.maint.python Subject: Re: Finalize Python 3.12. migration (Re: Proposal IRC meeting DPT) Date: Mon, 01 Jul 2024 00:30:02 +0200 Message-ID: References: X-Mailbox-Line: From debian-python-request@lists.debian.org Sun Jun 30 22:21:47 2024 Old-Return-Path: X-Amavis-Spam-Status: No, score=-7.199 tagged_above=-10000 required=5.3 tests=[BAYES_00=-2, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, FREEMAIL_FROM=0.001, LDO_WHITELIST=-5, RCVD_IN_DNSWL_NONE=-0.0001] autolearn=ham autolearn_force=no X-Policyd-Weight: using cached result; rate: -5.5 X-Gm-Message-State: AOJu0YzYvzXAvX9R7N4g2S0uwBxu0DN7YK5e0XEvUWl3ujTNZyuZFwQ5 Jr+hD7aF0ss/Pl+BWSggdbb2HOuW9koZqN6ZJ6esBALQwi5ozvYgSGg2E5Tbi79OF232zlouza+ UyIoPKL1J1RJGrsqswKhGQzbeIqo= X-Google-SMTP-Source: AGHT+IFlHDLZjxIhBOR3BnYjqJRmokr4ZVrXfHfmiHasFZIe0TpLZaT6qqOkvNo6T4qYVjUsulAmfC5sWmkhWhiF+Nw= X-Received: by 2002:a25:d386:0:b0:e02:bc84:3c6e with SMTP id 3f1490d57ef6-e036eba0cb2mr4056156276.35.1719786074600; Sun, 30 Jun 2024 15:21:14 -0700 (PDT) MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Mailing-List: archive/latest/22026 List-ID: List-URL: List-Archive: https://lists.debian.org/msgid-search/CADsTwjJjdh7wNKj_Sms0ELv+OJEL2iW3z6t-wQ48=nxwZUjEYA@mail.gmail.com Approved: robomod@news.nic.it Lines: 38 Organization: linux.* mail to news gateway Sender: robomod@news.nic.it X-Original-Cc: Debian Python X-Original-Date: Mon, 1 Jul 2024 00:21:03 +0200 X-Original-Message-ID: X-Original-References: <10060872.9BZC55eSLE@soren-desktop> <1db1de95-fb2d-4ecc-9e28-af40d8900733@t-online.de> <20240629181310.wmqh3krtaptvhmhk@yuggoth.org> Xref: csiph.com linux.debian.maint.python:15990 Le lun. 1 juil. 2024 =C3=A0 00:09, Emmanuel Arias a =C3= =A9crit : > 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 p= ath: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-dist= utils.patch/ [s] #!/bin/sh Sources=3D/var/lib/apt/lists/ftp.be.debian.org_debian_dists_unstable_*_sour= ce_Sources Packages=3D/var/lib/apt/lists/ftp.be.debian.org_debian_dists_unstable_*_bin= ary-amd64_Packages ben query '.build-depends ~ "python3-distutils"' $Sources -s Package,Mainta= iner ben query '.build-depends-indep ~ "python3-distutils"' $Sources -s Package,Maintainer ben query '.depends ~ "python3-distutils"' $Packages -s Package,Maintainer