[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
06/08: gnu: python-py: Update to 1.5.3.
From: |
Arun Isaac |
Subject: |
06/08: gnu: python-py: Update to 1.5.3. |
Date: |
Sat, 31 Mar 2018 01:52:37 -0400 (EDT) |
arunisaac pushed a commit to branch core-updates
in repository guix.
commit 32b92480b36c9763a9a42a637f191980d91d0fe0
Author: Arun Isaac <address@hidden>
Date: Wed Mar 28 20:05:58 2018 +0530
gnu: python-py: Update to 1.5.3.
* gnu/packages/python.scm (python-py): Update to 1.5.3.
[home-page]: Update URI.
---
gnu/packages/python.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index f5de8ce..0c61f0f 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -1740,14 +1740,14 @@ matching them against a list of media-ranges.")
(define-public python-py
(package
(name "python-py")
- (version "1.4.34")
+ (version "1.5.3")
(source
(origin
(method url-fetch)
(uri (pypi-uri "py" version))
(sha256
(base32
- "1qyd5z0hv8ymxy84v5vig3vps2fvhcf4bdlksb3r03h549fmhb8g"))))
+ "10gq2lckvgwlk9w6yzijhzkarx44hsaknd0ypa08wlnpjnsgmj99"))))
(build-system python-build-system)
(arguments
;; FIXME: "ImportError: 'test' module incorrectly imported from
@@ -1755,7 +1755,7 @@ matching them against a list of media-ranges.")
;; Expected '/tmp/guix-build-python-py-1.4.31.drv-0/py-1.4.31/py'.
;; Is this module globally installed?"
'(#:tests? #f))
- (home-page "http://pylib.readthedocs.org/")
+ (home-page "http://pylib.readthedocs.io/")
(synopsis "Python library for parsing, I/O, instrospection, and logging")
(description
"Py is a Python library for file name parsing, .ini file parsing, I/O,
- branch core-updates updated (9b018ad -> 6009cdb), Arun Isaac, 2018/03/31
- 01/08: gnu: python-attrs: Update to 17.4.0., Arun Isaac, 2018/03/31
- 02/08: gnu: python-pyasn1: Update to 0.4.2., Arun Isaac, 2018/03/31
- 03/08: gnu: python-pluggy: Update to 0.6.0., Arun Isaac, 2018/03/31
- 06/08: gnu: python-py: Update to 1.5.3.,
Arun Isaac <=
- 05/08: gnu: python-hypothesis: Update to 3.52.0., Arun Isaac, 2018/03/31
- 07/08: gnu: python-pytest: Update to 3.5.0., Arun Isaac, 2018/03/31
- 08/08: gnu: python-pycairo: Update to 1.16.3., Arun Isaac, 2018/03/31
- 04/08: gnu: Add python-more-itertools., Arun Isaac, 2018/03/31