From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:51250) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hVdJH-000577-S5 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 1hVdJA-0002D5-Hi for guix-patches@gnu.org; Tue, 28 May 2019 10:42:39 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:43245) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hVdIq-00021T-Bq for guix-patches@gnu.org; Tue, 28 May 2019 10:42:16 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hVdIq-0001kb-8x for guix-patches@gnu.org; Tue, 28 May 2019 10:42:12 -0400 Subject: [bug#35954] [PATCH] gnu: python-markupsafe: Update to 1.1.1 Resent-Message-ID: Received: from eggs.gnu.org ([209.51.188.92]:54101) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hVbQb-0002JE-MY for guix-patches@gnu.org; Tue, 28 May 2019 08:42:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hVbQa-0000S8-Oz for guix-patches@gnu.org; Tue, 28 May 2019 08:42:05 -0400 Received: from 37.59.236.227.rdns.hasaserver.com ([37.59.236.227]:53733 helo=hamzeh-VirtualBox.Home) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hVbQa-0000Qb-8k for guix-patches@gnu.org; Tue, 28 May 2019 08:42:04 -0400 From: "h.nasajpour" Date: Tue, 28 May 2019 17:11:05 +0430 Message-Id: <20190528124105.4933-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: 35954@debbugs.gnu.org Cc: "h.nasajpour" * gnu/packages/python-xyz.scm (python-markupsafe): Update to 1.1.1 --- gnu/packages/python-xyz.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 5d0e57d082..c8401d1641 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -2298,14 +2298,14 @@ e.g. filters, callbacks and errbacks can all be promises.") (define-public python-markupsafe (package (name "python-markupsafe") - (version "1.0") + (version "1.1.1") (source (origin (method url-fetch) (uri (pypi-uri "MarkupSafe" version)) (sha256 (base32 - "0rdn1s8x9ni7ss8rfiacj7x1085lx8mh2zdwqslnw8xc3l4nkgm6")))) + "0sqipg4fk7xbixqd8kq6rlkxj664d157bdwbh93farcphf92x1r9")))) (build-system python-build-system) (home-page "https://github.com/mitsuhiko/markupsafe") (synopsis "XML/HTML/XHTML markup safe string implementation for Python") -- 2.17.1