From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:42148) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ieYwF-0001NZ-T2 for guix-patches@gnu.org; Tue, 10 Dec 2019 01:24:05 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ieYwE-0004f7-Md for guix-patches@gnu.org; Tue, 10 Dec 2019 01:24:03 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:48819) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1ieYwE-0004es-Iu for guix-patches@gnu.org; Tue, 10 Dec 2019 01:24:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1ieYwE-0001P6-GW for guix-patches@gnu.org; Tue, 10 Dec 2019 01:24:02 -0500 Subject: bug#35954: [PATCH] gnu: python-markupsafe: Update to 1.1.1 Resent-To: guix-patches@gnu.org Resent-Message-ID: From: Brett Gilio References: <20190528124105.4933-1-h.nasajpour@pantherx.org> <20190528214545.68d6e85c@scratchpost.org> <8ac807c6-02ab-4ec3-b26b-578a5ed70075@www.fastmail.com> Date: Tue, 10 Dec 2019 00:23:17 -0600 In-Reply-To: (Hamzeh Nasajpour's message of "Mon, 29 Jul 2019 11:19:04 +0430") Message-ID: <87d0cwlmwa.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: Hamzeh Nasajpour Cc: Danny Milosavljevic , 35954-done@debbugs.gnu.org "Hamzeh Nasajpour" writes: > Hi, > > Whats the status of this patch? > > Regards. > > > On Wed, May 29, 2019, at 5:28 AM, Hamzeh Nasajpour wrote: >> Oh, so sorry. This is my mistake, ignore it. >> >> On Wed, May 29, 2019, at 5:27 AM, Hamzeh Nasajpour wrote: >> > +(define-public python-flask-cors >> > + (package >> > + (name "python-flask-cors") >> > + (version "3.0.7") >> > + (source (origin >> > + (method url-fetch) >> > + (uri (pypi-uri "Flask-Cors" version)) >> > + (sha256 (base32 >> > "1v6gq4vjgyxi8q8lxawpdfhq01adb4bznnabp08ks5nzbwibz43y")))) >> > + (build-system python-build-system) >> > + (arguments >> > + `(#:tests? #f)) >> > + (propagated-inputs >> > + `(("python-six" ,python-six) >> > + ("python-flask" ,python-flask))) >> > + (home-page "https://github.com/corydolphin/flask-cors") >> > + (synopsis "A Flask extension adding a decorator for CORS support") >> > + (description >> > + "This package has a simple philosophy, when you want to enable >> > CORS, you wish to enable it for all use cases on a domain. This means >> > no mucking around with different allowed headers, methods, etc. By >> > default, submission of cookies across domains is disabled due to the >> > security implications") >> > + (license license:expat))) >> > >> > >> > On Wed, May 29, 2019, at 12:15 AM, Danny Milosavljevic wrote: >> > > None of the tests get found. >> > > >> > > Otherwise OK (except for missing dot in commit message). >> > > > > > > Closing. Python-markupsafe reflects 1.1.1 in GNU Guix currently. -- Brett M. Gilio Homepage -- https://scm.pw/ GNU Guix -- https://guix.gnu.org/