* python-team: New branch
@ 2024-12-17 9:00 Ricardo Wurmus
2024-12-17 13:26 ` Ricardo Wurmus
2024-12-18 1:13 ` Maxim Cournoyer
0 siblings, 2 replies; 8+ messages in thread
From: Ricardo Wurmus @ 2024-12-17 9:00 UTC (permalink / raw)
To: guix-devel; +Cc: lars, marius, me, sharlatanus, tanguy, jgart
Hi Guix,
I'm CC'ing the python-team.
Since the merge of the python-team branch we've seen a bunch of
new build failures to popular packages. I've started work to repair
some of the damage.
I think we should start a new python-team branch where we build out
important upgrades and fixes. I'd like to aim for merging that new
branch before the end of the year, so let's try to restrict ourselves to
important fixes only.
If there is more time we should also consider upgrading these packages:
python-typing-extensions
python-virtualenv
python-platformdirs
python-colorama
python-chardet
(I patched out version checks in python-tox to avoid upgrading, but I
think we should not do that habitually.)
Unless anyone objects I'll destroy and recreate the python-team branch
with my commits tonight.
--
Ricardo
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: python-team: New branch
2024-12-17 9:00 python-team: New branch Ricardo Wurmus
@ 2024-12-17 13:26 ` Ricardo Wurmus
2024-12-18 1:13 ` Maxim Cournoyer
1 sibling, 0 replies; 8+ messages in thread
From: Ricardo Wurmus @ 2024-12-17 13:26 UTC (permalink / raw)
To: guix-devel; +Cc: lars, marius, me, sharlatanus, tanguy, jgart
Ricardo Wurmus <rekado@elephly.net> writes:
> If there is more time we should also consider upgrading these packages:
>
> python-typing-extensions
> python-virtualenv
> python-platformdirs
> python-colorama
> python-chardet
>
> (I patched out version checks in python-tox to avoid upgrading, but I
> think we should not do that habitually.)
I have upgraded the above packages, too.
> Unless anyone objects I'll destroy and recreate the python-team branch
> with my commits tonight.
I've pushed the branch. Please add your fixes there. Let's try to get
this merged soon. The goal here is to reduce the number of recently
introduced build failures significantly.
--
Ricardo
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: python-team: New branch
2024-12-17 15:17 Sharlatan Hellseher
@ 2024-12-17 16:53 ` Ricardo Wurmus
2024-12-21 20:33 ` Ricardo Wurmus
0 siblings, 1 reply; 8+ messages in thread
From: Ricardo Wurmus @ 2024-12-17 16:53 UTC (permalink / raw)
To: Sharlatan Hellseher; +Cc: guix-devel
Sharlatan Hellseher <sharlatanus@gmail.com> writes:
> I've pulled and initiated local rebuild for
>
> guix build -P 2 python-astropy
>
> I'll push any fixes if it failes.
Thank you!
I've just rebased python-team on top of master, because Maxim just
pushed some changes to python-tox etc to the master branch.
--
Ricardo
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: python-team: New branch
2024-12-17 9:00 python-team: New branch Ricardo Wurmus
2024-12-17 13:26 ` Ricardo Wurmus
@ 2024-12-18 1:13 ` Maxim Cournoyer
2024-12-18 7:52 ` Ricardo Wurmus
1 sibling, 1 reply; 8+ messages in thread
From: Maxim Cournoyer @ 2024-12-18 1:13 UTC (permalink / raw)
To: Ricardo Wurmus; +Cc: guix-devel, lars, marius, me, sharlatanus, tanguy, jgart
Hi Ricardo,
Ricardo Wurmus <rekado@elephly.net> writes:
> Hi Guix,
>
> I'm CC'ing the python-team.
>
> Since the merge of the python-team branch we've seen a bunch of
> new build failures to popular packages. I've started work to repair
> some of the damage.
>
> I think we should start a new python-team branch where we build out
> important upgrades and fixes. I'd like to aim for merging that new
> branch before the end of the year, so let's try to restrict ourselves to
> important fixes only.
>
> If there is more time we should also consider upgrading these packages:
>
> python-typing-extensions
> python-virtualenv
> python-platformdirs
> python-colorama
> python-chardet
>
> (I patched out version checks in python-tox to avoid upgrading, but I
> think we should not do that habitually.)
I have a Python mass update branch I've been developing, holding it back
because I kept finding breakage (whether caused by my changes or
already there). There's now 200 commits in it, including an update to
virtualenv and typing extensions, along Python build systems
improvements.
I'll try getting it a bit further in terms of packages breakage then
send it for review. If you'd rather see it already and work on a
wip-python-team branch, I could submit it already in its more rough
form.
--
Thanks,
Maxim
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: python-team: New branch
2024-12-18 1:13 ` Maxim Cournoyer
@ 2024-12-18 7:52 ` Ricardo Wurmus
2024-12-19 2:30 ` Maxim Cournoyer
0 siblings, 1 reply; 8+ messages in thread
From: Ricardo Wurmus @ 2024-12-18 7:52 UTC (permalink / raw)
To: Maxim Cournoyer; +Cc: guix-devel, lars, marius, me, sharlatanus, tanguy, jgart
Maxim Cournoyer <maxim.cournoyer@gmail.com> writes:
> I have a Python mass update branch I've been developing, holding it back
> because I kept finding breakage (whether caused by my changes or
> already there). There's now 200 commits in it, including an update to
> virtualenv and typing extensions, along Python build systems
> improvements.
There's a good chance there will be significant overlap with the
python-team branch in its current state.
> I'll try getting it a bit further in terms of packages breakage then
> send it for review. If you'd rather see it already and work on a
> wip-python-team branch, I could submit it already in its more rough
> form.
If you could clean it up and push the parts that do not touch the Python
build system you could push those commits to python-team. Let's delay
the build system changes this time around.
--
Ricardo
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: python-team: New branch
2024-12-18 7:52 ` Ricardo Wurmus
@ 2024-12-19 2:30 ` Maxim Cournoyer
0 siblings, 0 replies; 8+ messages in thread
From: Maxim Cournoyer @ 2024-12-19 2:30 UTC (permalink / raw)
To: Ricardo Wurmus; +Cc: guix-devel, lars, marius, me, sharlatanus, tanguy, jgart
Hi Ricardo,
Ricardo Wurmus <rekado@elephly.net> writes:
> Maxim Cournoyer <maxim.cournoyer@gmail.com> writes:
>> I have a Python mass update branch I've been developing, holding it back
>> because I kept finding breakage (whether caused by my changes or
>> already there). There's now 200 commits in it, including an update to
>> virtualenv and typing extensions, along Python build systems
>> improvements.
>
> There's a good chance there will be significant overlap with the
> python-team branch in its current state.
>
>> I'll try getting it a bit further in terms of packages breakage then
>> send it for review. If you'd rather see it already and work on a
>> wip-python-team branch, I could submit it already in its more rough
>> form.
>
> If you could clean it up and push the parts that do not touch the Python
> build system you could push those commits to python-team. Let's delay
> the build system changes this time around.
Note that I've updated the packages in (gnu packages python-build),
including setuptools, which means near full Python world rebuild anyway.
I think my changes may be better for python-team-next, if the next cycle
is to be as short as possible.
--
Thanks,
Maxim
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: python-team: New branch
2024-12-17 16:53 ` Ricardo Wurmus
@ 2024-12-21 20:33 ` Ricardo Wurmus
2024-12-21 20:43 ` Sharlatan Hellseher
0 siblings, 1 reply; 8+ messages in thread
From: Ricardo Wurmus @ 2024-12-21 20:33 UTC (permalink / raw)
To: Sharlatan Hellseher; +Cc: guix-devel
Ricardo Wurmus <rekado@elephly.net> writes:
> I've just rebased python-team on top of master, because Maxim just
> pushed some changes to python-tox etc to the master branch.
Perhaps prematurely I rebased python-team on top of rust-team to benefit
from upgrades needed for pydantic. When rust-team is rebased on top of
master we should rebase once more to restore all the fixes to Python
packages that have since been pushed to the master branch.
--
Ricardo
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: python-team: New branch
2024-12-21 20:33 ` Ricardo Wurmus
@ 2024-12-21 20:43 ` Sharlatan Hellseher
0 siblings, 0 replies; 8+ messages in thread
From: Sharlatan Hellseher @ 2024-12-21 20:43 UTC (permalink / raw)
To: Ricardo Wurmus; +Cc: guix-devel
Hi,
Ricardo and Maxim do you have any list of packages you are about to
refresh/fix on python-team?
I've finished with Astro update for this month and may provide my time
for python-team.
Thanks,
Oleg
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2024-12-21 20:44 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-12-17 9:00 python-team: New branch Ricardo Wurmus
2024-12-17 13:26 ` Ricardo Wurmus
2024-12-18 1:13 ` Maxim Cournoyer
2024-12-18 7:52 ` Ricardo Wurmus
2024-12-19 2:30 ` Maxim Cournoyer
-- strict thread matches above, loose matches on Subject: below --
2024-12-17 15:17 Sharlatan Hellseher
2024-12-17 16:53 ` Ricardo Wurmus
2024-12-21 20:33 ` Ricardo Wurmus
2024-12-21 20:43 ` Sharlatan Hellseher
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).