Message ID | 20190528124105.4933-1-h.nasajpour@pantherx.org |
---|---|
State | Accepted |
Headers | show |
Series | [bug#35954] gnu: python-markupsafe: Update to 1.1.1 | expand |
Context | Check | Description |
---|---|---|
cbaines/applying patch | success | Successfully applied |
None of the tests get found. Otherwise OK (except for missing dot in commit message).
+(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). >
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). > >
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). > > >
"Hamzeh Nasajpour" <h.nasajpour@pantherx.org> 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.
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")