aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/python-web.scm
Commit message (Collapse)AuthorAge
* gnu: whoogle-search: Update to 0.8.2.Spencer Skylar Chan2023-07-01
| | | | | | * gnu/packages/python-web.scm (whoogle-search): Update to 0.8.2. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: python-mf2py: Add missing input.Efraim Flashner2023-06-12
| | | | | * gnu/packages/python-web.scm (python-mf2py)[native-inputs]: Add python-mock.
* gnu: python-zope-schema: Update to 7.0.1.jgart2023-05-23
| | | | * gnu/packages/python-web.scm (python-zope-schema): Update to 7.0.1.
* gnu: python-lazr-restfulclient: Add missing inputs.jgart2023-05-23
| | | | | * gnu/packages/python-web.scm (python-lazr-restfulclient) [propagated-inputs]: Add python-pyparsing and python-six.
* gnu: python-zope-exceptions: Update to 4.6.Ivan Vilata-i-Balaguer2023-05-23
| | | | * gnu/packages/python-web.scm (python-zope-exceptions): Update to 4.6.
* gnu: python-cssutils: Update to 2.6.0.kiasoc52023-05-19
| | | | | | | | | | | | 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>
* gnu: python-rapidjson: Use pyproject-build-system.Ricardo Wurmus2023-05-13
| | | | | | * gnu/packages/python-web.scm (python-rapidjson)[build-system]: Use pyproject-build-system. [arguments]: Do not use custom 'build and 'check phases.
* gnu: Add python-omnipath.Ricardo Wurmus2023-05-11
| | | | * gnu/packages/python-web.scm (python-omnipath): New variable.
* gnu: Add python-starsessions-for-pytorch-lightning.Ricardo Wurmus2023-05-10
| | | | * gnu/packages/python-web.scm (python-starsessions-for-pytorch-lightning): New variable.
* gnu: Add python-fastapi-for-pytorch-lightning.Ricardo Wurmus2023-05-10
| | | | * gnu/packages/python-web.scm (python-fastapi-for-pytorch-lightning): New variable.
* gnu: Add python-starlette-for-fastapi-0.88.Ricardo Wurmus2023-05-10
| | | | * gnu/packages/python-web.scm (python-starlette-for-fastapi-0.88): New variable.
* gnu: python-fastapi: Do not delete tests, and add orjson.Ricardo Wurmus2023-05-09
| | | | | | * gnu/packages/python-web.scm (python-fastapi)[arguments]: Remove all custom phases; ignore two test files. [propagated-inputs]: Add python-orjson.
* gnu: Add python-fastapi.Liliana Marie Prikler2023-05-09
| | | | * gnu/packages/python-web.scm (python-fastapi): New variable.
* gnu: python-starlette: Update to 0.25.0.Liliana Marie Prikler2023-05-09
| | | | | | | | * 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.
* gnu: Remove python-slimit.Christopher Baines2023-05-06
| | | | | | | 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.
* gnu: python-sanic: Disable failing SSL tests.Lars-Dominik Braun2023-05-05
| | | | | | | | 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.
* gnu: python-urllib3: Adjust dependencies per architecture.Efraim Flashner2023-05-01
| | | | | | * gnu/packages/python-web.scm (python-urllib3)[propagated-inputs]: Only include python-cryptography, python-pyopenssl on architectures where they are supported.
* gnu: python-tinycss2: Simplify.Ricardo Wurmus2023-04-27
| | | | | | * gnu/packages/python-web.scm (python-tinycss2)[build-system]: Use pyproject-build-system. [arguments]: Remove.
* gnu: python-openapi-core: Add missing input.Ricardo Wurmus2023-04-27
| | | | | | | * gnu/packages/python-web.scm (python-openapi-core)[build-system]: Use pyproject-build-system. [arguments]: Do not override 'check phase; specify #:test-flags. [native-inputs]: Add python-mock.
* gnu: python-google-cloud-storage: Add missing input.Ricardo Wurmus2023-04-27
| | | | | * gnu/packages/python-web.scm (python-google-cloud-storage)[native-inputs]: Add python-mock.
* gnu: python-google-resumable-media: Add missing input.Ricardo Wurmus2023-04-27
| | | | | * gnu/packages/python-web.scm (python-google-resumable-media)[native-inputs]: Add python-mock.
* gnu: python-aws-xray-sdk: Update to 2.12.0.Ricardo Wurmus2023-04-27
| | | | | | | | | * gnu/packages/python-web.scm (python-aws-xray-sdk): Update to 2.12.0. [build-system]: Use pyproject-build-system. [arguments]: Specify #:test-flags; do not override 'check phase; add 'pre-check phase. [native-inputs]: Add python-httpx, python-mock, python-pytest-asyncio, and python-pytest-benchmark.
* gnu: python-httpx: Update to 0.24.0.Ricardo Wurmus2023-04-27
| | | | | | | | | * gnu/packages/python-web.scm (python-httpx): Update to 0.24.0. [build-system]: Use pyproject-build-system. [arguments]: Remove custom check phase in favor of specifying #:test-flags. [native-inputs]: Add python-hatchling and python-hatch-fancy-pypi-readme. (python-httpx-bootstrap)[native-inputs]: Add python-hatchling and python-hatch-fancy-pypi-readme.
* gnu: python-httpcore: Update to 0.17.0.Ricardo Wurmus2023-04-27
| | | | | | | * gnu/packages/python-web.scm (python-httpcore): Update to 0.17.0. [build-system]: Use pyproject-build-system. [arguments]: Remove custom check phase; specify #:test-flags; disable broken tests.
* gnu: python-h11: Update to 0.14.0.Ricardo Wurmus2023-04-27
| | | | | | * gnu/packages/python-web.scm (python-h11): Update to 0.14.0. [build-system]: Use pyproject-build-system. [arguments]: Remove.
* gnu: python-wsproto: Update to 1.2.0.Ricardo Wurmus2023-04-27
| | | | | | * gnu/packages/python-web.scm (python-wsproto): Update to 1.2.0. [build-system]: Use pyproject-build-system. [arguments]: Remove.
* gnu: python-rapidjson: Update to 1.10.Ricardo Wurmus2023-04-26
| | | | | | * gnu/packages/python-web.scm (python-rapidjson): Update to 1.10. [source]: Simplify snippet. [arguments]: Run tests conditionally; do not delete test files.
* gnu: python-tornado: Run a lot more tests and fix collections.Ricardo Wurmus2023-04-26
| | | | | * gnu/packages/python-web.scm (python-tornado)[arguments]: Do run tests; add phase 'fix-collections.
* gnu: python-msal: Update to 1.22.0.John Kehayias2023-04-22
| | | | * gnu/packages/python-web.scm (python-msal): Update to 1.22.0.
* gnu: python-genshi: Update to 0.7.7.Andreas Enge2023-04-22
| | | | * gnu/packages/python-web.scm (python-genshi): Update to 0.7.7.
* gnu: python-aiohttp: Update to 3.8.4.Maxim Cournoyer2023-04-19
| | | | | | | | * gnu/packages/python-web.scm (python-aiohttp): Update to 3.8.4. [arguments]: Adjust comments in fix-tests phase. Skip/ignore more tests in check phase. Remove extraneous or (it wouldn't have worked with invoke anyway). [propagated-inputs]: Add python-asynctest. Remove python-typing-extensions.
* gnu: python-aiosignal: Update to 1.3.1.Maxim Cournoyer2023-04-19
| | | | | | | * gnu/packages/python-web.scm (python-aiosignal): Update to 1.3.1. [build-system]: Use pyproject-build-system. [arguments]: Remove #:phases. Add #:test-flags. [native-inputs]: Add python-pytest-cov.
* gnu: python-aiodns: Update to 3.0.0.Maxim Cournoyer2023-04-19
| | | | * gnu/packages/python-web.scm (python-aiodns): Update to 3.0.0.
* gnu: python-pycares: Update to 4.3.0.Maxim Cournoyer2023-04-19
| | | | | * gnu/packages/python-web.scm (python-pycares): Update to 4.3.0. [propagated-inputs]: New field.
* gnu: python-google-auth: Update to 2.17.3.John Kehayias2023-04-18
| | | | | * gnu/packages/python-web.scm (python-google-auth): Update to 2.17.3. [native-inputs]: Add python-mock.
* gnu: python-urllib3: Update to 1.26.15.John Kehayias2023-04-18
| | | | * gnu/packages/python-web.scm (python-urllib3): Update to 1.26.15.
* gnu: python-oauth2client: Fix build.John Kehayias2023-04-18
| | | | | * gnu/packages/python-web.scm (python-oauth2client)[propagated-inputs]: Add python-pyparsing.
* gnu: python-httplib2: Update to 0.22.0.John Kehayias2023-04-18
| | | | | | * gnu/packages/python-web.scm (python-httplib2): Update to 0.22.0. [build-system]: Switch to pyproject-build-system. [native-inputs]: Add python-cryptography.
* Merge branch 'master' into core-updates.Maxim Cournoyer2023-04-14
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: gnu/local.mk gnu/packages/build-tools.scm gnu/packages/certs.scm gnu/packages/check.scm gnu/packages/compression.scm gnu/packages/cups.scm gnu/packages/fontutils.scm gnu/packages/gnuzilla.scm gnu/packages/guile.scm gnu/packages/ibus.scm gnu/packages/image-processing.scm gnu/packages/linux.scm gnu/packages/music.scm gnu/packages/nss.scm gnu/packages/pdf.scm gnu/packages/python-xyz.scm gnu/packages/qt.scm gnu/packages/ruby.scm gnu/packages/shells.scm gnu/packages/tex.scm gnu/packages/video.scm gnu/packages/vulkan.scm gnu/packages/web.scm gnu/packages/webkit.scm gnu/packages/wm.scm
| * Merge branch 'master' into stagingMaxim Cournoyer2023-03-31
| |\
| | * gnu: Add python-asgi-csrf.Felix Gruber2023-03-29
| | | | | | | | | | | | | | | | | | | | | * gnu/packages/python-web.scm (python-asgi-csrf): New variable. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Modified-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
| | * gnu: Add python-asgi-lifespan.Felix Gruber2023-03-29
| | | | | | | | | | | | | | | | | | | | | * gnu/packages/python-web.scm (python-asgi-lifespan): New variable. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Modified-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
| * | gnu: python-geventhttpclient: Update to 2.0.9.Maxim Cournoyer2023-03-31
| |/ | | | | | | | | | | * gnu/packages/python-web.scm (python-geventhttpclient): Update to 2.0.9. [propagated-inputs]: Add python-urllib3. [home-page]: Update URL.
* | Merge remote-tracking branch 'origin/master' into core-updatesAndreas Enge2023-03-20
|\|
| * gnu: python-google-api-client: Update to 1.12.8.Efraim Flashner2023-03-20
| | | | | | | | | | | | | | | | | | | | * gnu/packages/python-web.scm (python-google-api-client): Update to 1.12.8. [arguments]: Remove custom phase to adjust setup.py. [native-inputs]: Remove python-oauth2client, python-uritemplate. Move python-httplib2, python-six ... [propagated-inputs]: ... here. Add python-google-api-core-1, python-google-auth-1, python-google-auth-httplib2, python-uritemplate-3.
| * gnu: python-googleapis-common-protos: Update to 1.56.4.Efraim Flashner2023-03-20
| | | | | | | | | | | | * gnu/packages/python-web.scm (python-googleapis-common-protos): Update to 1.56.4. [arguments]: Enable test suite.
| * gnu: Add python-google-api-core-1.Efraim Flashner2023-03-20
| | | | | | | | * gnu/packages/python-web.scm (python-google-api-core-1): New variable.
| * gnu: Add python-google-auth-1.Efraim Flashner2023-03-20
| | | | | | | | * gnu/packages/python-web.scm (python-google-auth-1): New variable.
| * gnu: Add python-google-auth-httplib2.Efraim Flashner2023-03-20
| | | | | | | | | | * gnu/packages/python-web.scm (python-google-auth-httplib2): New variable.
| * gnu: Add python-uritemplate-3.Efraim Flashner2023-03-20
| | | | | | | | * gnu/packages/python-web.scm (python-uritemplate-3): New variable.