Commit Graph

763 Commits

Author SHA1 Message Date
msimonin
c19a432652
gnu: Add python-grid5000.
* gnu/packages/python-web.scm (python-grid5000): New variable.

Signed-off-by: Marius Bakke <marius@gnu.org>
2022-08-30 17:59:18 +02:00
Tomasz Jeneralczyk
f82a8873d3
gnu: python-cloudscraper: Update to 1.2.60.
* gnu/packages/python-web.scm (python-cloudscraper): Update to 1.2.60
[propagated-inputs]: Change python-pyparsing to its mainstream version.

Co-authored-by: Ludovic Courtès <ludo@gnu.org>
2022-08-30 00:40:05 +02:00
Marius Bakke
9f8d55870d
gnu: python-aiohttp: Disable tests that fail with Pytest 7.
* gnu/packages/python-web.scm (python-aiohttp)[arguments]: Ignore three tests.
2022-08-19 19:22:42 +02:00
Nicolas Graves via Guix-patches via
18ae404690
gnu: Add python-whatthepatch.
* gnu/packages/python-web.scm (python-whatthepatch): New variable.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2022-08-15 09:45:31 +02:00
Hartmut Goebel
0d9f158685
gnu: Add python-shopifyapi.
* gnu/packages/python-web.scm (python-shopifyapi): New variable.
2022-08-10 14:27:27 +02:00
Hartmut Goebel
1bcd1ec72f
gnu: Add python-pyactiveresource.
* gnu/packages/python-web.scm (python-pyactiveresource): New variable.
2022-08-10 14:27:27 +02:00
Hartmut Goebel
feef09b28c
gnu: Add python-starlette.
* gnu/packages/python-web.scm (python-starlette): New variable.
2022-08-10 10:02:53 +02:00
Hartmut Goebel
ee41bd8391
gnu: Add python-requests-kerberos.
* gnu/packages/python-web.scm (python-requests-kerberos): New variable.
2022-08-10 09:34:12 +02:00
John Kehayias
44857d4baa
gnu: Add oauth2ms.
* gnu/packages/python-web.scm (oauth2ms): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-07-18 00:21:31 +02:00
John Kehayias
543f27caef
gnu: Add python-msal.
* gnu/packages/python-web.scm (python-msal): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-07-18 00:21:31 +02:00
Efraim Flashner
79a7c6e811
gnu: python-tornado-6: Adjust test timeout.
* gnu/packages/python-web.scm (python-tornado-6)[arguments]: Adjust
custom 'check phase to allow a longer test timeout.
2022-07-12 17:39:56 +03:00
Efraim Flashner
aba4cdc87f
gnu: python-tornado-6: Honor tests flag.
* gnu/packages/python-web.scm (python-tornado-6)[arguments]: Adjust
custom 'check phase to honor the #:tests? flag.
2022-07-12 17:39:56 +03:00
Luis Henrique Gomes Higino
9a2a77b6ad
gnu: grip: Update to 4.6.1.
* gnu/packages/python-web.scm (grip): Update to 4.6.1.
(arguments): Use a gexp.

Signed-off-by: Christopher Baines <mail@cbaines.net>
2022-07-01 09:45:28 +01:00
Antero Mejr
8d0e696243
gnu: Add python-sendgrid.
* gnu/packages/python-web.scm (python-sendgrid): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-06-26 23:19:14 +02:00
Antero Mejr
24dba9c5e7
gnu: Add python-http-client.
* gnu/packages/python-web.scm (python-http-client): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-06-26 23:19:14 +02:00
jgart
69bf6319f6
gnu: python-bottle: Update to 0.12.21.
* gnu/packages/python-web.scm (python-bottle): Update to 0.12.21.

