emacs-bug-tracker
[Top][All Lists]
Advanced

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

bug#41593: closed ([PATCH 1/1] gnu: python-furl: Update to 2.0.0.)


From: GNU bug Tracking System
Subject: bug#41593: closed ([PATCH 1/1] gnu: python-furl: Update to 2.0.0.)
Date: Sat, 30 May 2020 14:12:02 +0000

Your message dated Sat, 30 May 2020 16:11:35 +0200
with message-id <87imgdzf54.fsf@gnu.org>
and subject line Re: [bug#41593] [PATCH 1/1] gnu: python-furl: Update to 2.0.0.
has caused the debbugs.gnu.org bug report #41593,
regarding [PATCH 1/1] gnu: python-furl: Update to 2.0.0.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
41593: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=41593
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH 1/1] gnu: python-furl: Update to 2.0.0. Date: Fri, 29 May 2020 12:10:49 +0430 User-agent: Cyrus-JMAP/3.3.0-dev0-504-g204cd6f-fm-20200527.002-g204cd6f2
* gnu/packages/python-web.scm (python-furl): Update to 2.0.0.
---
 gnu/packages/python-web.scm | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index cd8ce8a83f..a7892b02ce 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -324,17 +324,18 @@ 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-flake8" ,python-flake8)
+       ("python-six" ,python-six)
        ("python-orderedmultidict" ,python-orderedmultidict)))
     (native-inputs
      `(("python-pycodestyle" ,python-pycodestyle)))
-- 
2.26.0



--- End Message ---
--- Begin Message --- Subject: Re: [bug#41593] [PATCH 1/1] gnu: python-furl: Update to 2.0.0. Date: Sat, 30 May 2020 16:11:35 +0200
"Hamzeh Nasajpour" <h.nasajpour@pantherx.org> writes:

> * gnu/packages/python-web.scm (python-furl): Update to 2.0.0.

This forgot to mention the new input.

[...]

> diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
> index cd8ce8a83f..a7892b02ce 100644
> --- a/gnu/packages/python-web.scm
> +++ b/gnu/packages/python-web.scm
> @@ -324,17 +324,18 @@ 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-flake8" ,python-flake8)
> +       ("python-six" ,python-six)

I moved python-flake8 to 'native-inputs' because it is only used for
tests according to setup.py.  I also removed the pycodestyle input,
which had been removed in favor of flake8.

Applied!

Attachment: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

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