aboutsummaryrefslogtreecommitdiff
path: root/gnu/services
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/services')
0 files changed, 0 insertions, 0 deletions
Remove cythonized files....* gnu/packages/python-web.scm (python-aiohttp)[source]: Add snippet to remove cythonized files. Efraim Flashner 2022-04-13gnu: awscli: Do not propagate inputs....* gnu/packages/python-web.scm (awscli)[propagated-inputs]: Move all inputs from here... [inputs]: ...to here. Ricardo Wurmus 2022-04-13gnu: awscli: Use PyYAML 6....This should be fine because all uses of yaml.load supply the now mandatory loader argument. * gnu/packages/python-web.scm (awscli)[arguments]: Add phase 'use-recent-pyyaml. [propagated-inputs]: Replace python-pyyaml-for-awscli with python-pyyaml. Ricardo Wurmus 2022-04-12gnu: awscli: Use older version of botocore....* gnu/packages/python-web.scm (awscli)[propagated-inputs]: Replace python-botocore with python-botocore-for-awscli. Ricardo Wurmus 2022-04-12gnu: awscli: Use older pyyaml....* gnu/packages/python-web.scm (awscli)[propagated-inputs]: Replace python-pyyaml with python-pyyaml-for-awscli. Ricardo Wurmus 2022-04-11gnu: python-aws-xray-sdk: Update to 2.9.0....* gnu/packages/python-web.scm (python-aws-xray-sdk): Update to 2.9.0. [arguments]: Delete two more test files; disable two tests. Ricardo Wurmus 2022-04-05gnu: python-w3lib: Fix build....* gnu/packages/python-web.scm (python-w3lib): Fix build. [source]: Add python-w3lib-fix-test-failure.patch. [arguments]: Use pytest in the 'check phase. [native-inputs]: Add python-pytest. * gnu/packages/patches/python-w3lib-fix-test-failure.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Felix Gruber 2022-03-29gnu: python-livereload: Update to 2.6.3....* gnu/packages/python-web.scm (python-livereload): Update to 2.6.3. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org> jgart 2022-03-29gnu: python-port-for: Remove trailing boolean....* gnu/packages/python-web.scm (python-port-for)[arguments]: Remove trailing boolean from lambda function. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org> jgart 2022-03-16gnu: python-gitlab: update to 3.2.0...* gnu/packages/python-web.scm (python-gitlab): Update to 3.2.0 Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org> Signed-off-by: Ludovic Courtès <ludo@gnu.org> Denis 'GNUtoo' Carikli 2022-03-15gnu: httpie: Update to 3.1.0 [security fixes]....Fixes CVE-2022-24737 and CVE-2022-0430. * gnu/packages/python-web.scm (httpie): Update to 3.1.0. Signed-off-by: Leo Famulari <leo@famulari.name> kiasoc5