Signed-off-by: Christopher Baines <mail@cbaines.net>
2022-06-23 13:00:08 +01:00
Marius Bakke
49f5c551fb
gnu: python-minio: Update to 7.1.9.
* gnu/packages/python-web.scm (python-minio): Update to 7.1.9.
[arguments]: Remove trailing #t.
[propagated-inputs]: Remove PYTHON-CONFIGPARSER.
2022-06-22 18:24:32 +02:00
Marius Bakke
d9b497513f
gnu: python-sanic-testing: Fix build.
* gnu/packages/python-web.scm (python-sanic-testing)[arguments]: Add
 #:phases.
2022-06-22 18:24:32 +02:00
Marius Bakke
ea8a7e8244
gnu: python-databricks-cli: Update to 0.17.0.
* gnu/packages/python-web.scm (python-databricks-cli): Update to 0.17.0.
[arguments]: Enable previously failing test.
[propagated-inputs]: Remove PYTHON-CONFIGPARSER.  Add PYTHON-PYJWT.
2022-06-21 23:53:40 +02:00
Vinicius Monego
5d28f089ef
gnu: Add python-zeep.
* gnu/packages/python-web.scm (python-zeep): New variable.
* gnu/packages/patches/python-zeep-Fix-pytest_httpx-test-cases.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.

