unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#47091] [PATCH 0/2] gnu: poetry: Update to 1.1.5.
@ 2021-03-12  7:41 Tanguy Le Carrour
  2021-03-12  7:50 ` [bug#47091] [PATCH 1/2] gnu: python-poetry-core: Update to 1.0.2 Tanguy Le Carrour
  2021-03-15 11:21 ` bug#47091: [PATCH 0/2] " Christopher Baines
  0 siblings, 2 replies; 5+ messages in thread
From: Tanguy Le Carrour @ 2021-03-12  7:41 UTC (permalink / raw)
  To: 47091; +Cc: Tanguy Le Carrour

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





^ permalink raw reply	[flat|nested] 5+ messages in thread

* [bug#47091] [PATCH 1/2] gnu: python-poetry-core: Update to 1.0.2.
  2021-03-12  7:41 [bug#47091] [PATCH 0/2] gnu: poetry: Update to 1.1.5 Tanguy Le Carrour
@ 2021-03-12  7:50 ` Tanguy Le Carrour
  2021-03-12  7:50   ` [bug#47091] [PATCH 2/2] gnu: poetry: Update to 1.1.5 Tanguy Le Carrour
  2021-03-15 11:21 ` bug#47091: [PATCH 0/2] " Christopher Baines
  1 sibling, 1 reply; 5+ messages in thread
From: Tanguy Le Carrour @ 2021-03-12  7:50 UTC (permalink / raw)
  To: 47091; +Cc: Tanguy Le Carrour

* 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





^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [bug#47091] [PATCH 2/2] gnu: poetry: Update to 1.1.5.
  2021-03-12  7:50 ` [bug#47091] [PATCH 1/2] gnu: python-poetry-core: Update to 1.0.2 Tanguy Le Carrour
@ 2021-03-12  7:50   ` Tanguy Le Carrour
  0 siblings, 0 replies; 5+ messages in thread
From: Tanguy Le Carrour @ 2021-03-12  7:50 UTC (permalink / raw)
  To: 47091; +Cc: Tanguy Le Carrour

* 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





^ permalink raw reply related	[flat|nested] 5+ messages in thread

* bug#47091: [PATCH 0/2] gnu: poetry: Update to 1.1.5.
  2021-03-12  7:41 [bug#47091] [PATCH 0/2] gnu: poetry: Update to 1.1.5 Tanguy Le Carrour
  2021-03-12  7:50 ` [bug#47091] [PATCH 1/2] gnu: python-poetry-core: Update to 1.0.2 Tanguy Le Carrour
@ 2021-03-15 11:21 ` Christopher Baines
  2021-03-15 11:55   ` [bug#47091] " Tanguy LE CARROUR
  1 sibling, 1 reply; 5+ messages in thread
From: Christopher Baines @ 2021-03-15 11:21 UTC (permalink / raw)
  To: Tanguy Le Carrour; +Cc: 47091-done

[-- Attachment #1: Type: text/plain, Size: 400 bytes --]


Tanguy Le Carrour <tanguy@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

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 987 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [bug#47091] [PATCH 0/2] gnu: poetry: Update to 1.1.5.
  2021-03-15 11:21 ` bug#47091: [PATCH 0/2] " Christopher Baines
@ 2021-03-15 11:55   ` Tanguy LE CARROUR
  0 siblings, 0 replies; 5+ messages in thread
From: Tanguy LE CARROUR @ 2021-03-15 11:55 UTC (permalink / raw)
  To: Christopher Baines; +Cc: 47091-done

Hi Chris,


Excerpts from Christopher Baines's message of March 15, 2021 12:21 pm:
> 
> Tanguy Le Carrour <tanguy@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




^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2021-03-15 11:57 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-12  7:41 [bug#47091] [PATCH 0/2] gnu: poetry: Update to 1.1.5 Tanguy Le Carrour
2021-03-12  7:50 ` [bug#47091] [PATCH 1/2] gnu: python-poetry-core: Update to 1.0.2 Tanguy Le Carrour
2021-03-12  7:50   ` [bug#47091] [PATCH 2/2] gnu: poetry: Update to 1.1.5 Tanguy Le Carrour
2021-03-15 11:21 ` bug#47091: [PATCH 0/2] " Christopher Baines
2021-03-15 11:55   ` [bug#47091] " Tanguy LE CARROUR

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).