Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.debian.maint.python > #15990
| 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 <alexandre.detiste@gmail.com> |
| 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 | <IVbdw-6MeL-15@gated-at.bofh.it> (permalink) |
| References | <IRUCd-4BgV-1@gated-at.bofh.it> <IUGW5-6srd-1@gated-at.bofh.it> <IUIEx-6tg6-1@gated-at.bofh.it> <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> |
| X-Mailbox-Line | From debian-python-request@lists.debian.org Sun Jun 30 22:21:47 2024 |
| Old-Return-Path | <alexandre.detiste@gmail.com> |
| 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 | <debian-python@lists.debian.org> archive/latest/22026 |
| List-ID | <debian-python.lists.debian.org> |
| List-URL | <https://lists.debian.org/debian-python/> |
| 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 <debian-python@lists.debian.org> |
| X-Original-Date | Mon, 1 Jul 2024 00:21:03 +0200 |
| X-Original-Message-ID | <CADsTwjJjdh7wNKj_Sms0ELv+OJEL2iW3z6t-wQ48=nxwZUjEYA@mail.gmail.com> |
| X-Original-References | <ZnX5d96bgqXsCPQZ@eamanu> <CADsTwjJ1tcT4HtZLT4GvJ9cojyM-1f6zn9vJfsj2R7YuEQ0Zvg@mail.gmail.com> <D27CB03F-B929-48FC-B4DD-26A1E5560516@kitterman.com> <10060872.9BZC55eSLE@soren-desktop> <1db1de95-fb2d-4ecc-9e28-af40d8900733@t-online.de> <20240629181310.wmqh3krtaptvhmhk@yuggoth.org> <CADsTwjLQAvqv5CDOG4BKdwFxQk_F87Uma-8GYQf_q6UV8ALWvA@mail.gmail.com> <ZoHXfCP_70BZKTaR@eamanu> |
| Xref | csiph.com linux.debian.maint.python:15990 |
Show key headers only | 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 | Next — Previous in thread | Next in thread | Find similar | Unroll 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