From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:51260) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hVdJH-00057F-Vg for guix-patches@gnu.org; Tue, 28 May 2019 10:42:41 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hVdJC-0002EQ-EC for guix-patches@gnu.org; Tue, 28 May 2019 10:42:39 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:43251) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hVdIs-00022a-Ne for guix-patches@gnu.org; Tue, 28 May 2019 10:42:21 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hVdIs-0001lM-KV for guix-patches@gnu.org; Tue, 28 May 2019 10:42:14 -0400 Subject: [bug#35957] [PATCH] gnu: python-werkzeug: Update to 0.15.4 Resent-Message-ID: Received: from eggs.gnu.org ([209.51.188.92]:57586) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hVbfb-0007n4-DU for guix-patches@gnu.org; Tue, 28 May 2019 08:57:36 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hVbfa-0002yd-Gl for guix-patches@gnu.org; Tue, 28 May 2019 08:57:35 -0400 Received: from 37.59.236.227.rdns.hasaserver.com ([37.59.236.227]:53885 helo=hamzeh-VirtualBox.Home) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hVbfa-0002yL-75 for guix-patches@gnu.org; Tue, 28 May 2019 08:57:34 -0400 From: "h.nasajpour" Date: Tue, 28 May 2019 17:26:57 +0430 Message-Id: <20190528125657.5238-1-h.nasajpour@pantherx.org> In-Reply-To: References: 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: 35957@debbugs.gnu.org Cc: "h.nasajpour" * gnu/packages/python-web.scm (python-werkzeug): Update to 0.15.4 --- 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 5d37e171e4..65bc5e768c 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm @@ -2676,14 +2676,14 @@ List. Forked from and using the same API as the publicsuffix package.") (define-public python-werkzeug (package (name "python-werkzeug") - (version "0.14.1") + (version "0.15.4") (source (origin (method url-fetch) (uri (pypi-uri "werkzeug" version)) (sha256 (base32 - "0z2m4snn1vc9518r2vzgdj1nc90kcgi60wijvd29yvcp85ypmzf3")))) + "19kwa1va46jyrhy47fn3a44js1882zrvh70n14mgp0jrh7q1bfd0")))) (build-system python-build-system) (arguments '(#:phases -- 2.17.1