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

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

bug#35950: closed ([PATCH 2/3] gnu: python-flask-restful: Update to 0.12


From: GNU bug Tracking System
Subject: bug#35950: closed ([PATCH 2/3] gnu: python-flask-restful: Update to 0.12.1.)
Date: Tue, 10 Dec 2019 06:31:01 +0000

Your message dated Tue, 10 Dec 2019 00:29:55 -0600
with message-id <address@hidden>
and subject line Re: [bug#35950] [PATCH 2/3] gnu: python-flask-restful: Update 
to 0.12.1.
has caused the debbugs.gnu.org bug report #35950,
regarding [PATCH 2/3] gnu: python-flask-restful: Update to 0.12.1.
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden.)


-- 
35950: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=35950
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [PATCH 2/3] gnu: python-flask-restful: Update to 0.12.1. Date: Tue, 28 May 2019 15:27:22 +0430
* gnu/packages/python-web.scm (python-flask-restful): Update to 0.12.1.
---
 gnu/packages/python-web.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index f962ae381f..79f4ec3565 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -2098,14 +2098,14 @@ pretty printer and a tree visitor.")
 (define-public python-flask-restful
   (package
     (name "python-flask-restful")
-    (version "0.3.7")
+    (version "0.12.1")
     (source
       (origin
         (method url-fetch)
         (uri (pypi-uri "Flask-RESTful" version))
         (sha256
          (base32
-          "1a9cbwkr6krryyzq4sd3f415nkkc6dyfls5i3pgyibs94g0hw97q"))))
+          "0qmb5sfijl4h9jw43zx4qm8sff7l0dhbig4a0wyc3pwi3mz6kb9z"))))
     (build-system python-build-system)
     (propagated-inputs
       `(("python-aniso8601" ,python-aniso8601)
-- 
2.21.0




--- End Message ---
--- Begin Message --- Subject: Re: [bug#35950] [PATCH 2/3] gnu: python-flask-restful: Update to 0.12.1. Date: Tue, 10 Dec 2019 00:29:55 -0600 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux)
"h.nasajpour" <address@hidden> writes:

> * gnu/packages/python-web.scm (python-flask-restful): Update to 0.12.1.
> ---
>  gnu/packages/python-web.scm | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
> index f962ae381f..79f4ec3565 100644
> --- a/gnu/packages/python-web.scm
> +++ b/gnu/packages/python-web.scm
> @@ -2098,14 +2098,14 @@ pretty printer and a tree visitor.")
>  (define-public python-flask-restful
>    (package
>      (name "python-flask-restful")
> -    (version "0.3.7")
> +    (version "0.12.1")
>      (source
>        (origin
>          (method url-fetch)
>          (uri (pypi-uri "Flask-RESTful" version))
>          (sha256
>           (base32
> -          "1a9cbwkr6krryyzq4sd3f415nkkc6dyfls5i3pgyibs94g0hw97q"))))
> +          "0qmb5sfijl4h9jw43zx4qm8sff7l0dhbig4a0wyc3pwi3mz6kb9z"))))
>      (build-system python-build-system)
>      (propagated-inputs
>        `(("python-aniso8601" ,python-aniso8601)

Failing builds aside, I am not sure about the versioning. Pypi shows me
that Flask-RESTful is still tracking 0.3.7. If this is wrong we can
reopen this bug report, but until then I am closing it.

-- 
Brett M. Gilio
Homepage -- https://scm.pw/
GNU Guix -- https://guix.gnu.org/


--- End Message ---

reply via email to

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