summaryrefslogtreecommitdiff
path: root/gnu/packages/python-web.scm
Commit message (Collapse)AuthorAge
...
* gnu: Simplify package inputs.Ludovic Courtès2021-12-13
| | | | | | | | This commit was obtained by running: ./pre-inst-env guix style without any additional argument.
* gnu: python-aws-xray-sdk: Set PYTHONPATH when running tests.Ludovic Courtès2021-12-13
| | | | | * gnu/packages/python-web.scm (python-aws-xray-sdk)[arguments]: Check: Set PYTHONPATH.
* gnu: python-jsonpickle: Update to 1.5.2.Ludovic Courtès2021-12-13
| | | | | | This brings support for NumPy 1.20+, which we need. * gnu/packages/python-web.scm (python-jsonpickle): Update to 1.5.2.
* gnu: python-jose: Add missing dependency.Ludovic Courtès2021-12-13
| | | | | * gnu/packages/python-web.scm (python-jose)[propagated-inputs]: Add PYTHON-ECDSA.
* Merge branch 'master' into core-updates-frozenLudovic Courtès2021-12-13
|\
| * gnu: Update awscli, python-boto3 and python-botocore.Vinicius Monego2021-12-12
| | | | | | | | | | | | | | | | | | | | | | | | 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>
| * gnu: python-s3transfer: Honor #:tests? flag.Vinicius Monego2021-12-12
| | | | | | | | | | | | | | * 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>
| * gnu: python-s3transfer: Update to 0.5.0.Vinicius Monego2021-12-12
| | | | | | | | | | | | | | | | * 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>
| * gnu: python-cfn-lint: Honor #:tests? flag.Vinicius Monego2021-12-12
| | | | | | | | | | | | | | * 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>
| * gnu: python-cfn-lint: Update to 0.54.3.Vinicius Monego2021-12-12
| | | | | | | | | | | | | | * 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>
| * gnu: python-aws-sam-translator: Update to 1.40.0.Vinicius Monego2021-12-12
| | | | | | | | | | | | | | | | * 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>
* | gnu: python-ndg-httpsclient: Add missing input.Ricardo Wurmus2021-12-07
| | | | | | | | | | * gnu/packages/python-web.scm (python-ndg-httpsclient)[propagated-inputs]: Add python-pyasn1.
* | Merge remote-tracking branch 'origin/master' into core-updates-frozenRicardo Wurmus2021-12-05
|\|
| * gnu: Add python-mwparserfromhell.Alice BRENON2021-12-01
| | | | | | | | | | | | * gnu/packages/python-web.scm (python-mwparserfromhell): New variable. Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
| * gnu: python-cloudscraper: Update to 1.2.58.Ricardo Wurmus2021-11-30
| | | | | | | | | | | | | | | | * 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.
| * gnu: Add python-js2py.Ricardo Wurmus2021-11-30
| | | | | | | | * gnu/packages/python-web.scm (python-js2py): New variable.
| * gnu: Add python-pyjsparser.Ricardo Wurmus2021-11-30
| | | | | | | | * gnu/packages/python-web.scm (python-pyjsparser): New variable.
| * gnu: Add python-woob.Ricardo Wurmus2021-11-30
| | | | | | | | * gnu/packages/python-web.scm (python-woob): New variable.
* | gnu: python-webassets: Patch for Python 3.9.Marius Bakke2021-12-05
| | | | | | | | | | * gnu/packages/python-web.scm (python-webassets)[arguments]: Add substitution.
* | gnu: python2-requests: Remove dependency on python-charset-normalizer.Ludovic Courtès2021-11-29
| | | | | | | | | | | | | | | | 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'.
* | gnu: python-prawcore: Update to 7.5.0.Ricardo Wurmus2021-11-22
| | | | | | | | | | * gnu/packages/python-web.scm (python-prawcore): Update to 7.5.0. [arguments]: Disable two broken tests.
* | gnu: python-prawcore: Update to 2.3.0.Ricardo Wurmus2021-11-22
| | | | | | | | * gnu/packages/python-web.scm (python-prawcore): Update to 2.3.0.
* | gnu: python-praw: Remove trailing #T.Ricardo Wurmus2021-11-22
| | | | | | | | | | * gnu/packages/python-web.scm (python-praw)[arguments]: Remove trailing #T from build phases.
* | gnu: python-praw: Add missing input.Ricardo Wurmus2021-11-22
| | | | | | | | | | * gnu/packages/python-web.scm (python-praw)[propagated-inputs]: Add python-update-checker.
* | gnu: python-werkzeug: Reintroduce 1.0.1.Ludovic Courtès2021-11-21
| | | | | | | | | | | | * 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.
* | Merge branch 'master' into core-updates-frozenLudovic Courtès2021-11-17
|\|
| * gnu: python-furl: Update to 2.1.3.jgart2021-11-15
| | | | | | | | | | | | * gnu/packages/python-web.scm (python-furl): Update to 2.1.3. Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
| * gnu: python-uritemplate: Update to 4.1.1.Marius Bakke2021-11-15
| | | | | | | | | | | | * gnu/packages/python-web.scm (python-uritemplate): Update to 4.1.1. [license]: Add LICENSE:ASL2.0. (python2-uritemplate): Remove variable.
| * gnu: Remove python2-google-api-client.Marius Bakke2021-11-15
| | | | | | | | | | | | Some of its dependencies no longer support Python 2. * gnu/packages/python-web.scm (python2-google-api-client): Remove variable.
| * gnu: hypercorn: Honor #:tests? in 'check' phase.Vinicius Monego2021-11-08
| | | | | | | | | | | | | | * gnu/packages/python-web.scm (hypercorn)[arguments]: Honor #:tests? in 'check' phase. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
| * gnu: hypercorn: Update to 0.11.2.Vinicius Monego2021-11-08
| | | | | | | | | | | | * gnu/packages/python-web.scm (hypercorn): Update to 0.11.2. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
| * gnu: python-hypercorn: Remove "python-" prefix from name.Vinicius Monego2021-11-08
| | | | | | | | | | | | | | | | | | 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>
| * gnu: Add python-giturlparse.jgart2021-11-08
| | | | | | | | | | | | * gnu/packages/python-web.scm (python-giturlparse): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* | gnu: python-urllib3: Update to 1.26.7.Maxim Cournoyer2021-11-11
| | | | | | | | * gnu/packages/python-web.scm (python-urllib3): Update to 1.26.7.
* | gnu: python-docker: Update to 5.0.3 and remove obsolete package variants.Maxim Cournoyer2021-11-11
| | | | | | | | | | | | | | * 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.
* | gnu: python-requests: Update to 2.26.0.Maxim Cournoyer2021-11-11
| | | | | | | | | | * gnu/packages/python-web.scm (python-requests): Update to 2.26.0. [propagated-inputs]: add python-charset-normalizer.
* | Merge remote-tracking branch 'origin/master' into core-updates-frozenEfraim Flashner2021-11-08
|\|
| * gnu: Add python-webcolors.Arun Isaac2021-11-07
| | | | | | | | | | | | * gnu/packages/python-web.scm (python-webcolors): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
| * gnu: Add python-flask-combo-jsonapi.David Larsson2021-11-03
| | | | | | | | | | | | * gnu/packages/python-web.scm (python-flask-combo-jsonapi): New variable. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
* | Merge remote-tracking branch 'origin/master' into core-updates-frozenEfraim Flashner2021-11-03
|\|
| * gnu: python-httpx: Honor #:tests? flag.Efraim Flashner2021-11-02
| | | | | | | | | | * gnu/packages/python-web.scm (python-httpx)[arguments]: Adjust custom 'check phase to honor the #:tests? flag.
* | Merge remote-tracking branch 'origin/master' into core-updates-frozenEfraim Flashner2021-10-31
|\|
| * gnu: python-slugify: Honor #:tests?.Ludovic Courtès2021-10-28
| | | | | | | | * gnu/packages/python-web.scm (python-slugify)[arguments]: Honor #:tests?
| * gnu: python-slugify: Update to 5.0.2.jgart2021-10-28
| | | | | | | | | | | | * gnu/packages/python-web.scm (python-slugify): Update to 5.0.2. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| * gnu: python-aiohttp: Remove cythonized files.Efraim Flashner2021-10-26
| | | | | | | | | | | | | | * gnu/packages/python-web.scm (python-aiohttp)[source]: Add snippet to remove generated cythonized files. [arguments]: Add phase to generate cythonized files. [native-inputs]: Add python-cython.
* | gnu: python-aiohttp: Remove cythonized files.Efraim Flashner2021-10-27
| | | | | | | | | | | | | | * gnu/packages/python-web.scm (python-aiohttp)[source]: Add snippet to remove generated cythonized files. [arguments]: Add phase to generate cythonized files. [native-inputs]: Add python-cython.
* | gnu: python-uvicorn: Update to 0.13.2.Efraim Flashner2021-10-27
| | | | | | | | | | | | | | | | * gnu/packages/python-web.scm (python-uvicorn): Update to 0.13.2. [propagated-inputs]: Remove python-wsproto. [native-inputs]: Remove python-black, python-codecov, python-flake8, python-isort, python-mypy, and python-pytest-cov; add python-trustme and python-wsproto.
* | gnu: python-asgiref: Honor #:tests? flag.Efraim Flashner2021-10-27
| | | | | | | | | | * gnu/packages/python-web.scm (python-asgiref)[arguments]: Adjust custom 'check phase to honor the #:tests? flag.
* | gnu: python-asgiref: Update to 3.4.1.Efraim Flashner2021-10-27
| | | | | | | | * gnu/packages/python-web.scm (python-asgiref): Update to 3.4.1.
* | gnu: python-aiohttp: Sort inputs alphabetically.Efraim Flashner2021-10-27
| | | | | | | | | | * gnu/packages/python-web.scm (python-aiohttp)[native-inputs]: Sort inputs alphabetically.