summaryrefslogtreecommitdiff
path: root/gnu/packages/python-web.scm
AgeCommit message (Collapse)Author
2022-11-24gnu: Add whoogle-search.conses
* gnu/packages/python-web.scm (whoogle-search): New variable. Signed-off-by: Christopher Baines <mail@cbaines.net>
2022-11-20gnu: python-flask-restful: Remove unused dependency.Marius Bakke
* gnu/packages/python-web.scm (python-flask-restful)[propagated-inputs]: Remove PYTHON-PYCRYPTO.
2022-11-17gnu: httpie: Update to 3.2.1.kiasoc5
* gnu/packages/python-web.scm (httpie): Update to 3.2.1. [propagated-inputs]: Add python-rich. Signed-off-by: Christopher Baines <mail@cbaines.net>
2022-11-17gnu: python-praw: Update to 7.6.1.Efraim Flashner
* gnu/packages/python-web.scm (python-praw): Update to 7.6.1.
2022-11-15gnu: python-bottle: Update to 0.12.23.jgart
* gnu/packages/python-web.scm (python-bottle): Update to 0.12.23. [native-inputs]: Add python-pytest. [arguments]: Use pytest to call test suite. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2022-11-14gnu: python-flask-migrate: Add source file-name.Efraim Flashner
* gnu/packages/python-web.scm (python-flask-migrate)[source]: Add file-name field.
2022-11-14gnu: Add python-enoslib.Matthieu Simonin
* gnu/packages/python-web.scm (python-enoslib): New variable. Co-authored-by: Ludovic Courtès <ludo@gnu.org>
2022-11-07gnu: Add parfive.Sharlatan Hellseher
* gnu/packages/python-web.scm (parfive): Newv variable. Signed-off-by: Christopher Baines <mail@cbaines.net>
2022-11-07gnu: Add aioftp.Sharlatan Hellseher
* gnu/packages/python-web.scm (python-aioftp): New variable. Signed-off-by: Christopher Baines <mail@cbaines.net>
2022-11-07gnu: Add siosocks.Sharlatan Hellseher
* gnu/packages/python-web.scm (python-siosocks): New variable. Signed-off-by: Christopher Baines <mail@cbaines.net>
2022-11-01gnu: Add python-zope-sqlalchemy.Maxim Cournoyer
* gnu/packages/python-web.scm (python-zope-sqlalchemy): New variable.
2022-10-31gnu: Fix various lint issues in synopsis and descriptions.Vagrant Cascadian
* gnu/packages/android.scm (etc1tool)[synopsis]: Drop trailing period. * gnu/packages/bioinformatics.scm (mudskipper)[synopsis]: Likewise. * gnu/packages/crates-io.scm (rust-async-log-attributes-1)[synopsis]: Likewise. (rust-atomic-polyfill-1)[synopsis]: Likewise. (rust-modifier-0.1)[synopsis]: Likewise. (rust-openssl-macros-0.1)[synopsis]: Likewise. (rust-syn-mid-0.5)[synopsis]: Likewise. (rust-toml-edit-0.14)[synopsis]: Likewise. (rust-valuable-derive-0.1)[synopsis]: Likewise. (rust-inflections-1)[synopsis]: Likewise. * gnu/packages/databases.scm (python-databases)[synopsis]: Likewise. * gnu/packages/games.scm (liquidwar6)[synopsis]: Likewise. * gnu/packages/golang.scm (go-golang.org-x-sync-errgroup)[synopsis]: Likewise. * gnu/packages/guile-xyz.scm (guile-config)[synopsis]: Likewise. * gnu/packages/haskell-web.scm (ghc-hxt-xpath)[synopsis]: Likewise. * gnu/packages/haskell-xyz.scm (ghc-string-qq)[synopsis]: Likewise. * gnu/packages/machine-learning.scm (python-lap)[synopsis]: Likewise. (python-pyro-api)[synopsis]: Likewise. * gnu/packages/messaging.scm (python-librecaptcha)[synopsis]: Likewise. * gnu/packages/python-check.scm (python-pytest-cram)[synopsis]: Likewise. * gnu/packages/python-web.scm (python-jschema-to-python)[synopsis]: Likewise. (python-sarif-om)[synopsis]: Likewise. (python-socksio)[synopsis]: Likewise. (python-msrest)[synopsis]: Likewise. * gnu/packages/tor.scm (torsocks)[synopsis]: Likewise. * gnu/packages/cran.scm (r-rlist)[synopsis]: Remove leading article. * gnu/packages/crates-io.scm (rust-clippy-lints-0.0.153)[synopsis]: Likewise. (rust-simplelog-0.11)[synopsis]: Likewise. * gnu/packages/samba.scm (wsdd)[synopsis]: Likewise. * gnu/packages/crates-io.scm (rust-spki-0.4)[synopsis]: Remove trailing whitespace. * gnu/packages/golang.scm (go-github-com-mattn-go-zglob)[description]: Remove leading whitespace. * gnu/packages/haskell-check.scm (ghc-crypto-cipher-tests)[description]: Likewise. * gnu/packages/lisp-xyz.scm (sbcl-ctype)[synopsis]: Remove trailing whitespace. * gnu/packages/mpi.scm (openmpi-thread-multiple)[description]: Remove leading whitespace. * gnu/packages/node-xyz.scm (node-string-decoder)[synopsis]: Remove trailing whitespace.
2022-10-27build-system/pyproject: Always run tests verbosely for supported backends.Marius Bakke
* guix/build-system/pyproject.scm (pyproject-build): Default to '() instead of #false for TEST-FLAGS. * guix/build/pyproject-build-system.scm (check): Unconditionally enable verbose test flags. * doc/guix.texi (Build Systems): Document this change. * gnu/packages/fontutils.scm (python-glyphslib)[arguments]: Remove verbosity from #:test-flags. * gnu/packages/pdf.scm (python-pydyf, weasyprint)[arguments]: Likewise. * gnu/packages/python-web.scm (python-openapi-spec-validator)[arguments]: Likewise. * gnu/packages/python-xyz.scm (python-path, python-tempora)[arguments]: Likewise.
2022-10-27gnu: python-openapi-spec-validator: Use pyproject-build-system.Marius Bakke
* gnu/packages/python-web.scm (python-openapi-spec-validator)[build-system]: Set to PYPROJECT-BUILD-SYSTEM. [arguments]: Add #:test-flags. Remove obsolete phases. [native-inputs]: Remove PYTHON-PYPA-BUILD.
2022-10-27gnu: python-openapi-schema-validator: Use pyproject-build-system.Marius Bakke
* gnu/packages/python-web.scm (python-openapi-schema-validator)[build-system]: Set to PYPROJECT-BUILD-SYSTEM. [arguments]: Remove redundant phases. [native-inputs]: Remove PYTHON-PYPA-BUILD.
2022-10-12Merge remote-tracking branch 'origin/master' into stagingEfraim Flashner
Conflicts: gnu/packages/gnuzilla.scm gnu/packages/graphics.scm gnu/packages/gstreamer.scm gnu/packages/gtk.scm gnu/packages/kde-frameworks.scm gnu/packages/video.scm
2022-10-04gnu: Add awscli-2.Zzull
* gnu/packages/python-web.scm (awscli-2): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-10-02gnu: python-cfn-lint: Update to 0.65.0.Greg Hogan
* gnu/packages/python-web.scm (python-cfn-lint): Update to 0.65.0. [arguments]<#:phases>: Add 'skip-network-test. [propagated-inputs]: Add python-importlib-resources, python-jschema-to-python, python-sarif-om. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-10-02gnu: Add python-sarif-om.Greg Hogan
* gnu/packages/python-web.scm (python-sarif-om): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-10-02gnu: Add python-jschema-to-python.Greg Hogan
* gnu/packages/python-web.scm (python-jschema-to-python): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-10-02gnu: python-aws-sam-translator: Update to 1.51.0.Greg Hogan
* gnu/packages/python-web.scm (python-aws-sam-translator): Update to 1.51.0. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-10-02gnu: python-aiohttp-socks: Update to 0.7.1.Michael Rohleder
* gnu/packages/python-web.scm (python-aiohttp-socks): Update to 0.7.1. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2022-10-02gnu: python-socks: Update to 2.0.3.Michael Rohleder
* gnu/packages/python-web.scm (python-socks): Update to 2.0.3. [arguments]<#:phases>: Remove trailing #t. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2022-09-19gnu: python-websockets: Extend test timeout.Efraim Flashner
* gnu/packages/python-web.scm (python-websockets)[arguments]: Add phase to extend the tests timeout so slower machines can complete them.
2022-09-15Merge branch 'master' into stagingMaxim Cournoyer
With resolved conflicts in: gnu/local.mk gnu/packages/freedesktop.scm gnu/packages/gnuzilla.scm
2022-09-11gnu: python-uvloop: Disable flaky test.Marius Bakke
* gnu/packages/python-web.scm (python-uvloop)[arguments]: Disable one more test. While at it, use 'thread' timeout method as signal did not work here. Also don't compute the pytest string at evaluation time.
2022-08-30Merge branch 'master' into stagingMarius Bakke
2022-08-30gnu: Add python-grid5000.msimonin
* gnu/packages/python-web.scm (python-grid5000): New variable. Signed-off-by: Marius Bakke <marius@gnu.org>
2022-08-30gnu: python-cloudscraper: Update to 1.2.60.Tomasz Jeneralczyk
* 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-27Merge branch 'master' into stagingMarius Bakke
2022-08-19gnu: python-aiohttp: Disable tests that fail with Pytest 7.Marius Bakke
* gnu/packages/python-web.scm (python-aiohttp)[arguments]: Ignore three tests.
2022-08-15gnu: Add python-whatthepatch.Nicolas Graves via Guix-patches via
* gnu/packages/python-web.scm (python-whatthepatch): New variable. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2022-08-11Merge branch 'master' into stagingMarius Bakke
2022-08-10gnu: Add python-shopifyapi.Hartmut Goebel
* gnu/packages/python-web.scm (python-shopifyapi): New variable.
2022-08-10gnu: Add python-pyactiveresource.Hartmut Goebel
* gnu/packages/python-web.scm (python-pyactiveresource): New variable.
2022-08-10gnu: Add python-starlette.Hartmut Goebel
* gnu/packages/python-web.scm (python-starlette): New variable.
2022-08-10gnu: Add python-requests-kerberos.Hartmut Goebel
* gnu/packages/python-web.scm (python-requests-kerberos): New variable.
2022-07-21Merge branch 'master' into stagingMarius Bakke
2022-07-18gnu: Add oauth2ms.John Kehayias
* gnu/packages/python-web.scm (oauth2ms): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-07-18gnu: Add python-msal.John Kehayias
* gnu/packages/python-web.scm (python-msal): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-07-16gnu: python-requests: Update to 2.28.1.Marius Bakke
* gnu/packages/python-web.scm (python-requests): Update to 2.28.1. [arguments]: Remove #:phases.
2022-07-13Merge branch 'master' into stagingMarius Bakke
2022-07-12gnu: python-tornado-6: Adjust test timeout.Efraim Flashner
* gnu/packages/python-web.scm (python-tornado-6)[arguments]: Adjust custom 'check phase to allow a longer test timeout.
2022-07-12gnu: python-tornado-6: Honor tests flag.Efraim Flashner
* gnu/packages/python-web.scm (python-tornado-6)[arguments]: Adjust custom 'check phase to honor the #:tests? flag.
2022-07-01gnu: grip: Update to 4.6.1.Luis Henrique Gomes Higino
* gnu/packages/python-web.scm (grip): Update to 4.6.1. (arguments): Use a gexp. Signed-off-by: Christopher Baines <mail@cbaines.net>
2022-06-26gnu: Add python-sendgrid.Antero Mejr
* gnu/packages/python-web.scm (python-sendgrid): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-06-26gnu: Add python-http-client.Antero Mejr
* gnu/packages/python-web.scm (python-http-client): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-06-23gnu: python-urllib3: Update to 1.26.9.Marius Bakke
* gnu/packages/python-web.scm (python-urllib3): Update to 1.26.9.
2022-06-23gnu: python-requests: Update to 2.28.0.Marius Bakke
* gnu/packages/python-web.scm (python-requests): Update to 2.28.0. [arguments]: Loosen charset-normalizer requirement.
2022-06-23gnu: python-bottle: Update to 0.12.21.jgart
* gnu/packages/python-web.scm (python-bottle): Update to 0.12.21. Signed-off-by: Christopher Baines <mail@cbaines.net>