* Re: 01/07: gnu: python-packaging: Update to 20.4.
[not found] ` <20201130213100.046A3209C7@vcs0.savannah.gnu.org>
@ 2020-12-01 23:10 ` Marius Bakke
2020-12-02 7:56 ` Tanguy LE CARROUR
0 siblings, 1 reply; 3+ messages in thread
From: Marius Bakke @ 2020-12-01 23:10 UTC (permalink / raw)
To: Tanguy Le Carrour, Nicolas Goaziou; +Cc: guix-devel
[-- Attachment #1: Type: text/plain, Size: 1139 bytes --]
Hello,
guix-commits@gnu.org skriver:
> ngz pushed a commit to branch master
> in repository guix.
>
> commit 71b15b4874b7f9ec7001d2916a8ab27dcce6cdc0
> Author: Tanguy Le Carrour <tanguy@bioneland.org>
> AuthorDate: Mon Nov 30 10:48:57 2020 +0100
>
> gnu: python-packaging: Update to 20.4.
>
> * gnu/packages/python-xyz.scm (python-packaging): Update to 20.4.
> [source]: Remove patch that has been merged upstream.
> * gnu/packages/patches/python-packaging-test-arch.patch: Remove file.
> * gnu/local.mk (dist_patch_DATA): Apply removal.
>
> Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
I have just reverted this patch on 'master' because it caused 6328
rebuilds. It's not obvious, because they come via the 'bootstrap'
variant defined below the main package:
$ guix refresh -l -e '(@ (gnu packages python-xyz) python-packaging-bootstrap)'
Building the following 2399 packages would ensure 6328 dependent
packages are rebuilt: [...]
Not sure how we can improve on this. Thoughts?
@Tanguy: do you know if Poetry will still work with the old version?
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 507 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: 01/07: gnu: python-packaging: Update to 20.4.
2020-12-01 23:10 ` 01/07: gnu: python-packaging: Update to 20.4 Marius Bakke
@ 2020-12-02 7:56 ` Tanguy LE CARROUR
2020-12-02 8:52 ` Tanguy LE CARROUR
0 siblings, 1 reply; 3+ messages in thread
From: Tanguy LE CARROUR @ 2020-12-02 7:56 UTC (permalink / raw)
To: Nicolas Goaziou, Marius Bakke; +Cc: guix-devel
Hi Marius!
Excerpts from Marius Bakke's message of December 2, 2020 12:10 am:
> Hello,
>
> guix-commits@gnu.org skriver:
>
>> ngz pushed a commit to branch master
>> in repository guix.
>>
>> commit 71b15b4874b7f9ec7001d2916a8ab27dcce6cdc0
>> Author: Tanguy Le Carrour <tanguy@bioneland.org>
>> AuthorDate: Mon Nov 30 10:48:57 2020 +0100
>>
>> gnu: python-packaging: Update to 20.4.
>>
>> * gnu/packages/python-xyz.scm (python-packaging): Update to 20.4.
>> [source]: Remove patch that has been merged upstream.
>> * gnu/packages/patches/python-packaging-test-arch.patch: Remove file.
>> * gnu/local.mk (dist_patch_DATA): Apply removal.
>>
>> Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
>
> I have just reverted this patch on 'master' because it caused 6328
> rebuilds.
So, this is the situation Nicolas was talking about!
Sorry guys for the inconvenience! :-(
> It's not obvious, because they come via the 'bootstrap'
> variant defined below the main package:
>
> $ guix refresh -l -e '(@ (gnu packages python-xyz) python-packaging-bootstrap)'
> Building the following 2399 packages would ensure 6328 dependent
> packages are rebuilt: [...]
>
> Not sure how we can improve on this. Thoughts?
What about applying the same `/next` trick that you suggested for
`distlib`?
> @Tanguy: do you know if Poetry will still work with the old version?
Probably not… I'll have to check. But anyway, Sébastien and I might be
the only persons using it, so… it's no big deal, I guess! :-)
Thanks for caring!
--
Tanguy
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: 01/07: gnu: python-packaging: Update to 20.4.
2020-12-02 7:56 ` Tanguy LE CARROUR
@ 2020-12-02 8:52 ` Tanguy LE CARROUR
0 siblings, 0 replies; 3+ messages in thread
From: Tanguy LE CARROUR @ 2020-12-02 8:52 UTC (permalink / raw)
To: Nicolas Goaziou, Marius Bakke; +Cc: guix-devel
Hi Marius!
Excerpts from Tanguy LE CARROUR's message of December 2, 2020 8:56 am:
> Excerpts from Marius Bakke's message of December 2, 2020 12:10 am:
>> guix-commits@gnu.org skriver:
>>
>>> ngz pushed a commit to branch master
>>> in repository guix.
>>>
>>> commit 71b15b4874b7f9ec7001d2916a8ab27dcce6cdc0
>>> Author: Tanguy Le Carrour <tanguy@bioneland.org>
>>> AuthorDate: Mon Nov 30 10:48:57 2020 +0100
>>>
>>> gnu: python-packaging: Update to 20.4.
>>>
>>> * gnu/packages/python-xyz.scm (python-packaging): Update to 20.4.
>>> [source]: Remove patch that has been merged upstream.
>>> * gnu/packages/patches/python-packaging-test-arch.patch: Remove file.
>>> * gnu/local.mk (dist_patch_DATA): Apply removal.
>>>
>>> Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
>>
>> I have just reverted this patch on 'master' because it caused 6328
>> rebuilds.
>> […]
>> @Tanguy: do you know if Poetry will still work with the old version?
>
> Probably not… I'll have to check. But anyway, Sébastien and I might be
> the only persons using it, so… it's no big deal, I guess! :-)
In fact, it does not!
I've just submitted patch #45003 that seems to solve the problem.
--
Tanguy
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2020-12-02 9:43 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <20201130213058.24069.84988@vcs0.savannah.gnu.org>
[not found] ` <20201130213100.046A3209C7@vcs0.savannah.gnu.org>
2020-12-01 23:10 ` 01/07: gnu: python-packaging: Update to 20.4 Marius Bakke
2020-12-02 7:56 ` Tanguy LE CARROUR
2020-12-02 8:52 ` Tanguy LE CARROUR
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.