aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/python-web.scm
Commit message (Collapse)AuthorAge
* build-system/pyproject: Always run tests verbosely for supported backends.Marius Bakke2022-10-27
| | | | | | | | | | | | | * guix/build-system/pyproject.scm (pyproject-build): Default to '() instead of #false for TEST-FLAGS. * guix/build/pyproject-build-system.scm (check): Unconditionally enable verbose test flags. * doc/guix.texi (Build Systems): Document this change. * gnu/packages/fontutils.scm (python-glyphslib)[arguments]: Remove verbosity from #:test-flags. * gnu/packages/pdf.scm (python-pydyf, weasyprint)[arguments]: Likewise. * gnu/packages/python-web.scm (python-openapi-spec-validator)[arguments]: Likewise. * gnu/packages/python-xyz.scm (python-path, python-tempora)[arguments]: Likewise.
* gnu: python-openapi-spec-validator: Use pyproject-build-system.Marius Bakke2022-10-27
| | | | | | | * gnu/packages/python-web.scm (python-openapi-spec-validator)[build-system]: Set to PYPROJECT-BUILD-SYSTEM. [arguments]: Add #:test-flags. Remove obsolete phases. [native-inputs]: Remove PYTHON-PYPA-BUILD.
* gnu: python-openapi-schema-validator: Use pyproject-build-system.Marius Bakke2022-10-27
| | | | | | | * gnu/packages/python-web.scm (python-openapi-schema-validator)[build-system]: Set to PYPROJECT-BUILD-SYSTEM. [arguments]: Remove redundant phases. [native-inputs]: Remove PYTHON-PYPA-BUILD.
* Merge remote-tracking branch 'origin/master' into stagingEfraim Flashner2022-10-12
|\ | | | | | | | | | | | | | | | | | | Conflicts: gnu/packages/gnuzilla.scm gnu/packages/graphics.scm gnu/packages/gstreamer.scm gnu/packages/gtk.scm gnu/packages/kde-frameworks.scm gnu/packages/video.scm
| * gnu: Add awscli-2.Zzull2022-10-04
| | | | | | | | | | | | * gnu/packages/python-web.scm (awscli-2): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| * gnu: python-cfn-lint: Update to 0.65.0.Greg Hogan2022-10-02
| | | | | | | | | | | | | | | | | | * gnu/packages/python-web.scm (python-cfn-lint): Update to 0.65.0. [arguments]<#:phases>: Add 'skip-network-test. [propagated-inputs]: Add python-importlib-resources, python-jschema-to-python, python-sarif-om. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| * gnu: Add python-sarif-om.Greg Hogan2022-10-02
| | | | | | | | | | | | * gnu/packages/python-web.scm (python-sarif-om): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| * gnu: Add python-jschema-to-python.Greg Hogan2022-10-02
| | | | | | | | | | | | * gnu/packages/python-web.scm (python-jschema-to-python): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| * gnu: python-aws-sam-translator: Update to 1.51.0.Greg Hogan2022-10-02
| | | | | | | | | | | | * gnu/packages/python-web.scm (python-aws-sam-translator): Update to 1.51.0. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| * gnu: python-aiohttp-socks: Update to 0.7.1.Michael Rohleder2022-10-02
| | | | | | | | | | | | * gnu/packages/python-web.scm (python-aiohttp-socks): Update to 0.7.1. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
| * gnu: python-socks: Update to 2.0.3.Michael Rohleder2022-10-02
| | | | | | | | | | | | | | * gnu/packages/python-web.scm (python-socks): Update to 2.0.3. [arguments]<#:phases>: Remove trailing #t. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* | gnu: python-websockets: Extend test timeout.Efraim Flashner2022-09-19
| | | | | | | | | | * gnu/packages/python-web.scm (python-websockets)[arguments]: Add phase to extend the tests timeout so slower machines can complete them.
* | Merge branch 'master' into stagingMaxim Cournoyer2022-09-15
|\| | | | | | | | | | | | | With resolved conflicts in: gnu/local.mk gnu/packages/freedesktop.scm gnu/packages/gnuzilla.scm
| * gnu: python-uvloop: Disable flaky test.Marius Bakke2022-09-11
| | | | | | | | | | | | * gnu/packages/python-web.scm (python-uvloop)[arguments]: Disable one more test. While at it, use 'thread' timeout method as signal did not work here. Also don't compute the pytest string at evaluation time.
* | Merge branch 'master' into stagingMarius Bakke2022-08-30
|\|
| * gnu: Add python-grid5000.msimonin2022-08-30
| | | | | | | | | | | | * gnu/packages/python-web.scm (python-grid5000): New variable. Signed-off-by: Marius Bakke <marius@gnu.org>
| * gnu: python-cloudscraper: Update to 1.2.60.Tomasz Jeneralczyk2022-08-30
| | | | | | | | | | | | | | * gnu/packages/python-web.scm (python-cloudscraper): Update to 1.2.60 [propagated-inputs]: Change python-pyparsing to its mainstream version. Co-authored-by: Ludovic Courtès <ludo@gnu.org>
* | Merge branch 'master' into stagingMarius Bakke2022-08-27
|\|
| * gnu: python-aiohttp: Disable tests that fail with Pytest 7.Marius Bakke2022-08-19
| | | | | | | | * gnu/packages/python-web.scm (python-aiohttp)[arguments]: Ignore three tests.
| * gnu: Add python-whatthepatch.Nicolas Graves via Guix-patches via2022-08-15
| | | | | | | | | | | | * gnu/packages/python-web.scm (python-whatthepatch): New variable. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* | Merge branch 'master' into stagingMarius Bakke2022-08-11
|\|
| * gnu: Add python-shopifyapi.Hartmut Goebel2022-08-10
| | | | | | | | * gnu/packages/python-web.scm (python-shopifyapi): New variable.
| * gnu: Add python-pyactiveresource.Hartmut Goebel2022-08-10
| | | | | | | | * gnu/packages/python-web.scm (python-pyactiveresource): New variable.
| * gnu: Add python-starlette.Hartmut Goebel2022-08-10
| | | | | | | | * gnu/packages/python-web.scm (python-starlette): New variable.
| * gnu: Add python-requests-kerberos.Hartmut Goebel2022-08-10
| | | | | | | | * gnu/packages/python-web.scm (python-requests-kerberos): New variable.
* | Merge branch 'master' into stagingMarius Bakke2022-07-21
|\|
| * gnu: Add oauth2ms.John Kehayias2022-07-18
| | | | | | | | | | | | * gnu/packages/python-web.scm (oauth2ms): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| * gnu: Add python-msal.John Kehayias2022-07-18
| | | | | | | | | | | | * gnu/packages/python-web.scm (python-msal): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* | gnu: python-requests: Update to 2.28.1.Marius Bakke2022-07-16
| | | | | | | | | | * gnu/packages/python-web.scm (python-requests): Update to 2.28.1. [arguments]: Remove #:phases.
* | Merge branch 'master' into stagingMarius Bakke2022-07-13
|\|
| * gnu: python-tornado-6: Adjust test timeout.Efraim Flashner2022-07-12
| | | | | | | | | | * gnu/packages/python-web.scm (python-tornado-6)[arguments]: Adjust custom 'check phase to allow a longer test timeout.
| * gnu: python-tornado-6: Honor tests flag.Efraim Flashner2022-07-12
| | | | | | | | | | * gnu/packages/python-web.scm (python-tornado-6)[arguments]: Adjust custom 'check phase to honor the #:tests? flag.
| * gnu: grip: Update to 4.6.1.Luis Henrique Gomes Higino2022-07-01
| | | | | | | | | | | | | | * gnu/packages/python-web.scm (grip): Update to 4.6.1. (arguments): Use a gexp. Signed-off-by: Christopher Baines <mail@cbaines.net>
| * gnu: Add python-sendgrid.Antero Mejr2022-06-26
| | | | | | | | | | | | * gnu/packages/python-web.scm (python-sendgrid): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| * gnu: Add python-http-client.Antero Mejr2022-06-26
| | | | | | | | | | | | * gnu/packages/python-web.scm (python-http-client): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* | gnu: python-urllib3: Update to 1.26.9.Marius Bakke2022-06-23
| | | | | | | | * gnu/packages/python-web.scm (python-urllib3): Update to 1.26.9.
* | gnu: python-requests: Update to 2.28.0.Marius Bakke2022-06-23
|/ | | | | * gnu/packages/python-web.scm (python-requests): Update to 2.28.0. [arguments]: Loosen charset-normalizer requirement.
* gnu: python-bottle: Update to 0.12.21.jgart2022-06-23
| | | | | | * gnu/packages/python-web.scm (python-bottle): Update to 0.12.21. Signed-off-by: Christopher Baines <mail@cbaines.net>
* gnu: python-minio: Update to 7.1.9.Marius Bakke2022-06-22
| | | | | | * gnu/packages/python-web.scm (python-minio): Update to 7.1.9. [arguments]: Remove trailing #t. [propagated-inputs]: Remove PYTHON-CONFIGPARSER.
* gnu: python-sanic-testing: Fix build.Marius Bakke2022-06-22
| | | | | * gnu/packages/python-web.scm (python-sanic-testing)[arguments]: Add #:phases.
* gnu: python-databricks-cli: Update to 0.17.0.Marius Bakke2022-06-21
| | | | | | * gnu/packages/python-web.scm (python-databricks-cli): Update to 0.17.0. [arguments]: Enable previously failing test. [propagated-inputs]: Remove PYTHON-CONFIGPARSER. Add PYTHON-PYJWT.
* gnu: Add python-zeep.Vinicius Monego2022-06-16
| | | | | | | | * gnu/packages/python-web.scm (python-zeep): New variable. * gnu/packages/patches/python-zeep-Fix-pytest_httpx-test-cases.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. Co-authored-by: Hartmut Goebel <h.goebel@crazy-compilers.com>
* gnu: python-httpx: Update to 0.23.0.Arun Isaac2022-06-14
| | | | * gnu/packages/python-web.scm (python-httpx): Update to 0.23.0.
* gnu: python-httpcore: Update to 0.15.0.Arun Isaac2022-06-14
| | | | | * gnu/packages/python-web.scm (python-httpcore): Update to 0.15.0. [arguments]: Override asyncio_mode when invoking pytest in check phase.
* Merge branch 'master' into stagingLudovic Courtès2022-06-08
|\
| * gnu: python-flask-restx: Skip networking dependent test.Maxim Cournoyer2022-06-07
| | | | | | | | | | * gnu/packages/python-web.scm (python-flask-restx) [phases]{check}: Skip the 'test_redirect' test.
| * gnu: python-flask-combo-jsonapi: Skip failing test.Maxim Cournoyer2022-06-07
| | | | | | | | | | | | | | * gnu/packages/python-web.scm (python-flask-combo-jsonapi) [phases]{check}: Skip test_get_list_with_simple_filter_relationship_custom_qs_api test. [native-inputs]: Normalize indentation.
* | Merge remote-tracking branch 'origin/master' into stagingEfraim Flashner2022-06-01
|\|
| * gnu: Add python-launchpadlib.Maxim Cournoyer2022-05-31
| | | | | | | | * gnu/packages/python-web.scm (python-launchpadlib): New variable.
| * gnu: Add python-lazr-restfulclient.Maxim Cournoyer2022-05-31
| | | | | | | | * gnu/packages/python-web.scm (python-lazr-restfulclient): New variable.