summaryrefslogtreecommitdiff
path: root/gnu/packages/python-web.scm
AgeCommit message (Expand)Author
2022-01-20gnu: Remove python2-cssselect....* gnu/packages/python-web.scm (python2-cssselect): Remove variable. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org> Vinicius Monego
2022-01-20gnu: Remove python2-css-parser....* gnu/packages/python-web.scm (python2-css-parser): Remove variable. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org> Vinicius Monego
2022-01-20gnu: Remove python2-cssutils....* gnu/packages/python-web.scm (python2-cssutils): Remove variable. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org> Vinicius Monego
2022-01-20gnu: Remove python2-openid....* gnu/packages/python-web.scm (python2-openid): Remove variable. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org> Vinicius Monego
2022-01-20gnu: Remove python2-html5-parser....* gnu/packages/python-web.scm (python2-html5-parser): Remove variable. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org> Vinicius Monego
2022-01-20gnu: Remove python2-html2text....* gnu/packages/python-web.scm (python2-html2text): Remove variable. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org> Vinicius Monego
2022-01-19gnu: python-geventhttpclient: Update to 1.5.3....* gnu/packages/python-web.scm (python-geventhttpclient): Update to 1.5.3. [arguments]: Respect TESTS? in chech phase. Remove obsolete workarounds. [propagated-inputs]: Add PYTHON-BROTLI. Marius Bakke
2022-01-19gnu: python-flask-cors: Update to 3.0.10....* gnu/packages/python-web.scm (python-flask-cors): Update to 3.0.10. Marius Bakke
2022-01-18gnu: python-aiohttp: Propagate attrs.......as required by its egginfo. * gnu/packages/python-web.scm (python-aiohttp)[propagated-inputs]: Add PYTHON-ATTRS. Marius Bakke
2022-01-18gnu: python-jose: Update to 3.3.0....Failed due to upgrade of python-ecdsa in commit 8f73537f7961e93cce0c0457c9f762ff1f1770cb. * gnu/packages/python-web.scm (python-jose): Update to 3.3.0. Lars-Dominik Braun
2022-01-18Revert "gnu: python-aiohttp: Skip the tests."...This reverts commit 2cac7d328abb84dc00118286e9647d2715539c4d. The test suite passes after the package update of e40dfcfcb1. Maxim Cournoyer
2022-01-17gnu: python-aiohttp: Update to 3.8.1....* gnu/packages/check.scm (python-pytest-6.1): Delete package. * gnu/packages/python-web.scm (python-aiohttp): Update to 3.8.1. [source]: Adjust snippet and comment it out with a TODO comment. [phases]{cythonize}: Fix indentation. {check}: Use 'when' for the TESTS? condition. Delete the test_proxy_functional.py test file. Skip tests requiring networking. Run tests in parallel with xdist. [propagated-inputs]: Add python-aiosignal. Remove python-attrs. {python-chardet}: Replace by... {python-charset-normalizer}: ... this. Add python-frozenlist. [native-inputs]: Use the regular python-pytest package. Add python-pytest-xdist. Maxim Cournoyer
2022-01-17gnu: Add python-aiosignal....* gnu/packages/python-web.scm (python-aiosignal): New variable. Maxim Cournoyer
2022-01-17gnu: Add python-frozenlist....* gnu/packages/python-web.scm (python-frozenlist): New variable. Maxim Cournoyer
2022-01-17gnu: python-aiohttp: Skip the tests....The test suite is failing because it fails to handle a deprecation warning. Just skip it for now. * gnu/packages/python-web.scm (python-aiohttp)[arguments]: Skip the test suite. Leo Famulari
2022-01-17Merge branch 'version-1.4.0'...With resolved conflicts in: gnu/packages/gnome.scm gnu/packages/openstack.scm gnu/packages/python-xyz.scm Maxim Cournoyer
2022-01-10gnu: python-requests-toolbelt: Update to 0.9.1 and enable tests....* gnu/packages/python-web.scm (pyhton-requests-toolbelt): Update to 0.9.1. [phases]{delete-problematic-tests}: New phase. (python-requests-toolbelt-0.9.1): Delete variable. (python2-requests-toolbelt): Likewise. (python-cloudscraper): Adjust accordingly. Maxim Cournoyer
2022-01-10gnu: python-cachecontrol: Update to 0.12.10....* gnu/packages/python-web.scm (python-cachecontrol): Update to 0.12.10. Maxim Cournoyer
2022-01-12gnu: python-flask-restx: Update to 0.5.1....* gnu/packages/python-web.scm (python-flask-restx): Update to 0.5.1. [arguments]: Disable one more test. Marius Bakke
2022-01-12gnu: python-websocket-client: Update to 1.2.3....* gnu/packages/python-web.scm (python-websocket-client): Update to 1.2.3. [arguments]: Override check phase. [native-inputs]: Add PYTHON-WEBSOCKETS and PYTHON-PYTEST. [propagated-inputs]: Remove. [properties]: Remove. (python2-websocket-client): Remove variable. (python-websocket-client-0.59): New variable. * gnu/packages/docker.scm (docker-compose)[inputs]: Change from PYTHON-WEBSOCKET-CLIENT to PYTHON-WEBSOCKET-CLIENT-0.59. Marius Bakke
2022-01-12gnu: python-flask-combo-jsonapi: Fix build....* gnu/packages/python-web.scm (python-flask-combo-jsonapi)[arguments]: Remove version pinning, and override check phase. [propagated-inputs]: Change from PYTHON-SQLALCHEMY-1.3 to PYTHON-SQLALCHEMY. Change PYTHON-MARSHMALLOW-3.2 to PYTHON-MARSHMALLOW. Marius Bakke
2022-01-12gnu: Add python-canvasapi....* gnu/packages/python-web.scm (python-canvasapi): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> John Kehayias
2022-01-11gnu: python-websocket-client: Update to 0.59.0....* gnu/packages/python-web.scm (python-websocket-client): Update to 0.59.0. [source]: Update PyPI URI. Make some cosmetic changes. [arguments]<#:phases>: Add phase 'skip-network-test. [native-inputs]: Add python-pysocks. [home-page]: Follow redirect. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> Vinicius Monego
2022-01-11gnu: Add python-flask-assets....* gnu/packages/python-web.scm (python-flask-assets): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> Vinicius Monego
2022-01-11gnu: Add python-pyscss....* gnu/packages/python-web.scm (python-pyscss): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> Vinicius Monego
2022-01-07gnu: python-cloudscraper: Add source file-name....* gnu/packages/python-web.scm (python-cloudscraper)[source]: Add file-name field. Efraim Flashner
2021-12-30gnu: Remove trailing period from synopsis....* gnu/packages/anddroid.scm (android-liblog, git-repo)[synopsis]: Remove trailing period. * gnu/packages/audio.scm (audio-to-midi)[synopsis]: Likewise. * gnu/packages/bioinformatics.scm (python-mygene, python-scanpy, nanosv)[synopsis]: Likewise. * gnu/packages/cran.scm (r-gsubfn)[synopsis]: Likewise. * gnu/packages/crates-io.scm (rust-ascii-1, rust-bindgen-0.59, rust-byte-unit-4, rust-clircle-0.3, rust-dashmap-4, rust-dhcp4r-0.2, rust-fast-float-0.2, rust-fst-0.4, rust-futures-core-preview-0.3, rust-http-types-2, rust-hyper-0.14, rust-indexmap-1, rust-minimal-lexical-0.1, rust-oorandom-11.1, rust-runtime-raw-0.3, rust-sharded-slab-0.1, rust-takeable-option-0.4, rust-tower-service-0.3, rust-ttf-parser-0.12)[synopsis]: Likewise. * gnu/packages/disk.scm (f3)[synopsis]: Likewise. * gnu/packages/emacs-xyz.scm (emacs-scribble-mode, emacs-psession)[synopsis]: Likewise. * gnu/packages/golang.scm (go-github-com-kylelemons-godebug)[synopsis]: Likewise. * gnu/packages/haskell-xyz.scm (ghc-fsnotify, ghc-libyaml, ghc-emojis, ghc-regex-tdfa, ghc-th-lift-instances, ghc-commonmark-pandoc)[synopsis]: Likewise. * gnu/packages/java.scm (java-commons-jxpath, java-jakarta-regexp)[synopsis]: Likewise. * gnu/packages/lisp-xyz.scm (sbcl-cl-annot, sbcl-envy)[synopsis]: Likewise. * gnu/packages/mail.scm (go-gitlab.com-shackra-goimapnotify)[synopsis]: Likewise. * gnu/packages/maven.scm (maven-wagon-http-shared, maven-surefire-plugin)[synopsis]: Likewise. * gnu/packages/perl.scm (perl-text-soundex)[synopsis]: Likewise. * gnu/packages/python-check.scm (python-httmock)[synopsis]: Likewise. * gnu/packages/python-web.scm (python-bottle)[synopsis]: Likewise. * gnu/packages/python-xyz.scm (python-olefile, python-tokenize-rt, python-pylzma)[synopsis]: Likewise. * gnu/packages/tex.scm (texlive-docstrip)[synopsis]: Likewise. Vagrant Cascadian
2021-12-30gnu: python-plaster-pastedeploy: Fix trailing whitespace in description....* gnu/packages/python-web.scm (python-plaster-pastedeploy)[description]: Fix trailing whitespace. Vagrant Cascadian
2021-12-30gnu: python-cssselect2: Fix build....* gnu/packages/python-web.scm (python-cssselect2): [phases]: Add disable-linters phase. Make check phase respect #:tests?. [native-inputs]: Remove python-pytest-flake8 and python-pytest-isort. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> Morgan Smith
2021-12-16gnu: python-flask-restful: Rewrite import....It seems a function inside python-flask moved to a different module. * gnu/packages/python-web.scm (python-flask-restful)[arguments]: Add phase rewriting imports from flask.helpers to flask.scaffold. Lars-Dominik Braun
2021-12-16gnu: python-sanic: Update to 20.12.4....* gnu/packages/python-web.scm (python-sanic)[version]: Update to 20.12.4. [arguments]: Skip more failing tests. Lars-Dominik Braun
2021-12-13gnu: Further simplify package inputs....This is the result of running: ./pre-inst-env guix style --input-simplification=safe and manually undoing changes on a dozen of packages to reduce rebuilds (derivations for emacs, icecat, and libreoffice are unchanged.) Ludovic Courtès
2021-12-13gnu: Simplify package inputs....This commit was obtained by running: ./pre-inst-env guix style without any additional argument. Ludovic Courtès
2021-12-13gnu: python-aws-xray-sdk: Set PYTHONPATH when running tests....* gnu/packages/python-web.scm (python-aws-xray-sdk)[arguments]: Check: Set PYTHONPATH. Ludovic Courtès
2021-12-13gnu: python-jsonpickle: Update to 1.5.2....This brings support for NumPy 1.20+, which we need. * gnu/packages/python-web.scm (python-jsonpickle): Update to 1.5.2. Ludovic Courtès
2021-12-13gnu: python-jose: Add missing dependency....* gnu/packages/python-web.scm (python-jose)[propagated-inputs]: Add PYTHON-ECDSA. Ludovic Courtès
2021-12-13Merge branch 'master' into core-updates-frozenLudovic Courtès
2021-12-12gnu: Update awscli, python-boto3 and python-botocore....awscli, botocore and boto3 work together and typically require matching versions. * gnu/packages/python-xyz.scm (python-botocore): Update to 1.22.11. (python-boto3): Update to 1.19.11. [native-inputs]: Add python-pytest. * gnu/packages/python-web.scm (awscli): Update to 1.21.11. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Vinicius Monego
2021-12-12gnu: python-s3transfer: Honor #:tests? flag....* gnu/packages/python-web.scm (python-s3transfer)[arguments]: Adjust custom 'check phase to honor the #:tests? flag. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Vinicius Monego
2021-12-12gnu: python-s3transfer: Update to 0.5.0....* gnu/packages/python-web.scm (python-s3transfer): Update to 0.5.0. [arguments]<#:phases>: Remove 'patch phase because the issue was fixed upstream. Don't return #t in custom 'check phase. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Vinicius Monego
2021-12-12gnu: python-cfn-lint: Honor #:tests? flag....* gnu/packages/python-web.scm (python-cfn-lint)[arguments]: Make some cosmetic changes. Adjust custom 'check phase to honor the #:tests? flag. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Vinicius Monego
2021-12-12gnu: python-cfn-lint: Update to 0.54.3....* gnu/packages/python-web.scm (python-cfn-lint): Update to 0.54.3. [home-page]: Follow redirect. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Vinicius Monego
2021-12-12gnu: python-aws-sam-translator: Update to 1.40.0....* gnu/packages/python-web.scm (python-aws-sam-translator): Update to 1.40.0. [arguments]<#:phases>: Don't return #t. [home-page]: Follow redirect. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Vinicius Monego
2021-12-07gnu: python-ndg-httpsclient: Add missing input....* gnu/packages/python-web.scm (python-ndg-httpsclient)[propagated-inputs]: Add python-pyasn1. Ricardo Wurmus
2021-12-05Merge remote-tracking branch 'origin/master' into core-updates-frozenRicardo Wurmus
2021-12-05gnu: python-webassets: Patch for Python 3.9....* gnu/packages/python-web.scm (python-webassets)[arguments]: Add substitution. Marius Bakke
2021-12-01gnu: Add python-mwparserfromhell....* gnu/packages/python-web.scm (python-mwparserfromhell): New variable. Signed-off-by: Ricardo Wurmus <rekado@elephly.net> Alice BRENON
2021-11-30gnu: python-cloudscraper: Update to 1.2.58....* gnu/packages/python-web.scm (python-cloudscraper): Update to 1.2.58. [source]: Do not delete as many files in snippet; fetch sources via git. [arguments]: Add build phase 'fix-references; replace 'check phase. [inputs]: Add node. [propagated-inputs]: Add python-js2py, python-polling2, and python-responses. Ricardo Wurmus
2021-11-30gnu: Add python-js2py....* gnu/packages/python-web.scm (python-js2py): New variable. Ricardo Wurmus
2021-11-30gnu: Add python-pyjsparser....* gnu/packages/python-web.scm (python-pyjsparser): New variable. Ricardo Wurmus