summaryrefslogtreecommitdiff
path: root/gnu/packages/python-web.scm
Commit message (Collapse)AuthorAge
* gnu: Add python-wtforms-sqlalchemy.Ben Sturmfels2024-06-17
| | | | | | | * gnu/packages/python-web.scm (python-wtforms-sqlalchemy): New variable. Change-Id: Ie94c07d055ec42f08db3a18894e7f6184006764f Signed-off-by: jgart <jgart@dismail.de>
* gnu: python-wtforms: Update to 3.1.2.Ben Sturmfels2024-06-17
| | | | | | | * gnu/packages/python-web.scm (python-wtforms): Update to 3.1.2. Change-Id: Id8119d0536d4d2dfa5c81de37013af68489c5fa5 Signed-off-by: jgart <jgart@dismail.de>
* gnu: Add python-pybadges.Giacomo Leidi2024-05-31
| | | | | | | * gnu/packages/python-web.scm (python-pybadges): New variable. Change-Id: Idd53ddf94b24112015c0a0b82396cf366920417e Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: python-branca: Update to 0.7.2.Vinicius Monego2024-05-11
| | | | | | | | | | | | | * gnu/packages/python-web.scm (python-branca): Update to 0.7.2. [source]: Fetch from GitHub. [build-system]: Use pyproject-build-system. [arguments]<#:test-flags>: Ignore a file and skip one test. <#:phases>: Add phase 'pretend-version. [propagated-inputs]: Remove python-six. [native-inputs]: Add python-numpy, python-setuptools-scm. [description]: Improve it. Change-Id: I0263797b69fc437b2a268b5d03c211d76e2963c3
* gnu: python-http-client: Fix test suite.Efraim Flashner2024-05-06
| | | | | | | * gnu/packages/python-web.scm (python-http-client)[arguments]: Add a phase to adjust the tests to not be dependant on the current date. Change-Id: I94f512c9b019173f6e15e04791dbfc662fc93c89
* gnu: python-omnipath: Update to 1.0.8.Ricardo Wurmus2024-05-05
| | | | | | | | * gnu/packages/python-web.scm (python-omnipath): Update to 1.0.8. [arguments]: Disable tests that need internet access. [native-inputs]: Add python-pytest-socket. Change-Id: Ib5856a1a25835d43918d9fe565d0262dded70eed
* gnu: python-jsonpickle: Update to 3.0.4.Ricardo Wurmus2024-05-05
| | | | | | | | | | | | | * gnu/packages/python-web.scm (python-jsonpickle): Update to 3.0.4. [build-system]: Use pyproject-build-system. [arguments]: Use test-flags; add 'pre-check phase. [propagated-inputs]: Add python-importlib-metadata. [native-inputs]: Add python-bson, python-ecdsa, python-feedparser, python-pymongo, python-pytest, python-pytest-benchmark, python-pytest-cov, python-pytest-enabler, python-setuptools, python-setuptools-scm, python-simplejson, python-sqlalchemy, python-ujson, and tzdata-for-tests. Change-Id: I99e41ae2652ce02b090ee2b99a7b850a19b5f353
* gnu: parfive: Update to 2.1.0.Sharlatan Hellseher2024-04-30
| | | | | | * gnu/packages/python-web.scm (parfive): Update to 2.1.0. Change-Id: I6207150e012c03943d4553854123831d1bba3e55
* gnu: python-imap-tools: Enable tests.Sharlatan Hellseher2024-04-24
| | | | | | | | | * gnu/packages/python-web.scm (python-imap-tools): Enable tests. [source]: Swap to git checkout containing tests. [arguments] <#:test-flags>: Exclude tests requiring network connection. [native-inputs]: Add python-pytest. Change-Id: I6173f93307d371952beeef9dbbc8c237023d265b
* gnu: python-imap-tools: Update to 1.6.0.Sharlatan Hellseher2024-04-24
| | | | | | | | * gnu/packages/python-web.scm (python-imap-tools): Update to 1.6.0. [source]: Adjust PyPI package name for source distribution as seen in <https://pypi.org/project/imap-tools/#files>. Change-Id: I943edd19526879b7945693e29a21113ac9b6e0b1
* gnu: Add python-robotframework-requests.Markku Korkeala2024-04-24
| | | | | | | * gnu/packages/python-web.scm (python-robotframework-requests): New variable. Change-Id: I01d814d1a9e20d26e9bfa4a0a77ba91577da2bd8 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
* gnu: Add python-noiseprotocol.normalmente2024-03-23
| | | | | | | * gnu/packages/python-web.scm (python-noiseprotocol): New variable. Change-Id: Id62f22f9fd3f019beded5ce5c0fe9123c34f8bb2 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
* gnu: python-scrapy: Update to 2.11.1.Vinicius Monego2024-03-23
| | | | | | | * gnu/packages/python-web.scm (python-scrapy): Update to 2.11.1. [native-inputs]: Add python-pexpect. Change-Id: Ief50a55a27a2b6e3ae143d43a8b07a9011048565
* gnu: Add python-cheroot.dan2024-03-19
| | | | | | * gnu/packages/python-web.scm (python-cheroot): New variable. Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
* gnu: python-pycurl: Disable one failing test.Sharlatan Hellseher2024-03-15
| | | | | | | | * gnu/packages/python-web.com (python-pycurl) [arguments] <#:test-flags>: Disable one more failing test which occurs on CI with CPU thread count more than 16. Change-Id: Ie772a7f096357b541cc8baa2349a524f05500e52
* gnu: python-pycurl: Enable tests.Sharlatan Hellseher2024-03-14
| | | | | | | | | | | * gnu/packages/python-web.scm (python-pycurl): Enable most of the tests. [build-system]: Swap to pyproject-build-system. [arguments] <#:tests?>: Enable them. <#:test-arguments>: Disable some failing and hanging tests. [native-inputs]: Add python-flaky, python-pytest, and python-pytest-xdist. Change-Id: Ie222aa1111720f2e39b950b79d9e707401be7e8f
* gnu: packages: python-web: Sort use-modules alphabetically.Sharlatan Hellseher2024-03-14
| | | | | | | * gnu/packages/python-web.scm: Sort #:use-module alphabetically to ease maintenance. Change-Id: Id01b66ff7eaf610895c1275c2abfd9de2e537d8e
* gnu: Add python-zodb.Troy Figiel2024-03-14
| | | | | | * gnu/packages/python-web.scm (python-zodb): New variable. Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
* gnu: Add python-zodbpickle.Troy Figiel2024-03-14
| | | | | | * gnu/packages/python-web.scm (python-zodbpickle): New variable. Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
* gnu: Add python-zconfig.Troy Figiel2024-03-14
| | | | | | * gnu/packages/python-web.scm (python-zconfig): New variable. Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
* gnu: python-extruct: Update to 0.16.0.Arun Isaac2024-03-10
| | | | | | | | * gnu/packages/python-web.scm (python-extruct): Update to 0.16.0. [propagated-inputs]: Remove python-rdflib-jsonld. Change-Id: I83608101a9ad3d223c7874c4fb5b34c37073ace5 Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
* gnu: Add python-fastapi-pagination.Giacomo Leidi2024-03-01
| | | | | | | * gnu/packages/python-web.scm (python-fastapi-pagination): New variable. Change-Id: I3d5563baf7167e0bd0718cdbfc4a869a0bc96911 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
* gnu: Add python-fastapi-pagination-minimal.Giacomo Leidi2024-03-01
| | | | | | | | * gnu/packages/python-web.scm (python-fastapi-pagination-minimal): New variable. Change-Id: I69e06ba405bce57409d83f3545e6db2905d3c6a4 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
* gnu: python-aioftp: Update to 0.22.3.Sharlatan Hellseher2024-02-27
| | | | | | | | | * gnu/packages/python-web.scm (python-aioftp): Update to 0.22.3. [build-system]: Swap to pyproject-build-system, there is no setup.py in new release. [arguments] <#:phases>: Use standard 'check phase. Change-Id: I8e6a145da86e5ed56eb184d98d54bc8093a3bd1f
* gnu: parfive: Simplify package.Sharlatan Hellseher2024-02-27
| | | | | | | | | * gnu/packages/python-web.scm (parfive) [build-system]: Swap to pyproject-build-system. [arguments] <#:phases>: Use standard 'check phase. <#:test-flags>: Move disabled tests here and remove 'disable-test-requiring-network phase. Change-Id: I08b67b2aa7027ac37e0a3df4da7ebb01ea3c451e
* gnu: parfive: Update to 2.0.2.Sharlatan Hellseher2024-02-27
| | | | | | * gnu/packages/python-web.scm (parfive): Update to 2.0.2. Change-Id: I3890cbae4d706c5f3391809fc6b4ce36140f059d
* gnu: Add python-cloud-init.Ricardo Wurmus2024-02-19
| | | | | | * gnu/packages/python-web.scm (python-cloud-init): New variable. Change-Id: Iaaef6ff4f9c8a9ca5eb36da360bd0572cf2b1a1a
* gnu: httpie: Update to 3.2.2.kiasoc52024-02-14
| | | | | | | | | * gnu/packages/python-web.scm (httpie): Update to 3.2.2. [propagated-inputs]: Remove python-pysocks; add python-importlib-metadata, python-pip, and python-setuptools. Change-Id: If767947e836bdee6bf145fc5290113d79e99fe89 Signed-off-by: John Kehayias <john.kehayias@protonmail.com>
* gnu: whoogle-search: Update to 0.8.4.Skylar Chan2024-02-10
| | | | | | | | * gnu/packages/python-web.scm (whoogle-search): Update to 0.8.4. [propagated-inputs]: Add python-validators. Change-Id: I4543808d662e7e946c8a398b28ca963e75d4bfd1 Signed-off-by: Christopher Baines <mail@cbaines.net>
* gnu: python-pyscss: Update to 1.4.0.Ricardo Wurmus2024-01-25
| | | | | | | | * gnu/packages/python-web.scm (python-pyscss): Update to 1.4.0. [source]: Remove snippet. [arguments]: Remove; enable tests. Change-Id: I954baf228e6e343b616b6a0eb15742920873f31d
* gnu: Add python-huggingface-hub.Ricardo Wurmus2024-01-25
| | | | | | * gnu/packages/python-web.scm (python-huggingface-hub): New variable. Change-Id: I87f668a1ad170fa229902aae5be94e8d4751f38d
* gnu: hypercorn: Reformat with guix style.Troy Figiel2024-01-15
| | | | * gnu/packages/python-web.scm (hypercorn): Reformat with guix style.
* gnu: hypercorn: Adjust inputs.Troy Figiel2024-01-15
| | | | | | | * gnu/packages/python-web.scm (hypercorn)[propagated-inputs]: Add python-exceptiongroup and python-tomli. Remove python-toml and python-typing-extensions. [native-inputs]: Remove python-mock.
* gnu: python-requests-kerberos: Enable tests.Troy Figiel2024-01-15
| | | | | | | | | | | * gnu/packages/python-web.scm (python-requests-kerberos): Enable tests. [source]: Replace the PyPI release by the Github release. [build-system]: Swap to pyproject-build-system. [native-inputs]: Add python-pytest and python-pytest-mock. Co-authored-by: Sharlatan Hellseher <sharlatanus@gmail.com> Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com> Change-Id: Iea750cf722293c4054a6c6e43787806f8f2fd5e2
* gnu: python-requests-kerberos: Fix build.Troy Figiel2024-01-15
| | | | | | | | | * gnu/packages/python-web.scm (python-requests-kerberos)[propagated-inputs]: Add python-gssapi. Co-authored-by: Sharlatan Hellseher <sharlatanus@gmail.com> Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com> Change-Id: I65d1fac0339a119e7a4912d5db150b4adb7586ad
* gnu: python-sanic: Update to 23.12.1.Ricardo Wurmus2024-01-11
| | | | | | | | | | | | | | * gnu/packages/python-web.scm (python-sanic): Update to 23.12.1. [build-system]: Use pyproject-build-system. [arguments]: Use #:test-flags. [propagated-inputs]: Add python-aioquic, python-html5tagger, python-tracerite, and python-typing-extensions. [native-inputs]: Remove gunicorn, python-isort, python-pytest-sugar, and python-pytest-asyncio; add python-coverage, python-cryptography, python-docutils, python-mypy, python-pygments, python-slotscheck, python-towncrier, python-tox, and python-types-ujson. Change-Id: I1bff804a6c2c038e0aacae821816f2a706029d37
* gnu: python-sanic-testing: Update to 23.12.0.Ricardo Wurmus2024-01-11
| | | | | | | | | * gnu/packages/python-web.scm (python-sanic-testing): Update to 23.12.0. [build-system]: Use pyproject-build-system. [arguments]: Remove 'loosen-requirements phase. [propagated-inputs]: Remove python-websockets. Change-Id: Ie1958070959692ae678ffeefda9ee8bafa86a5e6
* gnu: python-sanic-routing: Update to 23.12.0.Ricardo Wurmus2024-01-11
| | | | | | | * gnu/packages/python-web.scm (python-sanic-routing): Update to 23.12.0. [build-system]: Use pyproject-build-system. Change-Id: I1ff18b5c7ecc6560417086a4ba5cbf70114991c1
* gnu: Add python-portend.Troy Figiel2024-01-09
| | | | | | * gnu/packages/python-web.scm (python-portend): New variable. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* gnu: Add python-zc-lockfile.Troy Figiel2024-01-09
| | | | * gnu/packages/python-web.scm (python-zc-lockfile): New variable.
* gnu: python-pyscss: Adjust for newer python.Efraim Flashner2023-12-05
| | | | | | | * gnu/packages/python-web.scm (python-pyscss)[source]: Add snippet to adjust python imports. Change-Id: I0073089ed505a55f08aec2f0cc0ffa2a2c7963e4
* gnu: whoogle-search: Update to 0.8.3.Skylar Chan2023-11-15
| | | | | | | | | | | | | | * gnu/packages/python-web.scm (whoogle-search): Update to 0.8.3. [propagated-inputs]: Remove python-attrs, python-cachelib, python-certifi, python-cffi, python-chardet, python-click, python-flask-session, python-idna, python-itsdangerous, python-jinja2, python-markupsafe, python-more-itertools, python-packaging, python-pluggy, python-py, python-pycodestyle, python-pycparser, python-pyopenssl, python-pyparsing, python-pysocks, python-dateutil, python-soupsieve, python-urllib3, python-wcwidth, and python-werkzeug. Change-Id: Ie665b548cdd996fa74e70313b02b9b5c2a0d75d2 Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: python-flask-restful-swagger: Add missing input.Efraim Flashner2023-10-18
| | | | | * gnu/packages/python-web.scm (python-flask-restful-swagger) [propagated-inputs]: Add python-six.
* gnu: python-scrapy: Update to 2.11.0.Vinicius Monego2023-10-12
| | | | * gnu/packages/python-web.scm (python-scrapy): Update to 2.11.0.
* gnu: Remove python-google-api-core-1 and its dependency python-google-auth-1Pierre-Evariste Dagand2023-10-11
| | | | | | | | | | | python-google-auth-1 doesn't self-test anymore. The tests depend on `python-mock` (easy to fix) but also on an outdated version of `python-cryptography`. * gnu/packages/python-web.scm (python-google-auth-1) (python-google-api-core-1): Remove. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: python-google-api-client: Update to 2.102.0.Pierre-Evariste Dagand2023-10-11
| | | | | | | * gnu/packages/python-web.scm (python-google-api-client): Update to 2.102.0 (python-google-auth-httplib2): Update to 0.1.1. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add python-google-auth-oauthlib.Pierre-Evariste Dagand2023-10-11
| | | | | | * gnu/packages/python-web.scm (python-google-auth-oauthlib): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: python-openai: Update to 0.28.1.jgart2023-10-07
| | | | * gnu/packages/python-web.scm (python-openai): Update to 0.28.1.
* gnu: python-pynetbox: Update to 7.2.0.Mathieu Othacehe2023-10-05
| | | | * gnu/packages/python-web.scm (python-pynetbox): Update to 7.2.0.
* gnu: Add python-pynetbox.Timotej Lazar2023-10-05
| | | | | | * gnu/packages/python-web.scm (python-pynetbox): New variable. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>