guix-patches
[Top][All Lists]
Advanced

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

[bug#35954] [PATCH] gnu: python-markupsafe: Update to 1.1.1


From: Hamzeh Nasajpour
Subject: [bug#35954] [PATCH] gnu: python-markupsafe: Update to 1.1.1
Date: Wed, 29 May 2019 05:28:25 +0430
User-agent: Cyrus-JMAP/3.1.6-555-g49357e1-fmstable-20190528v2

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).
> >





reply via email to

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