summaryrefslogtreecommitdiff
path: root/gnu/packages/python-web.scm
Commit message (Collapse)AuthorAge
* 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.
* | gnu: python-aiohttp: Fix test suite.Efraim Flashner2021-10-27
| | | | | | | | | | | | * gnu/packages/python-web.scm (python-aiohttp)[arguments]: Adjust custom 'check phase to not load uninstalled code. [native-inputs]: Replace python-pytest with python-pytest-6.1.
* | gnu: python-requests-unixsocket: Fix tests.Ricardo Wurmus2021-10-24
| | | | | | | | | | * gnu/packages/python-web.scm (python-requests-unixsocket)[arguments]: Do not run tests with --pep8 option; only run tests when enabled.
* | gnu: awscli: Update to 1.20.64.Ricardo Wurmus2021-10-19
| | | | | | | | | | | | | | * gnu/packages/python-web.scm (awscli): Update to 1.20.64. [arguments]: Remove trailing #t. [propagated-inputs]: Replace python-colorama with python-colorama-for-awscli; replace python-docutils with python-docutils-0.15.
* | gnu: python-s3transfer: Update to 0.5.0.Ricardo Wurmus2021-10-19
| | | | | | | | | | * gnu/packages/python-web.scm (python-s3transfer): Update to 0.5.0. [arguments]: Remove 'patch phase; remove trailing #t from 'check phase.
* | Merge remote-tracking branch 'signed/master' into core-updatesMathieu Othacehe2021-10-18
|\|
| * gnu: python-socks: Fix indentation.Sébastien Lerique2021-10-18
| | | | | | | | | | | | * gnu/packages/python-web.scm (python-socks): Fix indentation. Signed-off-by: Lars-Dominik Braun <lars@6xq.net>
| * gnu: python-h2: Update to 4.1.0.Sébastien Lerique2021-10-18
| | | | | | | | | | | | | | | | | | | | * gnu/packages/python-web.scm (python-h2): Update to 4.1.0. [native-inputs]: Add python-hypothesis-6.23. [arguments]: Invoke pytest through `python -m` so it finds the newer python-hypothesis-6.23. [home-page]: Update to current url. Signed-off-by: Lars-Dominik Braun <lars@6xq.net>
| * gnu: python-hpack: Update to 4.0.0.Sébastien Lerique2021-10-18
| | | | | | | | | | | | | | * gnu/packages/python-web.scm (python-hpack): Update to 4.0.0 [arguments]: Reactivate skipped test in 'check phase. Signed-off-by: Lars-Dominik Braun <lars@6xq.net>
| * gnu: python-socks: Update to 1.2.4.Sébastien Lerique2021-10-18
| | | | | | | | | | | | * gnu/packages/python-web.scm (python-socks): Update to 1.2.4. Signed-off-by: Lars-Dominik Braun <lars@6xq.net>
| * gnu: python-h11: Update to 0.12.0.Sébastien Lerique2021-10-18
| | | | | | | | | | | | * gnu/packages/python-web.scm (python-h11): Update to 0.12.0. Signed-off-by: Lars-Dominik Braun <lars@6xq.net>
| * gnu: python-hyperframe: Update to 6.0.1.Sébastien Lerique2021-10-18
| | | | | | | | | | | | * gnu/packages/python-web.scm (python-hyperframe): Update to 6.0.1. Signed-off-by: Lars-Dominik Braun <lars@6xq.net>
| * gnu: python-aiohttp-socks: Update to 0.6.0.Sébastien Lerique2021-10-18
| | | | | | | | | | | | * gnu/packages/python-web.scm (python-aiohttp-socks): Update to 0.6.0. Signed-off-by: Lars-Dominik Braun <lars@6xq.net>
* | Merge branch 'master' into core-updates-frozenMarius Bakke2021-10-14
|\|
| * gnu: Remove duplicate python-google-brotli package.Tobias Geerinckx-Rice2021-10-13
| | | | | | | | | | | | | | | | | | | | * gnu/packages/python-compression.scm (python-brotli): Delete duplicate variable. * gnu/packages/compression.scm (python-google-brotli): Redefine as a deprecated-package, with… (python-brotli): …as the canonical variable. * gnu/packages/fonts.scm (font-meera-inimai)[native-inputs]: Adjust accordingly.
* | gnu: python-zope-testrunner: Fix bytecode compilation.Marius Bakke2021-10-13
| | | | | | | | | | * gnu/packages/python-web.scm (python-zope-testrunner)[arguments]: Delete one test.
* | gnu: python-zope: Remove sanity check from bootstrap packages.Marius Bakke2021-10-13
| | | | | | | | | | | | | | | | * gnu/packages/python-web.scm (python-zope-bootstrap-package): New procedure. (python-zope-exceptions-bootstrap, python-zope-testrunner-bootstrap, python-zope-configuration-bootstrap, python-zope-proxy-bootstrap, python-zope-location-bootstrap, python-zope-security-bootstrap, python-zope-component-bootstrap): Use it.
* | gnu: python-zope-component: Respect '--without-tests'.Marius Bakke2021-10-13
| | | | | | | | | | * gnu/packages/python-web.scm (python-zope-component)[arguments]: Honor TESTS? in the check phase.
* | gnu: python-zope-exceptions: Respect '--without-tests'.Marius Bakke2021-10-13
| | | | | | | | | | * gnu/packages/python-web.scm (python-zope-exceptions)[arguments]: Honor TESTS? argument in check phase.
* | Merge remote-tracking branch 'origin/master' into core-updates-frozen.Mathieu Othacehe2021-10-12
|\|
| * gnu: python-w3lib: Fix typo in description.Tobias Geerinckx-Rice2021-09-30
| | | | | | | | | | * gnu/packages/python-web.scm (python-w3lib)[description]: Fix ‘entites’ typo and wrap to 80 characters.