[PATCH] gnu: python-pyro4: Update to 4.77.

  • Done
  • quality assurance status badge
Details
2 participants
  • Giacomo Leidi
  • Marius Bakke
Owner
unassigned
Submitted by
Giacomo Leidi
Severity
normal
G
G
Giacomo Leidi wrote on 28 Oct 2019 18:44
(address . guix-patches@gnu.org)(name . Giacomo Leidi)(address . goodoldpaul@autistici.org)
20191028174414.21606-1-goodoldpaul@autistici.org
* gnu/packages/python-xyz.scm (python-pyro4): Update to 4.77.
---
gnu/packages/python-xyz.scm | 11 +++++++++--
1 file changed, 9 insertions(+), 2 deletions(-)

Toggle diff (30 lines)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 7dba1500b5..e58b2d84c4 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -14324,14 +14324,21 @@ such as figshare or Zenodo.")
(define-public python-pyro4
(package
(name "python-pyro4")
- (version "4.75")
+ (version "4.77")
(source
(origin
(method url-fetch)
(uri (pypi-uri "Pyro4" version))
(sha256
- (base32 "1dfpp36imddx19yv0kd28gk1l71ckhpqy6jd590wpm2680jw15rq"))))
+ (base32 "0gsjg869y4gpy265s1gj1f2qy6jn5iz8r2bwwnq78r1r5yi15zib"))))
(build-system python-build-system)
+ ;; FIXME
+ (arguments
+ '(#:tests? #f)) ; The test suite requires network access.
+ (native-inputs
+ `(("python-cloudpickle" ,python-cloudpickle)
+ ("python-dill" ,python-dill)
+ ("python-msgpack" ,python-msgpack)))
(propagated-inputs
`(("python-serpent" ,python-serpent)))
(home-page "https://pyro4.readthedocs.io")
--
2.23.0
M
M
Marius Bakke wrote on 28 Oct 2019 22:54
(name . Giacomo Leidi)(address . goodoldpaul@autistici.org)
874kzsv8lp.fsf@devup.no
Giacomo Leidi <goodoldpaul@autistici.org> writes:

Toggle quote (2 lines)
> * gnu/packages/python-xyz.scm (python-pyro4): Update to 4.77.

Applied with this tiny change:
Toggle diff (15 lines)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 57fb77a95a..bf5371c07a 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -14337,9 +14337,8 @@ such as figshare or Zenodo.")
(sha256
(base32 "0gsjg869y4gpy265s1gj1f2qy6jn5iz8r2bwwnq78r1r5yi15zib"))))
(build-system python-build-system)
- ;; FIXME
(arguments
- '(#:tests? #f)) ; The test suite requires network access.
+ '(#:tests? #f)) ;FIXME: Some tests require network access.
(native-inputs
`(("python-cloudpickle" ,python-cloudpickle)
("python-dill" ,python-dill)
Apparently the tests never ran before. In the future, it would be great
to selectively disable just the tests that require network access, so
that we notice any breakage early.

Anyway, thanks for the patch!
-----BEGIN PGP SIGNATURE-----

iQEzBAEBCgAdFiEEu7At3yzq9qgNHeZDoqBt8qM6VPoFAl23Y7IACgkQoqBt8qM6
VPpxWwf+NGsxfiLHl+etDi64eUGekxiaXXfEbnI4LPV7WwKvIncaklBSSwFYi4ns
3ZKrKhWzAC5addO3aBBhBgxvGmsV7/VqHdh5laDTEf3Ob20TPqwJgW5SOEzm99Is
m07NMKqPyMpx0As4UcdzfxYHU5DC/08Ax0HS9sWlFJRMwRUz05VlfOacW2oOsgDZ
Nnv13o092U9BZ1U8txAM3Q7SwSz/AHLm7Zfvbuy95jNQ09LlFzt7ixSGbokqrY+4
5pmQesGhv5Ik0JSrRI5D9ExOaU043weVIqDd9FoqbUChMmJiLgF2LmQqfZHO6EhP
lp4ZsQKgFj4vLuvIL2qL0F8rI9VZLQ==
=hePR
-----END PGP SIGNATURE-----

Closed
?