From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:42676) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ieZ31-0002hT-Ao for guix-patches@gnu.org; Tue, 10 Dec 2019 01:31:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ieZ30-0007Kl-2t for guix-patches@gnu.org; Tue, 10 Dec 2019 01:31:03 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:48840) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1ieZ2z-0007Kg-Vc for guix-patches@gnu.org; Tue, 10 Dec 2019 01:31:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1ieZ2z-0001gd-Tz for guix-patches@gnu.org; Tue, 10 Dec 2019 01:31:01 -0500 Subject: bug#35950: [PATCH 2/3] gnu: python-flask-restful: Update to 0.12.1. Resent-To: guix-patches@gnu.org Resent-Message-ID: From: Brett Gilio References: <20190528105722.3697-1-h.nasajpour@pantherx.org> Date: Tue, 10 Dec 2019 00:29:55 -0600 In-Reply-To: <20190528105722.3697-1-h.nasajpour@pantherx.org> (h. nasajpour's message of "Tue, 28 May 2019 15:27:22 +0430") Message-ID: <8736dslml8.fsf@posteo.net> MIME-Version: 1.0 Content-Type: text/plain 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: "h.nasajpour" Cc: 35950-done@debbugs.gnu.org "h.nasajpour" 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/