summaryrefslogtreecommitdiff
path: root/gnu/packages/python-web.scm
Commit message (Expand)AuthorAgeFilesLines
* gnu: hypercorn: Update to 0.14.4.•••* gnu/packages/python-web.scm (hypercorn): Update to 0.14.4. Vinicius Monego2023-07-291-2/+2
* gnu: Add python-openai.•••* gnu/packages/python-web.scm (python-openai): New variable. Ricardo Wurmus2023-07-231-0/+30
* gnu: Add python-fastapi-csrf-protect.•••* gnu/packages/python-web.scm (python-fastapi-csrf-protect): New variable. Ricardo Wurmus2023-07-231-0/+29
* gnu: Add python-ovh.•••* gnu/packages/python-web.scm (python-ovh): New variable. Liliana Marie Prikler2023-07-161-0/+28
* gnu: Add python-flask-seasurf.•••* gnu/packages/python-web.scm (python-flask-seasurf): New variable. Co-authored-by: Ricardo Wurmus <rekado@elephly.net> kiasoc52023-07-101-0/+23
* gnu: Add python-flask-compress.•••* gnu/packages/python-web.scm (python-flask-compress): New variable. Co-authored-by: Ricardo Wurmus <rekado@elephly.net> kiasoc52023-07-101-0/+21
* gnu: 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 Chan2023-07-011-2/+2
* gnu: python-mf2py: Add missing input.•••* gnu/packages/python-web.scm (python-mf2py)[native-inputs]: Add python-mock. Efraim Flashner2023-06-121-1/+1
* gnu: python-zope-schema: Update to 7.0.1.•••* gnu/packages/python-web.scm (python-zope-schema): Update to 7.0.1. jgart2023-05-231-2/+2
* gnu: python-lazr-restfulclient: Add missing inputs.•••* gnu/packages/python-web.scm (python-lazr-restfulclient) [propagated-inputs]: Add python-pyparsing and python-six. jgart2023-05-231-0/+2
* gnu: python-zope-exceptions: Update to 4.6.•••* gnu/packages/python-web.scm (python-zope-exceptions): Update to 4.6. Ivan Vilata-i-Balaguer2023-05-231-2/+3
* gnu: 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> kiasoc52023-05-191-12/+21
* gnu: 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 Wurmus2023-05-131-17/+15
* gnu: Add python-omnipath.•••* gnu/packages/python-web.scm (python-omnipath): New variable. Ricardo Wurmus2023-05-111-0/+49
* gnu: Add python-starsessions-for-pytorch-lightning.•••* gnu/packages/python-web.scm (python-starsessions-for-pytorch-lightning): New variable. Ricardo Wurmus2023-05-101-0/+53
* gnu: Add python-fastapi-for-pytorch-lightning.•••* gnu/packages/python-web.scm (python-fastapi-for-pytorch-lightning): New variable. Ricardo Wurmus2023-05-101-0/+15
* gnu: Add python-starlette-for-fastapi-0.88.•••* gnu/packages/python-web.scm (python-starlette-for-fastapi-0.88): New variable. Ricardo Wurmus2023-05-101-0/+20
* gnu: 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 Wurmus2023-05-091-21/+5
* gnu: Add python-fastapi.•••* gnu/packages/python-web.scm (python-fastapi): New variable. Liliana Marie Prikler2023-05-091-0/+62
* gnu: 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 Prikler2023-05-091-5/+12
* gnu: 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 Baines2023-05-061-25/+0
* gnu: 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 Braun2023-05-051-1/+5
* gnu: python-urllib3: Adjust dependencies per architecture.•••* gnu/packages/python-web.scm (python-urllib3)[propagated-inputs]: Only include python-cryptography, python-pyopenssl on architectures where they are supported. Efraim Flashner2023-05-011-6/+13
* gnu: python-tinycss2: Simplify.•••* gnu/packages/python-web.scm (python-tinycss2)[build-system]: Use pyproject-build-system. [arguments]: Remove. Ricardo Wurmus2023-04-271-25/+1
* gnu: python-openapi-core: Add missing input.•••* 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. Ricardo Wurmus2023-04-271-14/+11
* gnu: python-google-cloud-storage: Add missing input.•••* gnu/packages/python-web.scm (python-google-cloud-storage)[native-inputs]: Add python-mock. Ricardo Wurmus2023-04-271-1/+1
* gnu: python-google-resumable-media: Add missing input.•••* gnu/packages/python-web.scm (python-google-resumable-media)[native-inputs]: Add python-mock. Ricardo Wurmus2023-04-271-0/+1
* gnu: python-aws-xray-sdk: Update to 2.12.0.•••* 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. Ricardo Wurmus2023-04-271-40/+34
* gnu: python-httpx: Update to 0.24.0.•••* 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. Ricardo Wurmus2023-04-271-25/+24
* gnu: python-httpcore: Update to 0.17.0.•••* 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. Ricardo Wurmus2023-04-271-10/+22
* gnu: python-h11: Update to 0.14.0.•••* gnu/packages/python-web.scm (python-h11): Update to 0.14.0. [build-system]: Use pyproject-build-system. [arguments]: Remove. Ricardo Wurmus2023-04-271-10/+3
* gnu: python-wsproto: Update to 1.2.0.•••* gnu/packages/python-web.scm (python-wsproto): Update to 1.2.0. [build-system]: Use pyproject-build-system. [arguments]: Remove. Ricardo Wurmus2023-04-271-10/+3
* gnu: python-rapidjson: Update to 1.10.•••* gnu/packages/python-web.scm (python-rapidjson): Update to 1.10. [source]: Simplify snippet. [arguments]: Run tests conditionally; do not delete test files. Ricardo Wurmus2023-04-261-9/+6
* gnu: python-tornado: Run a lot more tests and fix collections.•••* gnu/packages/python-web.scm (python-tornado)[arguments]: Do run tests; add phase 'fix-collections. Ricardo Wurmus2023-04-261-11/+27
* gnu: python-msal: Update to 1.22.0.•••* gnu/packages/python-web.scm (python-msal): Update to 1.22.0. John Kehayias2023-04-221-2/+2
* gnu: python-genshi: Update to 0.7.7.•••* gnu/packages/python-web.scm (python-genshi): Update to 0.7.7. Andreas Enge2023-04-221-2/+2
* gnu: python-aiohttp: Update to 3.8.4.•••* 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. Maxim Cournoyer2023-04-191-18/+22
* gnu: python-aiosignal: Update to 1.3.1.•••* 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. Maxim Cournoyer2023-04-191-11/+5
* gnu: python-aiodns: Update to 3.0.0.•••* gnu/packages/python-web.scm (python-aiodns): Update to 3.0.0. Maxim Cournoyer2023-04-191-4/+3
* gnu: python-pycares: Update to 4.3.0.•••* gnu/packages/python-web.scm (python-pycares): Update to 4.3.0. [propagated-inputs]: New field. Maxim Cournoyer2023-04-191-4/+4
* gnu: python-google-auth: Update to 2.17.3.•••* gnu/packages/python-web.scm (python-google-auth): Update to 2.17.3. [native-inputs]: Add python-mock. John Kehayias2023-04-181-2/+3
* gnu: python-urllib3: Update to 1.26.15.•••* gnu/packages/python-web.scm (python-urllib3): Update to 1.26.15. John Kehayias2023-04-181-2/+3
* gnu: python-oauth2client: Fix build.•••* gnu/packages/python-web.scm (python-oauth2client)[propagated-inputs]: Add python-pyparsing. John Kehayias2023-04-181-1/+5
* gnu: python-httplib2: Update to 0.22.0.•••* gnu/packages/python-web.scm (python-httplib2): Update to 0.22.0. [build-system]: Switch to pyproject-build-system. [native-inputs]: Add python-cryptography. John Kehayias2023-04-181-4/+5
* Merge branch 'master' into core-updates.•••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 Maxim Cournoyer2023-04-141-10/+90
|\
| * Merge branch 'master' into stagingMaxim Cournoyer2023-03-311-1/+82
| |\
| | * gnu: Add python-asgi-csrf.•••* 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> Felix Gruber2023-03-291-0/+39
| | * gnu: Add python-asgi-lifespan.•••* 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> Felix Gruber2023-03-291-1/+43
| * | gnu: python-geventhttpclient: Update to 2.0.9.•••* gnu/packages/python-web.scm (python-geventhttpclient): Update to 2.0.9. [propagated-inputs]: Add python-urllib3. [home-page]: Update URL. Maxim Cournoyer2023-03-311-9/+8
| |/
* | Merge remote-tracking branch 'origin/master' into core-updatesAndreas Enge2023-03-201-24/+156
|\|