guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

12/16: gnu: python-furl: Update to 2.0.0.


From: guix-commits
Subject: 12/16: gnu: python-furl: Update to 2.0.0.
Date: Sat, 30 May 2020 10:44:23 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit f55152cec4d200d59bc503c0442b96827dd8c0e2
Author: Hamzeh Nasajpour <h.nasajpour@pantherx.org>
AuthorDate: Fri May 29 12:10:49 2020 +0430

    gnu: python-furl: Update to 2.0.0.
    
    * gnu/packages/python-web.scm (python-furl): Update to 2.0.0.
    [native-inputs]: Remove PYTHON-PYCODESTYLE.  Add PYTHON-FLAKE8.
    
    Signed-off-by: Marius Bakke <marius@gnu.org>
---
 gnu/packages/python-web.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index cd8ce8a..61d2141 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -324,20 +324,20 @@ over a different origin than that of the web 
application.")
 (define-public python-furl
   (package
     (name "python-furl")
-    (version "0.5.6")
+    (version "2.0.0")
     (source
       (origin
         (method url-fetch)
         (uri (pypi-uri "furl" version))
         (sha256
           (base32
-            "0lzpfpm686hvz3sr1mcrnd1b3lgmnw8v59gb43wfi98r3b671pqc"))))
+            "1v2lakx03d5w8954a39ki44xv5mllnq0a0avhxykv9hrzg0yvjpx"))))
     (build-system python-build-system)
     (propagated-inputs
      `(("python-six" ,python-six)
        ("python-orderedmultidict" ,python-orderedmultidict)))
     (native-inputs
-     `(("python-pycodestyle" ,python-pycodestyle)))
+     `(("python-flake8" ,python-flake8)))
     (home-page "https://github.com/gruns/furl";)
     (synopsis "URL manipulation in Python")
     (description "Furl provides an easy-to-use alternative to the



reply via email to

[Prev in Thread] Current Thread [Next in Thread]