* [bug#75246] Request for merging "python-team" branch
@ 2025-01-01 17:58 Ricardo Wurmus
2025-01-05 10:34 ` Lars-Dominik Braun
2025-01-05 13:02 ` Ricardo Wurmus
0 siblings, 2 replies; 6+ messages in thread
From: Ricardo Wurmus @ 2025-01-01 17:58 UTC (permalink / raw)
To: 75246
Cc: Sharlatan Hellseher, Munyoki Kilyungi, Lars-Dominik Braun, jgart,
Marius Bakke, Tanguy Le Carrour
The python-team branch is currently tracking the rust-team branch,
because it depends on changes there. It is shaping up nicely and we
hope to be able to merge it some time soon.
--
Ricardo
^ permalink raw reply [flat|nested] 6+ messages in thread
* [bug#75246] Request for merging "python-team" branch
2025-01-01 17:58 [bug#75246] Request for merging "python-team" branch Ricardo Wurmus
@ 2025-01-05 10:34 ` Lars-Dominik Braun
2025-01-05 12:22 ` Ricardo Wurmus
2025-01-05 13:02 ` Ricardo Wurmus
1 sibling, 1 reply; 6+ messages in thread
From: Lars-Dominik Braun @ 2025-01-05 10:34 UTC (permalink / raw)
To: Ricardo Wurmus
Cc: Tanguy Le Carrour, Munyoki Kilyungi, 75246, jgart, Marius Bakke,
Sharlatan Hellseher
Hi Ricardo,
> The python-team branch is currently tracking the rust-team branch,
> because it depends on changes there. It is shaping up nicely and we
> hope to be able to merge it some time soon.
I recall you wanted to keep python-team small, but do you mind if I
push https://issues.guix.gnu.org/74993 there (it’s a small, but
world-rebuilding change)?
Thanks,
Lars
^ permalink raw reply [flat|nested] 6+ messages in thread
* [bug#75246] Request for merging "python-team" branch
2025-01-05 10:34 ` Lars-Dominik Braun
@ 2025-01-05 12:22 ` Ricardo Wurmus
2025-01-05 13:00 ` Lars-Dominik Braun
0 siblings, 1 reply; 6+ messages in thread
From: Ricardo Wurmus @ 2025-01-05 12:22 UTC (permalink / raw)
To: Lars-Dominik Braun
Cc: Tanguy Le Carrour, Munyoki Kilyungi, 75246, jgart, Marius Bakke,
Sharlatan Hellseher
Hi Lars,
>> The python-team branch is currently tracking the rust-team branch,
>> because it depends on changes there. It is shaping up nicely and we
>> hope to be able to merge it some time soon.
>
> I recall you wanted to keep python-team small, but do you mind if I
> push https://issues.guix.gnu.org/74993 there (it’s a small, but
> world-rebuilding change)?
Looks fine to me. Would this fix the build failure we see in
python-fastapi-pagination-minimal, which seems to be due to a parse
error?
I know I said I wanted to merge this branch quickly and keep the changes
restricted to important fixes, but it turned out that many of the
required fixes are wide-ranging anyway. I had to upgrade a lot of
packages that led to thousands of rebuilds. At this point I'd still
like to keep *experimental* changes out, but almost all other
improvements are welcome.
Thank you!
--
Ricardo
^ permalink raw reply [flat|nested] 6+ messages in thread
* [bug#75246] Request for merging "python-team" branch
2025-01-05 12:22 ` Ricardo Wurmus
@ 2025-01-05 13:00 ` Lars-Dominik Braun
0 siblings, 0 replies; 6+ messages in thread
From: Lars-Dominik Braun @ 2025-01-05 13:00 UTC (permalink / raw)
To: Ricardo Wurmus
Cc: Tanguy Le Carrour, Munyoki Kilyungi, 75246, jgart, Marius Bakke,
Sharlatan Hellseher
Hi,
> Looks fine to me. Would this fix the build failure we see in
> python-fastapi-pagination-minimal, which seems to be due to a parse
> error?
yes, that looks like the error this patch tries to fix.
Thanks,
Lars
^ permalink raw reply [flat|nested] 6+ messages in thread
* [bug#75246] Request for merging "python-team" branch
2025-01-01 17:58 [bug#75246] Request for merging "python-team" branch Ricardo Wurmus
2025-01-05 10:34 ` Lars-Dominik Braun
@ 2025-01-05 13:02 ` Ricardo Wurmus
2025-01-05 20:18 ` jgart via Guix-patches via
1 sibling, 1 reply; 6+ messages in thread
From: Ricardo Wurmus @ 2025-01-05 13:02 UTC (permalink / raw)
To: 75246
Cc: Sharlatan Hellseher, Munyoki Kilyungi, Lars-Dominik Braun, jgart,
Marius Bakke, Tanguy Le Carrour
Ricardo Wurmus <rekado@elephly.net> writes:
> The python-team branch is currently tracking the rust-team branch,
> because it depends on changes there. It is shaping up nicely and we
> hope to be able to merge it some time soon.
Looking at the dashboard for any recent evaluation of the python-team
branch, we still see a lot of failures, e.g. here:
https://ci.guix.gnu.org/eval/1967649/dashboard
Is anyone here interested in helping to get most of the packages
prefixed with "python-" to build successfully?
--
Ricardo
^ permalink raw reply [flat|nested] 6+ messages in thread
* [bug#75246] Request for merging "python-team" branch
2025-01-05 13:02 ` Ricardo Wurmus
@ 2025-01-05 20:18 ` jgart via Guix-patches via
0 siblings, 0 replies; 6+ messages in thread
From: jgart via Guix-patches via @ 2025-01-05 20:18 UTC (permalink / raw)
To: rekado, 75246
Cc: Munyoki Kilyungi, Sharlatan Hellseher, Tanguy Le Carrour,
Lars-Dominik Braun, Marius Bakke
[-- Attachment #1: Type: text/plain, Size: 336 bytes --]
I probably won't have time to work on that in the coming weeks.
Could you cherry-pick out the packages that are introducing failures into a WIP branch and make the scope of this request smaller so that it can be merged?
Someone can then address the failures in the next python-team merge request.
WDYT
all the best,
jgart
[-- Attachment #2: Type: text/html, Size: 496 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2025-01-05 20:19 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-01-01 17:58 [bug#75246] Request for merging "python-team" branch Ricardo Wurmus
2025-01-05 10:34 ` Lars-Dominik Braun
2025-01-05 12:22 ` Ricardo Wurmus
2025-01-05 13:00 ` Lars-Dominik Braun
2025-01-05 13:02 ` Ricardo Wurmus
2025-01-05 20:18 ` jgart via Guix-patches via
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).