Age | Commit message (Expand) | Author |
2022-01-12 | gnu: 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-12 | gnu: 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-12 | gnu: 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-12 | gnu: Add python-canvasapi....* gnu/packages/python-web.scm (python-canvasapi): New variable.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
| John Kehayias |
2022-01-11 | gnu: 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-11 | gnu: 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-11 | gnu: Add python-pyscss....* gnu/packages/python-web.scm (python-pyscss): New variable.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
| Vinicius Monego |
2022-01-07 | gnu: python-cloudscraper: Add source file-name....* gnu/packages/python-web.scm (python-cloudscraper)[source]: Add
file-name field.
| Efraim Flashner |
2021-12-30 | gnu: 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-30 | gnu: python-plaster-pastedeploy: Fix trailing whitespace in description....* gnu/packages/python-web.scm (python-plaster-pastedeploy)[description]: Fix
trailing whitespace.
| Vagrant Cascadian |
2021-12-30 | gnu: 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-16 | gnu: 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-16 | gnu: 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-13 | gnu: 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-13 | gnu: Simplify package inputs....This commit was obtained by running:
./pre-inst-env guix style
without any additional argument.
| Ludovic Courtès |
2021-12-13 | gnu: 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-13 | gnu: 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-13 | gnu: python-jose: Add missing dependency....* gnu/packages/python-web.scm (python-jose)[propagated-inputs]: Add
PYTHON-ECDSA.
| Ludovic Courtès |
2021-12-13 | Merge branch 'master' into core-updates-frozen | Ludovic Courtès |
2021-12-12 | gnu: 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-12 | gnu: 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-12 | gnu: 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-12 | gnu: 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-12 | gnu: 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-12 | gnu: 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-07 | gnu: python-ndg-httpsclient: Add missing input....* gnu/packages/python-web.scm (python-ndg-httpsclient)[propagated-inputs]: Add
python-pyasn1.
| Ricardo Wurmus |
2021-12-05 | Merge remote-tracking branch 'origin/master' into core-updates-frozen | Ricardo Wurmus |
2021-12-05 | gnu: python-webassets: Patch for Python 3.9....* gnu/packages/python-web.scm (python-webassets)[arguments]: Add
substitution.
| Marius Bakke |
2021-12-01 | gnu: Add python-mwparserfromhell....* gnu/packages/python-web.scm (python-mwparserfromhell): New variable.
Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
| Alice BRENON |
2021-11-30 | gnu: 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-30 | gnu: Add python-js2py....* gnu/packages/python-web.scm (python-js2py): New variable.
| Ricardo Wurmus |
2021-11-30 | gnu: Add python-pyjsparser....* gnu/packages/python-web.scm (python-pyjsparser): New variable.
| Ricardo Wurmus |
2021-11-30 | gnu: Add python-woob....* gnu/packages/python-web.scm (python-woob): New variable.
| Ricardo Wurmus |
2021-11-29 | gnu: python2-requests: Remove dependency on python-charset-normalizer....The python-charset-normalizer package is Python 3 only.
* gnu/packages/python-web.scm (python-requests)[properties]: New field.
(python2-requests): Rewrite to remove 'python-charset-normalizer' from
'propagated-inputs'.
| Ludovic Courtès |
2021-11-22 | gnu: python-prawcore: Update to 7.5.0....* gnu/packages/python-web.scm (python-prawcore): Update to 7.5.0.
[arguments]: Disable two broken tests.
| Ricardo Wurmus |
2021-11-22 | gnu: python-prawcore: Update to 2.3.0....* gnu/packages/python-web.scm (python-prawcore): Update to 2.3.0.
| Ricardo Wurmus |
2021-11-22 | gnu: python-praw: Remove trailing #T....* gnu/packages/python-web.scm (python-praw)[arguments]: Remove trailing #T
from build phases.
| Ricardo Wurmus |
2021-11-22 | gnu: python-praw: Add missing input....* gnu/packages/python-web.scm (python-praw)[propagated-inputs]: Add
python-update-checker.
| Ricardo Wurmus |
2021-11-21 | gnu: python-werkzeug: Reintroduce 1.0.1....* gnu/packages/python-web.scm (python-werkzeug-1.0): New variable.
* gnu/packages/patches/python-werkzeug-tests.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
| Ludovic Courtès |
2021-11-17 | Merge branch 'master' into core-updates-frozen | Ludovic Courtès |
2021-11-15 | gnu: python-furl: Update to 2.1.3....* gnu/packages/python-web.scm (python-furl): Update to 2.1.3.
Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
| jgart |
2021-11-15 | gnu: python-uritemplate: Update to 4.1.1....* gnu/packages/python-web.scm (python-uritemplate): Update to 4.1.1.
[license]: Add LICENSE:ASL2.0.
(python2-uritemplate): Remove variable.
| Marius Bakke |
2021-11-15 | gnu: Remove python2-google-api-client....Some of its dependencies no longer support Python 2.
* gnu/packages/python-web.scm (python2-google-api-client): Remove variable.
| Marius Bakke |
2021-11-11 | gnu: python-urllib3: Update to 1.26.7....* gnu/packages/python-web.scm (python-urllib3): Update to 1.26.7.
| Maxim Cournoyer |
2021-11-11 | gnu: python-docker: Update to 5.0.3 and remove obsolete package variants....* gnu/packages/docker.scm (python-docker): Update to 5.0.3.
* gnu/packages/python-web.scm (python-requests-2.20): Delete unused package
variant.
(python-urllib3-1.24): Likewise.
| Maxim Cournoyer |
2021-11-11 | gnu: python-requests: Update to 2.26.0....* gnu/packages/python-web.scm (python-requests): Update to 2.26.0.
[propagated-inputs]: add python-charset-normalizer.
| Maxim Cournoyer |
2021-11-08 | gnu: hypercorn: Honor #:tests? in 'check' phase....* gnu/packages/python-web.scm (hypercorn)[arguments]: Honor #:tests? in
'check' phase.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
| Vinicius Monego |
2021-11-08 | gnu: hypercorn: Update to 0.11.2....* gnu/packages/python-web.scm (hypercorn): Update to 0.11.2.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
| Vinicius Monego |
2021-11-08 | gnu: python-hypercorn: Remove "python-" prefix from name....Hypercorn is mainly a CLI application but also supports a module interface.
* gnu/packages/python-web.scm (python-hypercorn): New deprecated variable.
(hypercorn): Renamed from the respective above.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
| Vinicius Monego |
2021-11-08 | gnu: Add python-giturlparse....* gnu/packages/python-web.scm (python-giturlparse): New variable.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
| jgart |