From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41003) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1f1Rze-0007Cg-Mj for guix-patches@gnu.org; Thu, 29 Mar 2018 03:29:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1f1Rzd-0000PV-FN for guix-patches@gnu.org; Thu, 29 Mar 2018 03:29:06 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:49996) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1f1Rzd-0000PI-BN for guix-patches@gnu.org; Thu, 29 Mar 2018 03:29:05 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1f1Rzd-0008B2-4S for guix-patches@gnu.org; Thu, 29 Mar 2018 03:29:05 -0400 Subject: [bug#30982] [PATCH 6/8] gnu: python-py: Update to 1.5.3. Resent-Message-ID: From: Arun Isaac Date: Thu, 29 Mar 2018 12:58:14 +0530 Message-Id: <20180329072816.3911-6-arunisaac@systemreboot.net> In-Reply-To: <20180329072816.3911-1-arunisaac@systemreboot.net> References: <20180329072816.3911-1-arunisaac@systemreboot.net> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: 30982@debbugs.gnu.org * 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 4f622e469..0548fe722 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm @@ -1694,14 +1694,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 @@ -1709,7 +1709,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, -- 2.15.1