aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/python-web.scm
Commit message (Collapse)AuthorAge
* gnu: awscli@1: Fix broken build.Spencer King2024-10-16
| | | | | | | | | | awscli 1.x requires PyYAML<=6,>=3.10. * gnu/packages/python-web.scm (awscli)[inputs]: Change ‘python-pyyaml’ to ‘python-pyyaml-5’. Change-Id: I9b7a523b9f72bdc13f48bf699e7e01f0ebe7a575 Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: python-scrapy: Update to 2.11.2, fix build.Sharlatan Hellseher2024-09-27
| | | | | | | | | | | | | | This is a follow up fixture found during review of <https://issues.guix.gnu.org/73070>. * gnu/packages/python-web.scm (python-scrapy): Update to 2.11.2. [source]: Name for source tarball has been changed in PyPI. [arguments]: <#:test-flags>: Enable more tests which are passing now. <#:phases>: Add 'relax-requirements and 'prepare-test-environment phases. [propagated-inputs]: Add python-defusedxml. [native-inputs]: Add nss-certs-for-test. Change-Id: Ia1e1868b75d679044af83812469c2412b2bab716
* gnu: Remove python-msrest.Nicolas Graves2024-09-15
| | | | | | | * gnu/packages/python-web.scm (python-msrest): Delete variable. Change-Id: Ic27ba6fe0e7f828327e98c99eabf536ea1cd544a Signed-off-by: Christopher Baines <mail@cbaines.net>
* gnu: python-azure-storage-blob: Update to 12.22.0.Nicolas Graves2024-09-15
| | | | | | | | | | * gnu/packages/python-web.scm (python-azure-storage-blob): Update to 12.22.0. [build-system]: Move to pyproject-build-system. [propagated-inputs]: Remove python-msrest. Add python-isodate and python-typing-extensions. Change-Id: If7163dd4568136a19799b78e9fce246ab0611cbd Signed-off-by: Christopher Baines <mail@cbaines.net>
* gnu: python-azure-core: Update to 1.28.0.Nicolas Graves2024-09-15
| | | | | | | | | | | | | * gnu/packages/python-web.scm (python-azure-core): Update to 1.28.0. [build-system]: Move to pyproject-build-system. [arguments]<#:test-flags>: Use it. <#:phases>: Move from check phase replacement to a lighter 'add-test-pythonpath pre-check phase. [propagated-inputs]: Remove python-trio. [native-inputs]: Remove python-msrest. Change-Id: Ie4656ddaa1919144cc75a81feecb9ec774c9436f Signed-off-by: Christopher Baines <mail@cbaines.net>
* gnu: python-treq: Fix typo in the description field.Rostislav Svoboda2024-09-14
| | | | | | | | * gnu/packages/python-web.scm (python-treq): Fix typo in the description field. Change-Id: I4d5effcd3a9d3e5e1281357505ade16481824275 Signed-off-by: Florian Pelz <pelzflorian@pelzflorian.de>
* gnu: Add python-waybackpack.Danny Milosavljevic2024-09-12
| | | | | | * gnu/packages/python-web.scm (python-waybackpack): New variable. Change-Id: I2ba32918f36a99dc9cb01499b645272b4e5ddb13
* gnu: python-huggingface-hub: Update to 0.23.2.Nicolas Graves2024-09-09
| | | | | | | * gnu/packages/python-web.scm (python-huggingface-hub): Update to 0.23.2. Change-Id: I06989e883f54d9f0fc8db002d0a580008f6c6b67 Signed-off-by: jgart <jgart@dismail.de>
* gnu: python-huggingface-hub: Disable failing tests.Nicolas Graves2024-09-09
| | | | | | | | | * gnu/packages/python-web.scm (python-huggingface-hub): [arguments]<#:test-flags>: Disable failing test (requires network connection). Change-Id: I7273c4f0bcc3b8cf3d34633a0d6c1df4d76d9170 Signed-off-by: jgart <jgart@dismail.de>
* gnu: python-httpx: Fix tests.John Kehayias2024-09-03
| | | | | | | * gnu/packages/python-web.scm (python-httpx)[native-inputs]: Add nss-certs-for-test. Change-Id: If8e98564e44a2e5e7bc520c31553aa83bc597946
* gnu: python-geventhttpclient: Fix tests.Guillaume Le Vaillant2024-09-03
| | | | | | | | | | Fixes <https://issues.guix.gnu.org/72950>. * gnu/packages/python-web.scm (python-geventhttpclient)[native-inputs]: Add nss-certs-for-test. Reported-by: Dr. Arne Babenhauserheide <arne_bab@web.de> Change-Id: I22d0774a88b91e0d33191c0dea5b1aaafb992301
* gnu: python-httpcore: Fix tests.John Kehayias2024-09-03
| | | | | | | * gnu/packages/python-web.scm (python-httpcore)[native-inputs]: Add nss-certs-for-test. Change-Id: I1e1b2f067e672278f86389d5f7b686a45715f861
* gnu: python-google-auth: Update to 2.34.0.John Kehayias2024-09-03
| | | | | | | * gnu/packages/python-web.scm (python-google-auth): Update to 2.34.0. [origin]: Update pypi-uri. Change-Id: I56d88c29645d780c5555d374ca81e5f7834360be
* gnu: python-google-auth: Fix tests.John Kehayias2024-09-03
| | | | | | | * gnu/packages/python-web.scm (python-google-auth)[native-inputs]: Add nss-certs-for-test. Change-Id: Ia12e98de8c2c8d335b98cef941692611c76ad2fa
* gnu: Add nss-certs-for-test.Zheng Junjie2024-08-31
| | | | | | | * gnu/packages/certs.scm (nss-certs-for-test): New variable. * gnu/packages/python-web.scm (python-requests-next)[native-inputs]: Add it. Change-Id: Id808e058835556717a6585ecd86dd14d0d2a5039
* gnu: Add python-httpauth.jgart2024-08-20
| | | | | | | * gnu/packages/python-web.scm (python-httpauth): New variable. Change-Id: I02ece90600961a634d30f34c301bd387e5aa23b7 Signed-off-by: jgart <jgart@dismail.de>
* gnu: Add python-nh3.Nguyễn Gia Phong2024-07-19
| | | | | | | * gnu/packages/python-web.scm (python-nh3): New variable. Change-Id: I21877b895467c290e07d11697a384c18a9c53113 Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: python-cloud-init: Update to 24.2.Ricardo Wurmus2024-07-17
| | | | | | | * gnu/packages/python-web.scm (python-cloud-init): Update to 24.2. [arguments]: Disable apt tests. Change-Id: I1a024ded4108121cc2960cadab4da94416290913
* gnu: python-cloud-init: Move files.Ricardo Wurmus2024-07-17
| | | | | | | * gnu/packages/python-web.scm (python-cloud-init)[arguments]: Add phase 'move-files to move data files out of site-packages directory. Change-Id: I1322b990226174283d724539a98f7470221e9058
* gnu: python-pyowm: Update to 3.3.0.jgart2024-07-16
| | | | | | | | | | * gnu/packages/python-web.scm (python-pyowm): Update to 3.3.0. [build-system]: Use pyproject build system. [arguments]: Run unit tests. [native-inputs]: Add python-pytest. [propagated-inputs]: Add python-geojson-for-pyowm. Change-Id: Ifde514f971cf3821905d9f1beb491a53e7799325
* gnu: Add gunicorn-next.jgart2024-07-16
| | | | | | * gnu/packages/python-xyz.scm (gunicorn-next): New variable. Change-Id: I7a89e77bb0fcdfa620d07600bb06c75a720ce9b8
* gnu: gunicorn: Add bash-minimal to satisfy linter.jgart2024-07-16
| | | | | | * gnu/packages/python-web.scm (gunicorn)[inputs]: Add bash-minimal. Change-Id: I4d63f9c0d2c1b02f6e2d701fac9698c57a95223a
* gnu: gunicorn: Use pyproject-build-system.jgart2024-07-16
| | | | | | | * gnu/packages/python-web.scm (gunicorn)[build-system]: Use pyproject-build-system. Change-Id: I52c8ad0169cef33830b90b9ba243ced58d401eb4
* Revert "gnu: python-requests-toolbelt: Update to 1.0.0."jgart2024-07-13
| | | | | | This breaks poetry so reverting. This reverts commit ddb22a10e04c966eaa6ecbc50c3fc75dc3a143c3.
* Revert "gnu: python-requests-toolbelt: Use new style."jgart2024-07-13
| | | | | | This breaks poetry so reverting. This reverts commit c0ecad208e305b6cd73a4ab0879e3407b879e1f9.
* gnu: python-requests-toolbelt: Use new style.jgart2024-07-13
| | | | | | | * gnu/packages/python-xyz.scm (python-requests-toolbelt) [arguments]: Use new style. Change-Id: Ifbb305babeff37a34ca8789c3a08e0363e8583bf
* gnu: python-requests-toolbelt: Update to 1.0.0.Felix Gruber2024-07-13
| | | | | | | | | * gnu/packages/python-web.scm (python-requests-toolbelt): Update to 1.0.0. [arguments]: Delete tests that are incompatible with urllib3 >= 2.0. [native-inputs]: Remove python-mock; add python-pyopenssl and python-trustme. Change-Id: I349bd9cef34cdbf7a51612e8b9d5dac59101d1bd Signed-off-by: jgart <jgart@dismail.de>
* gnu: python-requests-next: Update to 2.32.3.Leo Famulari2024-07-10
| | | | | | * gnu/packages/python-web.scm (python-requests-next): Update to 2.32.3. Change-Id: Iaf2ebe678b4ee6a4d57a3c5273db244d240e2b55
* gnu: python-websockets: Update to 12.0Leo Famulari2024-07-03
| | | | | | * gnu/packages/python-web.scm (python-websockets): Update to 12.0. Change-Id: I6217093bbdfb81b35eb7c8d59ada3f612b7d9511
* gnu: Add python-urllib3 1.26.17.Leo Famulari2024-07-03
| | | | | | | | This is the minimum required version in recent versions of yt-dlp. * gnu/packages/python-web.scm (python-urllib3-next): New variable. Change-Id: Ib57bbe45fd1c9c9fa3872a00f161979762feacf6
* gnu: Add python-requests 2.31.0.Leo Famulari2024-07-03
| | | | | | | | This is the minimum required version in recent versions of yt-dlp. * gnu/packages/python-web.scm (python-requests-next): New variable. Change-Id: I825cb928297cddc2fbbca1ce5acdbf6cff276bbc
* 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>