aboutsummaryrefslogtreecommitdiff
path: root/tests/services
diff options
context:
space:
mode:
Diffstat (limited to 'tests/services')
0 files changed, 0 insertions, 0 deletions
packages/patches/python-w3lib-fix-test-failure.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it. Vinicius Monego 2023-08-25gnu: python-canvasapi: Propagate python-arrow....The package python-arrow is needed when importing canvasapi. * gnu/packages/python-web.scm (python-canvasapi)[native-inputs]: Move python-arrow from here... [propagated-inputs]: ...to here. John Kehayias 2023-08-25gnu: python-canvasapi: Update to 3.2.0....* gnu/packages/python-web.scm (python-canvasapi): Update to 3.2.0. [build-system]: Switch to pyproject-build-system. [native-inputs]: Add python-arrow. John Kehayias 2023-07-29gnu: hypercorn: Update to 0.14.4....* gnu/packages/python-web.scm (hypercorn): Update to 0.14.4. Vinicius Monego 2023-07-23gnu: Add python-openai....* gnu/packages/python-web.scm (python-openai): New variable. Ricardo Wurmus 2023-07-23gnu: Add python-fastapi-csrf-protect....* gnu/packages/python-web.scm (python-fastapi-csrf-protect): New variable. Ricardo Wurmus 2023-07-16gnu: Add python-ovh....* gnu/packages/python-web.scm (python-ovh): New variable. Liliana Marie Prikler 2023-07-10gnu: Add python-flask-seasurf....* gnu/packages/python-web.scm (python-flask-seasurf): New variable. Co-authored-by: Ricardo Wurmus <rekado@elephly.net> kiasoc5 2023-07-10gnu: Add python-flask-compress....* gnu/packages/python-web.scm (python-flask-compress): New variable. Co-authored-by: Ricardo Wurmus <rekado@elephly.net> kiasoc5 2023-07-01gnu: whoogle-search: Update to 0.8.2....* gnu/packages/python-web.scm (whoogle-search): Update to 0.8.2. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> Spencer Skylar Chan 2023-06-12gnu: python-mf2py: Add missing input....* gnu/packages/python-web.scm (python-mf2py)[native-inputs]: Add python-mock. Efraim Flashner 2023-05-23gnu: python-zope-schema: Update to 7.0.1....* gnu/packages/python-web.scm (python-zope-schema): Update to 7.0.1. jgart 2023-05-23gnu: python-lazr-restfulclient: Add missing inputs....* gnu/packages/python-web.scm (python-lazr-restfulclient) [propagated-inputs]: Add python-pyparsing and python-six. jgart 2023-05-23gnu: python-zope-exceptions: Update to 4.6....* gnu/packages/python-web.scm (python-zope-exceptions): Update to 4.6. Ivan Vilata-i-Balaguer 2023-05-19gnu: python-cssutils: Update to 2.6.0....Resending second patch with a better commit message. * gnu/packages/python-web.scm (python-cssutils): Update to 2.6.0. [build-system]: Switch to pyproject-build-system. [arguments]: Enable tests. [native-inputs]: Remove unzip; add python-pytest and python-jaraco-test. [homepage]: Update it. Signed-off-by: Ludovic Courtès <ludo@gnu.org> kiasoc5 2023-05-13gnu: python-rapidjson: Use pyproject-build-system....* gnu/packages/python-web.scm (python-rapidjson)[build-system]: Use pyproject-build-system. [arguments]: Do not use custom 'build and 'check phases. Ricardo Wurmus 2023-05-11gnu: Add python-omnipath....* gnu/packages/python-web.scm (python-omnipath): New variable. Ricardo Wurmus 2023-05-10gnu: Add python-starsessions-for-pytorch-lightning....* gnu/packages/python-web.scm (python-starsessions-for-pytorch-lightning): New variable. Ricardo Wurmus 2023-05-10gnu: Add python-fastapi-for-pytorch-lightning....* gnu/packages/python-web.scm (python-fastapi-for-pytorch-lightning): New variable. Ricardo Wurmus 2023-05-10gnu: Add python-starlette-for-fastapi-0.88....* gnu/packages/python-web.scm (python-starlette-for-fastapi-0.88): New variable. Ricardo Wurmus 2023-05-09gnu: python-fastapi: Do not delete tests, and add orjson....* gnu/packages/python-web.scm (python-fastapi)[arguments]: Remove all custom phases; ignore two test files. [propagated-inputs]: Add python-orjson. Ricardo Wurmus 2023-05-09gnu: Add python-fastapi....* gnu/packages/python-web.scm (python-fastapi): New variable. Liliana Marie Prikler 2023-05-09gnu: python-starlette: Update to 0.25.0....* gnu/packages/python-web.scm (python-starlette): Update to 0.25.0. [source]: Switch to git-fetch and git-reference. [build-system]: Use pyproject-build-system. [native-inputs]: Add python-hatchling, python-httpx, python-pytest, and python-typing-extensions-next. Liliana Marie Prikler 2023-05-06gnu: Remove python-slimit....This is no longer used by python-django-pipeline and it fails to build, I think due to incompatibility with recent Python versions. * gnu/packages/python-web.scm (python-slimit): Remove. Christopher Baines 2023-05-05gnu: python-sanic: Disable failing SSL tests....Best guess is that they check for broken behavior in one of the dependencies, which has changed. * gnu/packages/python-web.scm (python-sanic)[arguments]: Disable more tests. Lars-Dominik Braun