Hi team,
As the Louis-Philippe and Andreas response to my last mail [0]
I would like to propose a (regular?) IRC meeting to try to organize
the work inside the team. I would like to propose an IRC meeting
on 5 July, perhaps a good time could be around 12PM UTC and 4PM UTC?
That date and time work for you? Any different idea, time, hour is
welcome.
I would like to propose the next points:
* List of packages that need to be removed [1] and how could we tackle
them.
* Effort needed to fix py3.12 or should be go directly to 3.13?
* Check possible agenda for Python BoF for DebConf2024.
This is not the final agenda for this possible meeting, I would like
to hear your opinion first :-)
[0] https://lists.debian.org/debian-python/2024/06/msg00045.html
[1] https://wiki.debian.org/Python/Dead%20Batteries
[2] https://pad.dc24.debconf.org/p/python-team-bof
Cheers,
Emmanuel
on 5 July, perhaps a good time could be around 12PM UTC and 4PM UTC?<br>That date and time work for you? Any different idea, time, hour is<br>welcome.<br><br>I would like to propose the next points:<br>* List of packages that need to be removed [1]and how could we tackle<br>them.<br>* Effort needed to fix py3.12 or should be go directly to 3.13?<br>* Check possible agenda for Python BoF for DebConf2024.<br><br>This is not the final agenda for this possible meeting, I would like<br>to hear your
Hi,3.12 migration. 3.13 migration is probably a topic suited for the debconf BoF.
I do support the idea of an IRC meeting. although the availability of others (maybe even myself) is something I can't comment on. But I still think trying this out, at the very least, would be nice. Hopefully this can be a catalyst for finishing up the
Best,
Ananthu
On 21 June 2024 10:06:47 pm UTC, Emmanuel Arias <eamanu@debian.org> wrote: >Hi team,
As the Louis-Philippe and Andreas response to my last mail [0]
I would like to propose a (regular?) IRC meeting to try to organize
the work inside the team. I would like to propose an IRC meeting
on 5 July, perhaps a good time could be around 12PM UTC and 4PM UTC?
That date and time work for you? Any different idea, time, hour is
welcome.
I would like to propose the next points:
* List of packages that need to be removed [1] and how could we tackle >them.
* Effort needed to fix py3.12 or should be go directly to 3.13?
* Check possible agenda for Python BoF for DebConf2024.
This is not the final agenda for this possible meeting, I would like
to hear your opinion first :-)
[0] https://lists.debian.org/debian-python/2024/06/msg00045.html
[1] https://wiki.debian.org/Python/Dead%20Batteries
[2] https://pad.dc24.debconf.org/p/python-team-bof
Cheers,
Emmanuel
Hi team,
As the Louis-Philippe and Andreas response to my last mail [0]
I would like to propose a (regular?) IRC meeting to try to organize
the work inside the team. I would like to propose an IRC meeting
on 5 July, perhaps a good time could be around 12PM UTC and 4PM UTC?
That date and time work for you? Any different idea, time, hour is
welcome.
I would like to propose the next points:
* List of packages that need to be removed [1] and how could we tackle
them.
* Effort needed to fix py3.12 or should be go directly to 3.13?
* Check possible agenda for Python BoF for DebConf2024.
On 22.06.24 00:06, Emmanuel Arias wrote:
Hi team,
As the Louis-Philippe and Andreas response to my last mail [0]
I would like to propose a (regular?) IRC meeting to try to organize
the work inside the team. I would like to propose an IRC meeting
on 5 July, perhaps a good time could be around 12PM UTC and 4PM UTC?
That date and time work for you? Any different idea, time, hour is
welcome.
I would like to propose the next points:
* List of packages that need to be removed [1] and how could we tackle
them.
* Effort needed to fix py3.12 or should be go directly to 3.13?
The current status is tracked in https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1061188
it's now uploaded to unstable, and we'll start doing the binNMUs.
Hi,
Should the severity of the distutils removal bugs be bumped now ?
Example such bug: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1065939
Greetings
Le sam. 29 juin 2024 à 10:46, Matthias Klose <doko@debian.org> a écrit :
binNMUs are now done, next thing is to get python3-defaults migrating,
filing bug reports and fixing for all the failed autopkg tests triggered
by https://tracker.debian.org/pkg/python3-defaults
plus looking at the messages on the same page like
migrating python3/3.12.2-1/amd64 to testing makes FOO uninstallable
and fixing those.
I would say no. Distutils is going to be with us for quite some time, even though it's no longer part of the standard distribution.
Scott K
Scott,
On Saturday, June 29, 2024 8:58:09 AM MST Scott Kitterman wrote:
I would say no. Distutils is going to be with us for quite some time,
even
though it's no longer part of the standard distribution.
Scott K
Can you please elaborate on this some more? As a maintainer of a couple of packages that use distutils in some fashion I would appreciate understanding the detail of what is happening with distutils in Debian.
On Saturday, June 29, 2024 1:36:41 PM EDT Soren Stoutner wrote:
Scott,
On Saturday, June 29, 2024 8:58:09 AM MST Scott Kitterman wrote:
I would say no. Distutils is going to be with us for quite some time, even
though it's no longer part of the standard distribution.
Scott K
Can you please elaborate on this some more? As a maintainer of a couple of packages that use distutils in some fashion I would appreciate understanding
the detail of what is happening with distutils in Debian.
I can't say for sure. I am assuming we will keep it in Debian in the short term independent of the Python interpreter packages, since removing it would break so many other packages.
According to codesearch.d.n over 600 packages reference disutils in their code. That doesn't mean that they all use it, but it's a lot of packages.
I think it's smart to work with upstreams to migrate away from it ASAP, since it isn't going to stick around forever, but I don't know the timeline.
Of course, if no one volunteers to do the work to seperate it out of python3- stdlib-extensions, then it might come up pretty soon. Is anyone planning on working on this (I confess I thought someone already had).
Scott K
On Saturday, June 29, 2024 1:36:41 PM EDT Soren Stoutner wrote:
Scott,
On Saturday, June 29, 2024 8:58:09 AM MST Scott Kitterman wrote:
I would say no. Distutils is going to be with us for quite some time,
even
though it's no longer part of the standard distribution.
Scott K
Can you please elaborate on this some more? As a maintainer of a couple of >> packages that use distutils in some fashion I would appreciate understanding >> the detail of what is happening with distutils in Debian.
I can't say for sure. I am assuming we will keep it in Debian in the short term independent of the Python interpreter packages, since removing it would break so many other packages.
According to codesearch.d.n over 600 packages reference disutils in their code. That doesn't mean that they all use it, but it's a lot of packages.
I think it's smart to work with upstreams to migrate away from it ASAP, since it isn't going to stick around forever, but I don't know the timeline.
Of course, if no one volunteers to do the work to seperate it out of python3- stdlib-extensions, then it might come up pretty soon. Is anyone planning on working on this (I confess I thought someone already had).
On 29.06.24 20:29, Scott Kitterman wrote:
On Saturday, June 29, 2024 1:36:41 PM EDT Soren Stoutner wrote:
Scott,
On Saturday, June 29, 2024 8:58:09 AM MST Scott Kitterman wrote:
I would say no. Distutils is going to be with us for quite some time, >>>> even
though it's no longer part of the standard distribution.
Scott K
Can you please elaborate on this some more? As a maintainer of a couple of >>> packages that use distutils in some fashion I would appreciate understanding
the detail of what is happening with distutils in Debian.
I can't say for sure. I am assuming we will keep it in Debian in the short >> term independent of the Python interpreter packages, since removing it would >> break so many other packages.
short time meaning, that we will remove it once we are stopping to have 3.11 as a supported version, which is usually as the final step of a python transition. Please note, that python3-distutils has not been available for 3.12 at any time.
According to codesearch.d.n over 600 packages reference disutils in their
code. That doesn't mean that they all use it, but it's a lot of packages.
this analysis is not good enough. it probably includes all stuff that can be used with the distutils included in setuptools.
I think it's smart to work with upstreams to migrate away from it ASAP, since
it isn't going to stick around forever, but I don't know the timeline.
Of course, if no one volunteers to do the work to seperate it out of python3-
stdlib-extensions, then it might come up pretty soon. Is anyone planning on >> working on this (I confess I thought someone already had).
it will be removed once we stop having 3.11 as a supported Python version.
Sysop: | Keyop |
---|---|
Location: | Huddersfield, West Yorkshire, UK |
Users: | 379 |
Nodes: | 16 (2 / 14) |
Uptime: | 71:51:17 |
Calls: | 8,084 |
Calls today: | 2 |
Files: | 13,069 |
Messages: | 5,849,955 |