[PATCH] gnu: poetry: Update to 1.0.9.

  • Done
  • quality assurance status badge
Details
2 participants
  • Efraim Flashner
  • Tanguy Le Carrour
Owner
unassigned
Submitted by
Tanguy Le Carrour
Severity
normal
T
T
Tanguy Le Carrour wrote on 16 Jun 2020 17:24
(address . guix-patches@gnu.org)(name . Tanguy Le Carrour)(address . tanguy@bioneland.org)
20200616152458.27777-1-tanguy@bioneland.org
* gnu/packages/python-xyz.scm (poetry): Update to 1.0.9.
[arguments] Adjust required versions of pyrsistent. Remove required
version of importlib-metadata.
[propagated-inputs] Add python-msgpack-transitional.
Remove python-importlib-metadata.
---
gnu/packages/python-xyz.scm | 9 ++++-----
1 file changed, 4 insertions(+), 5 deletions(-)

Toggle diff (45 lines)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index c3d1b8cf7e..9badaf6bf2 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -11887,7 +11887,7 @@ database, file, dict stores. Cachy supports python versions 2.7+ and 3.2+.")
(define-public poetry
(package
(name "poetry")
- (version "1.0.5")
+ (version "1.0.9")
;; Poetry can only be built from source with Poetry.
(source
(origin
@@ -11895,7 +11895,7 @@ database, file, dict stores. Cachy supports python versions 2.7+ and 3.2+.")
(uri (pypi-uri "poetry" version))
(sha256
(base32
- "02h387k0xssvv78yy82pcpknpq4w5ym2in1zl8cg9r5wljl5w6cf"))))
+ "1avp0db1a4hf6lz3wrzhpdvj4rpmzr4in3myrd3lp5j66nc5ck0a"))))
(build-system python-build-system)
(arguments
`(#:tests? #f ;; Pypi does not have tests.
@@ -11906,8 +11906,7 @@ database, file, dict stores. Cachy supports python versions 2.7+ and 3.2+.")
(substitute* "setup.py"
;; poetry won't update version as 21.0.0 relies on python > 3.6
(("keyring>=20.0.1,<21.0.0") "keyring>=21.0.0,<22.0.0")
- (("pyrsistent>=0.14.2,<0.15.0") "pyrsistent>=0.14.2,<0.16.0")
- (("importlib-metadata>=1.1.3,<1.2.0") "importlib-metadata>=1.1.3,<1.5.0"))
+ (("pyrsistent>=0.14.2,<0.15.0") "pyrsistent>=0.14.2,<0.17.0"))
#t)))))
(propagated-inputs
`(("python-cachecontrol" ,python-cachecontrol)
@@ -11915,9 +11914,9 @@ database, file, dict stores. Cachy supports python versions 2.7+ and 3.2+.")
("python-cleo" ,python-cleo)
("python-clikit" ,python-clikit)
("python-html5lib" ,python-html5lib)
- ("python-importlib-metadata" ,python-importlib-metadata) ;; python < 3.8
("python-jsonschema" ,python-jsonschema)
("python-keyring" ,python-keyring)
+ ("python-msgpack-transitional" ,python-msgpack-transitional)
("python-pexpect" ,python-pexpect)
("python-pkginfo" ,python-pkginfo)
("python-pyparsing" ,python-pyparsing)
--
2.26.2
E
E
Efraim Flashner wrote on 16 Jun 2020 22:24
(name . Tanguy Le Carrour)(address . tanguy@bioneland.org)(address . 41895-done@debbugs.gnu.org)
20200616202405.GJ1990@E5400
Looks good. Patch pushed!

--
Efraim Flashner <efraim@flashner.co.il> ????? ?????
GPG key = A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted
-----BEGIN PGP SIGNATURE-----

iQIzBAABCgAdFiEEoov0DD5VE3JmLRT3Qarn3Mo9g1EFAl7pKmUACgkQQarn3Mo9
g1FjQA//QBTuwkjqA1sdNmaFHqtdxIJQ4mfrMjk3vrcuS8gyzm+42guFuza0XTWE
hAM7al5HjYBY2OFXZB/pkRrb+kcEgZcZzEGGc4HWi6pYZ3BaZMXsPcdLIiiNDq+r
cYLzOxU+koS2XlBzRCMJxQKVl524VryDFBfM1jFZAIekAUoA8Rg8JMobJWUUzrCx
K5feePIjI1gwwDx7c84Liw1nGGACoifJUvckVZR5DWj282cvAySwGO9Yt/kfDp38
gl9fQLvV4WxA76Z1tNDxdgoATVnHPlSQTC8I44uxTjEz/mQ9CAURQ7PBjHY61C9q
BXlFcSBcfyR1rS968izq/zZGqcW9+nDjARpCPZ4BPTTXPem+7H2hgZlPdqByhYW0
egDlAwtXtJewqL3yHciaSSGwDCZOH/L6AD882fbPw64vGV0b8xzBrv4m2e8yVfN4
HCmCmKiPBK7Qh4vmxpycPbbXTWgsBx6v/h3jBL5UuUVD4A9pQHiBEi10rg7ts5b4
JWO4yIqKyaO3FN5TKWtEAXfimkGgy0ChkvSpPXbEUtokO+JnH44I4wi0DvJx4azw
B4+ONXexurXmx6Z+gNx+9j07tNRTydHPNdaUa2YsfqBOcGd9YGrDao80qnqHNTgb
BgKH+IUSIgp6UP56IXov2oo+Li4EsCSQQuxvtmtfx9viDKPN7+k=
=6ort
-----END PGP SIGNATURE-----


Closed
?