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

Previous Next

Package: guix-patches;

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

Date: Fri, 12 Mar 2021 07:43:02 UTC

Severity: normal

Tags: patch

Done: Christopher Baines <mail <at> cbaines.net>

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 47091 in the body.
You can then email your comments to 47091 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#47091; Package guix-patches. (Fri, 12 Mar 2021 07:43: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. (Fri, 12 Mar 2021 07:43: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.5.
Date: Fri, 12 Mar 2021 08:41:42 +0100
Tanguy Le Carrour (2):
  gnu: python-poetry-core: Update to 1.0.2.
  gnu: poetry: Update to 1.1.5.

 gnu/packages/python-build.scm | 4 ++--
 gnu/packages/python-xyz.scm   | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

-- 
2.30.2





Information forwarded to guix-patches <at> gnu.org:
bug#47091; Package guix-patches. (Fri, 12 Mar 2021 07:51:02 GMT) Full text and rfc822 format available.

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

From: Tanguy Le Carrour <tanguy <at> bioneland.org>
To: 47091 <at> debbugs.gnu.org
Cc: Tanguy Le Carrour <tanguy <at> bioneland.org>
Subject: [PATCH 1/2] gnu: python-poetry-core: Update to 1.0.2.
Date: Fri, 12 Mar 2021 08:50:19 +0100
* gnu/packages/python-build.scm (python-poetry-core): Update to 1.0.2.
---
 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 1ce6a3095a..259fe163b5 100644
--- a/gnu/packages/python-build.scm
+++ b/gnu/packages/python-build.scm
@@ -142,13 +142,13 @@ order to make bootstrapping easier.")
 (define-public python-poetry-core
   (package
     (name "python-poetry-core")
-    (version "1.0.0")
+    (version "1.0.2")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "poetry-core" version))
        (sha256
-        (base32 "1mgv276h1iphn5fqhp2sgkgd5d0c39hs33vgaf157x5ri7rlyrka"))))
+        (base32 "0wgfc51dgymnfg23mvsxl4iqbdrppysxi4s3z3xhzx3cd9jmsl7z"))))
     (build-system python-build-system)
     (home-page "https://github.com/python-poetry/poetry-core")
     (synopsis "Poetry PEP 517 build back-end")
-- 
2.30.2





Information forwarded to guix-patches <at> gnu.org:
bug#47091; Package guix-patches. (Fri, 12 Mar 2021 07:51:02 GMT) Full text and rfc822 format available.

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

From: Tanguy Le Carrour <tanguy <at> bioneland.org>
To: 47091 <at> debbugs.gnu.org
Cc: Tanguy Le Carrour <tanguy <at> bioneland.org>
Subject: [PATCH 2/2] gnu: poetry: Update to 1.1.5.
Date: Fri, 12 Mar 2021 08:50:20 +0100
* gnu/packages/python-xyz.scm (poetry): Update to 1.1.5.
---
 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 4dae9eee9e..81a93272e6 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -13470,7 +13470,7 @@ database, file, dict stores.  Cachy supports python versions 2.7+ and 3.2+.")
 (define-public poetry
   (package
     (name "poetry")
-    (version "1.1.4")
+    (version "1.1.5")
     ;; Poetry can only be built from source with Poetry.
     (source
      (origin
@@ -13478,7 +13478,7 @@ database, file, dict stores.  Cachy supports python versions 2.7+ and 3.2+.")
        (uri (pypi-uri "poetry" version))
        (sha256
         (base32
-         "1a2kgfiw66fvxhlqk5qc83s6l38czfh5hcsrbiy7qq5yfc8mlsll"))))
+         "1dvx08ksv5wnsj45db23921rj136akmcnxa0kmlsddf3wbh6wcka"))))
     (build-system python-build-system)
     (arguments
      `(#:tests? #f ;; Pypi does not have tests.
-- 
2.30.2





Reply sent to Christopher Baines <mail <at> cbaines.net>:
You have taken responsibility. (Mon, 15 Mar 2021 11:22:01 GMT) Full text and rfc822 format available.

Notification sent to Tanguy Le Carrour <tanguy <at> bioneland.org>:
bug acknowledged by developer. (Mon, 15 Mar 2021 11:22:02 GMT) Full text and rfc822 format available.

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

From: Christopher Baines <mail <at> cbaines.net>
To: Tanguy Le Carrour <tanguy <at> bioneland.org>
Cc: 47091-done <at> debbugs.gnu.org
Subject: Re: [bug#47091] [PATCH 0/2] gnu: poetry: Update to 1.1.5.
Date: Mon, 15 Mar 2021 11:21:55 +0000
[Message part 1 (text/plain, inline)]
Tanguy Le Carrour <tanguy <at> bioneland.org> writes:

> Tanguy Le Carrour (2):
>   gnu: python-poetry-core: Update to 1.0.2.
>   gnu: poetry: Update to 1.1.5.
>
>  gnu/packages/python-build.scm | 4 ++--
>  gnu/packages/python-xyz.scm   | 4 ++--
>  2 files changed, 4 insertions(+), 4 deletions(-)

Thanks, this looks good to me, I've pushed to master as
3e83e99322cbcc697fea1e085ba2416fa6854348.

Chris
[signature.asc (application/pgp-signature, inline)]

Information forwarded to guix-patches <at> gnu.org:
bug#47091; Package guix-patches. (Mon, 15 Mar 2021 11:57:01 GMT) Full text and rfc822 format available.

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

From: Tanguy LE CARROUR <tanguy <at> bioneland.org>
To: Christopher Baines <mail <at> cbaines.net>
Cc: 47091-done <at> debbugs.gnu.org
Subject: Re: [bug#47091] [PATCH 0/2] gnu: poetry: Update to 1.1.5.
Date: Mon, 15 Mar 2021 12:55:59 +0100
Hi Chris,


Excerpts from Christopher Baines's message of March 15, 2021 12:21 pm:
> 
> Tanguy Le Carrour <tanguy <at> bioneland.org> writes:
> 
>> Tanguy Le Carrour (2):
>>   gnu: python-poetry-core: Update to 1.0.2.
>>   gnu: poetry: Update to 1.1.5.
>>
>>  gnu/packages/python-build.scm | 4 ++--
>>  gnu/packages/python-xyz.scm   | 4 ++--
>>  2 files changed, 4 insertions(+), 4 deletions(-)
> 
> Thanks, this looks good to me, I've pushed to master as
> 3e83e99322cbcc697fea1e085ba2416fa6854348.

Thanks!

-- 
Tanguy




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Tue, 13 Apr 2021 11:24:07 GMT) Full text and rfc822 format available.

This bug report was last modified 4 years and 87 days ago.

Previous Next


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