Co-authored-by: Hartmut Goebel <h.goebel@crazy-compilers.com>
2022-06-16 09:25:55 +02:00
Arun Isaac
6f75565b4e
gnu: python-httpx: Update to 0.23.0.
* gnu/packages/python-web.scm (python-httpx): Update to 0.23.0.
2022-06-14 18:06:24 +05:30
Arun Isaac
2ac81f482a
gnu: python-httpcore: Update to 0.15.0.
* gnu/packages/python-web.scm (python-httpcore): Update to 0.15.0.
[arguments]: Override asyncio_mode when invoking pytest in check phase.
2022-06-14 18:06:20 +05:30
Ludovic Courtès
091eb323ba
Merge branch 'master' into staging 2022-06-08 14:53:16 +02:00
Maxim Cournoyer
8df6117b78
gnu: python-flask-restx: Skip networking dependent test.
* gnu/packages/python-web.scm (python-flask-restx)
[phases]{check}: Skip the 'test_redirect' test.
2022-06-07 09:11:53 -04:00
Maxim Cournoyer
53a0e405ff
gnu: python-flask-combo-jsonapi: Skip failing test.
* gnu/packages/python-web.scm (python-flask-combo-jsonapi)
[phases]{check}: Skip
test_get_list_with_simple_filter_relationship_custom_qs_api test.
[native-inputs]: Normalize indentation.
2022-06-07 09:11:53 -04:00
Efraim Flashner
64c043e63a
Merge remote-tracking branch 'origin/master' into staging 2022-06-01 12:42:04 +03:00
Maxim Cournoyer
dad15bdb26
gnu: Add python-launchpadlib.
* gnu/packages/python-web.scm (python-launchpadlib): New variable.
2022-05-31 14:54:01 -04:00
Maxim Cournoyer
f880fc7b88
gnu: Add python-lazr-restfulclient.
* gnu/packages/python-web.scm (python-lazr-restfulclient): New variable.
2022-05-31 14:54:01 -04:00
Maxim Cournoyer
5e25aeee16
gnu: Add python-wadllib.
* gnu/packages/python-web.scm (python-wadllib): New variable.
2022-05-31 14:54:01 -04:00
Maxim Cournoyer
9377be6a48
gnu: Add python-lazr-uri.
* gnu/packages/python-web.scm (python-lazr-uri): New variable.
2022-05-31 14:54:01 -04:00
Maxim Cournoyer
eb13c73ce2
gnu: Remove python2-urllib3.
* gnu/packages/python-web.scm (python2-urllib3): Delete variable.
2022-05-31 14:53:50 -04:00
Maxim Cournoyer
c0e3ba2904
gnu: Remove python2-webencodings.
* gnu/packages/python-web.scm (python2-webencodings): Delete variable.
2022-05-31 14:53:50 -04:00
Maxim Cournoyer
89ffe2297f
gnu: Remove python2-bottle.
* gnu/packages/python-web.scm (python2-bottle): Delete variable.
2022-05-31 14:53:47 -04:00
Maxim Cournoyer
7720afd99a
gnu: Remove python2-requests.
* gnu/packages/python-web.scm (python2-requests): Delete variable.
2022-05-31 14:53:47 -04:00
Maxim Cournoyer
c427de6531
gnu: Remove python2-pycurl.
* gnu/packages/python-web.scm (python2-pycurl): Delete variable.
2022-05-31 14:53:36 -04:00
Maxim Cournoyer
26f5764071
gnu: Remove python2-cookies.
* gnu/packages/python-web.scm (python2-cookies): Delete variable.
2022-05-31 14:53:36 -04:00
Maxim Cournoyer
4d7ae91d3e
gnu: Remove python2-responses.
* gnu/packages/python-web.scm (python2-responses): Delete variable.
2022-05-31 14:53:24 -04:00
Maxim Cournoyer
a03c2d9c7b
gnu: Remove python2-zope-event.
* gnu/packages/python-web.scm (python2-zope-event): Delete variable.
2022-05-31 14:53:23 -04:00
Maxim Cournoyer
6de507f5c9
gnu: Remove python2-zope-testing.
* gnu/packages/python-web.scm (python2-zope-testing): Delete variable.
2022-05-31 14:53:23 -04:00
Maxim Cournoyer
7287f83523
gnu: Remove python2-zope-interface.
* gnu/packages/python-web.scm (python2-zope-interface): Delete variable.
2022-05-31 14:53:14 -04:00
Maxim Cournoyer
eccb33c210
gnu: Remove python2-tornado.
* gnu/packages/python-web.scm (python2-tornado): Delete variable.
(python-tornado)[properties]: Delete field.
2022-05-31 14:53:14 -04:00
Maxim Cournoyer
3db04d3051
gnu: Remove python2-zope-exceptions.
* gnu/packages/python-web.scm (python2-zope-exceptions): Delete variable.
2022-05-31 14:53:12 -04:00
Maxim Cournoyer
f5c3588726
gnu: Remove python2-zope-testrunner.
* gnu/packages/python-web.scm (python2-zope-testrunner): Delete variable.
2022-05-31 14:53:11 -04:00
Maxim Cournoyer
176f6ae5a1
gnu: Remove python2-zope-i18nmessageid.
* gnu/packages/python-web.scm (python2-zope-i18nmessageid): Delete variable.
2022-05-31 14:53:10 -04:00
Maxim Cournoyer
c4a9b0b03b
gnu: Remove python2-zope-schema.
* gnu/packages/python-web.scm (python2-zope-schema): Delete variable.
2022-05-31 14:53:09 -04:00
Maxim Cournoyer
b6cd6bee62
gnu: Remove python2-zope-proxy.
* gnu/packages/python-web.scm (python2-zope-proxy): Delete variable.
2022-05-31 14:53:04 -04:00
Maxim Cournoyer
87c15103e6
gnu: Remove python2-zope-location.
* gnu/packages/python-web.scm (python2-zope-location): Delete variable.
2022-05-31 14:52:56 -04:00
Maxim Cournoyer
1db8ff4b52
gnu: Remove python2-zope-component.
* gnu/packages/python-web.scm (python2-zope-component): Delete variable.
2022-05-31 14:52:55 -04:00
Maxim Cournoyer
9f97098f24
gnu: Remove python2-httplib2.
* gnu/packages/python-web.scm (python2-httplib2): Delete variable.
2022-05-31 14:52:55 -04:00
Maxim Cournoyer
25a15e71e6
gnu: Remove python2-webob.
* gnu/packages/python-web.scm (python2-webob): Delete variable.
2022-05-31 14:52:39 -04:00