* [bug#51455] [PATCH 0/2] gnu: poetry: Update to 1.1.11.
@ 2021-10-28 7:02 Tanguy Le Carrour
2021-10-28 7:06 ` [bug#51455] [PATCH 1/2] gnu: python-poetry-core: Update to 1.0.7 Tanguy Le Carrour
2021-11-10 23:21 ` bug#51455: [PATCH 0/2] " Ludovic Courtès
0 siblings, 2 replies; 5+ messages in thread
From: Tanguy Le Carrour @ 2021-10-28 7:02 UTC (permalink / raw)
To: 51455; +Cc: Tanguy Le Carrour
Hi Guix,
I haven't contributed in a very loooong time, so I picked an easy one to
resume my contributions!
Regarding package `poetry`, `guix lint` tell me that I should remove
`python-pip` from the inputs, but if I do so, I break `poetry`. Is there
a way to silence this warning?
Best regards,
Tanguy
Tanguy Le Carrour (2):
gnu: python-poetry-core: Update to 1.0.7.
gnu: poetry: Update to 1.1.11.
gnu/packages/python-build.scm | 4 ++--
gnu/packages/python-xyz.scm | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
--
2.33.0
^ permalink raw reply [flat|nested] 5+ messages in thread
* [bug#51455] [PATCH 1/2] gnu: python-poetry-core: Update to 1.0.7.
2021-10-28 7:02 [bug#51455] [PATCH 0/2] gnu: poetry: Update to 1.1.11 Tanguy Le Carrour
@ 2021-10-28 7:06 ` Tanguy Le Carrour
2021-10-28 7:06 ` [bug#51455] [PATCH 2/2] gnu: poetry: Update to 1.1.11 Tanguy Le Carrour
2021-11-10 23:21 ` bug#51455: [PATCH 0/2] " Ludovic Courtès
1 sibling, 1 reply; 5+ messages in thread
From: Tanguy Le Carrour @ 2021-10-28 7:06 UTC (permalink / raw)
To: 51455; +Cc: Tanguy Le Carrour
* gnu/packages/python-xyz.scm (python-poetry-core): Update to 1.0.7.
---
gnu/packages/python-build.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/python-build.scm b/gnu/packages/python-build.scm
index ace80382bb..61105d12ab 100644
--- a/gnu/packages/python-build.scm
+++ b/gnu/packages/python-build.scm
@@ -160,13 +160,13 @@ (define-public python-pypa-build
(define-public python-poetry-core
(package
(name "python-poetry-core")
- (version "1.0.3")
+ (version "1.0.7")
(source
(origin
(method url-fetch)
(uri (pypi-uri "poetry-core" version))
(sha256
- (base32 "1ichii48zkywcnj8v3bcn9vk09v69jv6h65805w21hwz4hlcj593"))))
+ (base32 "01n2rbsvks7snrq3m1d08r3xz9q2715ajb62fdb6rvqnb9sirhcq"))))
(build-system python-build-system)
(home-page "https://github.com/python-poetry/poetry-core")
(synopsis "Poetry PEP 517 build back-end")
--
2.33.0
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [bug#51455] [PATCH 2/2] gnu: poetry: Update to 1.1.11.
2021-10-28 7:06 ` [bug#51455] [PATCH 1/2] gnu: python-poetry-core: Update to 1.0.7 Tanguy Le Carrour
@ 2021-10-28 7:06 ` Tanguy Le Carrour
0 siblings, 0 replies; 5+ messages in thread
From: Tanguy Le Carrour @ 2021-10-28 7:06 UTC (permalink / raw)
To: 51455; +Cc: Tanguy Le Carrour
* gnu/packages/python-build.scm (poetry): Update to 1.1.11.
---
gnu/packages/python-xyz.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index bd5a5c2d4a..485b202017 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -15583,7 +15583,7 @@ (define-public python-cachy
(define-public poetry
(package
(name "poetry")
- (version "1.1.5")
+ (version "1.1.11")
;; Poetry can only be built from source with Poetry.
(source
(origin
@@ -15591,7 +15591,7 @@ (define-public poetry
(uri (pypi-uri "poetry" version))
(sha256
(base32
- "1dvx08ksv5wnsj45db23921rj136akmcnxa0kmlsddf3wbh6wcka"))))
+ "17pnf2j4adlm9fhyg5jkkvs8bzcigb6nj72vr0687fxybzsj4zbx"))))
(build-system python-build-system)
(arguments
`(#:tests? #f ;; Pypi does not have tests.
--
2.33.0
^ permalink raw reply related [flat|nested] 5+ messages in thread
* bug#51455: [PATCH 0/2] gnu: poetry: Update to 1.1.11.
2021-10-28 7:02 [bug#51455] [PATCH 0/2] gnu: poetry: Update to 1.1.11 Tanguy Le Carrour
2021-10-28 7:06 ` [bug#51455] [PATCH 1/2] gnu: python-poetry-core: Update to 1.0.7 Tanguy Le Carrour
@ 2021-11-10 23:21 ` Ludovic Courtès
2021-11-12 8:12 ` [bug#51455] " Tanguy LE CARROUR
1 sibling, 1 reply; 5+ messages in thread
From: Ludovic Courtès @ 2021-11-10 23:21 UTC (permalink / raw)
To: Tanguy Le Carrour; +Cc: 51455-done
Hi!
Tanguy Le Carrour <tanguy@bioneland.org> skribis:
> I haven't contributed in a very loooong time, so I picked an easy one to
> resume my contributions!
Welcome back! :-)
> Regarding package `poetry`, `guix lint` tell me that I should remove
> `python-pip` from the inputs, but if I do so, I break `poetry`. Is there
> a way to silence this warning?
No, but if false positives are common, we should either fix (guix lint)
or add a package property to silent it (similar to the ‘lint-hidden-cve’
property).
> Tanguy Le Carrour (2):
> gnu: python-poetry-core: Update to 1.0.7.
> gnu: poetry: Update to 1.1.11.
Applied, thanks!
Ludo’.
^ permalink raw reply [flat|nested] 5+ messages in thread
* [bug#51455] [PATCH 0/2] gnu: poetry: Update to 1.1.11.
2021-11-10 23:21 ` bug#51455: [PATCH 0/2] " Ludovic Courtès
@ 2021-11-12 8:12 ` Tanguy LE CARROUR
0 siblings, 0 replies; 5+ messages in thread
From: Tanguy LE CARROUR @ 2021-11-12 8:12 UTC (permalink / raw)
To: Ludovic Courtès; +Cc: 51455-done
Hi Ludo’,
Thanks for reviewing!
Quoting Ludovic Courtès (2021-11-11 00:21:08)
> Tanguy Le Carrour <tanguy@bioneland.org> skribis:
>
> > I haven't contributed in a very loooong time, so I picked an easy one to
> > resume my contributions!
>
> Welcome back! :-)
Thanks! I'm happy to be back after some busy months!
> > Regarding package `poetry`, `guix lint` tell me that I should remove
> > `python-pip` from the inputs, but if I do so, I break `poetry`. Is there
> > a way to silence this warning?
>
> No, but if false positives are common, we should either fix (guix lint)
> or add a package property to silent it (similar to the ‘lint-hidden-cve’
> property).
Nothing that I can contribute a patch to, but… I'll keep it in mind!
Regards,
--
Tanguy
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2021-11-12 8:13 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-10-28 7:02 [bug#51455] [PATCH 0/2] gnu: poetry: Update to 1.1.11 Tanguy Le Carrour
2021-10-28 7:06 ` [bug#51455] [PATCH 1/2] gnu: python-poetry-core: Update to 1.0.7 Tanguy Le Carrour
2021-10-28 7:06 ` [bug#51455] [PATCH 2/2] gnu: poetry: Update to 1.1.11 Tanguy Le Carrour
2021-11-10 23:21 ` bug#51455: [PATCH 0/2] " Ludovic Courtès
2021-11-12 8:12 ` [bug#51455] " 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.