GNU bug report logs - #51455
[PATCH 0/2] gnu: poetry: Update to 1.1.11.

Previous Next

Package: guix-patches;

Reported by: Tanguy Le Carrour <tanguy <at> bioneland.org>

Date: Thu, 28 Oct 2021 07:03:02 UTC

Severity: normal

Tags: patch

Done: Ludovic Courtès <ludo <at> gnu.org>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 51455 in the body.
You can then email your comments to 51455 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#51455; Package guix-patches. (Thu, 28 Oct 2021 07:03:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Tanguy Le Carrour <tanguy <at> bioneland.org>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Thu, 28 Oct 2021 07:03:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Tanguy Le Carrour <tanguy <at> bioneland.org>
To: guix-patches <at> gnu.org
Cc: Tanguy Le Carrour <tanguy <at> bioneland.org>
Subject: [PATCH 0/2] gnu: poetry: Update to 1.1.11.
Date: Thu, 28 Oct 2021 09:02:06 +0200
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





Information forwarded to guix-patches <at> gnu.org:
bug#51455; Package guix-patches. (Thu, 28 Oct 2021 07:07:01 GMT) Full text and rfc822 format available.

Message #8 received at 51455 <at> debbugs.gnu.org (full text, mbox):

From: Tanguy Le Carrour <tanguy <at> bioneland.org>
To: 51455 <at> debbugs.gnu.org
Cc: Tanguy Le Carrour <tanguy <at> bioneland.org>
Subject: [PATCH 1/2] gnu: python-poetry-core: Update to 1.0.7.
Date: Thu, 28 Oct 2021 09:06:00 +0200
* 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





Information forwarded to guix-patches <at> gnu.org:
bug#51455; Package guix-patches. (Thu, 28 Oct 2021 07:07:02 GMT) Full text and rfc822 format available.

Message #11 received at 51455 <at> debbugs.gnu.org (full text, mbox):

From: Tanguy Le Carrour <tanguy <at> bioneland.org>
To: 51455 <at> debbugs.gnu.org
Cc: Tanguy Le Carrour <tanguy <at> bioneland.org>
Subject: [PATCH 2/2] gnu: poetry: Update to 1.1.11.
Date: Thu, 28 Oct 2021 09:06:01 +0200
* 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





Reply sent to Ludovic Courtès <ludo <at> gnu.org>:
You have taken responsibility. (Wed, 10 Nov 2021 23:22:01 GMT) Full text and rfc822 format available.

Notification sent to Tanguy Le Carrour <tanguy <at> bioneland.org>:
bug acknowledged by developer. (Wed, 10 Nov 2021 23:22:01 GMT) Full text and rfc822 format available.

Message #16 received at 51455-done <at> debbugs.gnu.org (full text, mbox):

From: Ludovic Courtès <ludo <at> gnu.org>
To: Tanguy Le Carrour <tanguy <at> bioneland.org>
Cc: 51455-done <at> debbugs.gnu.org
Subject: Re: bug#51455: [PATCH 0/2] gnu: poetry: Update to 1.1.11.
Date: Thu, 11 Nov 2021 00:21:08 +0100
Hi!

Tanguy Le Carrour <tanguy <at> 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’.




Information forwarded to guix-patches <at> gnu.org:
bug#51455; Package guix-patches. (Fri, 12 Nov 2021 08:13:02 GMT) Full text and rfc822 format available.

Message #19 received at 51455-done <at> debbugs.gnu.org (full text, mbox):

From: Tanguy LE CARROUR <tanguy <at> bioneland.org>
To: Ludovic Courtès <ludo <at> gnu.org>
Cc: 51455-done <at> debbugs.gnu.org
Subject: Re: bug#51455: [PATCH 0/2] gnu: poetry: Update to 1.1.11.
Date: Fri, 12 Nov 2021 09:12:24 +0100
Hi Ludo’,

Thanks for reviewing!


Quoting Ludovic Courtès (2021-11-11 00:21:08)
> Tanguy Le Carrour <tanguy <at> 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




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Fri, 10 Dec 2021 12:24:09 GMT) Full text and rfc822 format available.

This bug report was last modified 2 years and 99 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.