summaryrefslogtreecommitdiff
path: root/gnu/packages/python-web.scm
Commit message (Collapse)AuthorAge
...
| * 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.
| * gnu: python-urllib3/fixed: Update to 1.26.7.Maxim Cournoyer2021-09-26
| | | | | | | | * gnu/packages/python-web.scm (python-urllib3/fixed): Update to 1.26.7.
* | Merge branch 'master' into core-updates-frozenMarius Bakke2021-09-17
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: gnu/packages/bioinformatics.scm gnu/packages/chez.scm gnu/packages/docbook.scm gnu/packages/ebook.scm gnu/packages/gnome.scm gnu/packages/linux.scm gnu/packages/networking.scm gnu/packages/python-web.scm gnu/packages/python-xyz.scm gnu/packages/tex.scm gnu/packages/version-control.scm gnu/packages/xml.scm guix/build-system/dune.scm guix/build-system/go.scm guix/build-system/linux-module.scm guix/packages.scm
| * gnu: Remove python2-wtforms.Marius Bakke2021-09-16
| | | | | | | | | | | | This trivial package currently fails to build and has no users in Guix. * gnu/packages/python-web.scm (python2-wtforms): Remove variable.
| * gnu: python-wtforms: Don't run style and coverage tests.Marius Bakke2021-09-15
| | | | | | | | | | | | | | | | | | Such tests are fragile and does not affect functionality of the package. * gnu/packages/python-web.scm (python-wtforms)[arguments]: In the check phase, disable code coverage and pep8. [native-inputs]: Remove PYTHON-COVERAGE and PYTHON-PEP8. [source](uri): While at it, remove redundant '.tar.gz' argument to PYPI-URI.
| * gnu: python-wtforms: Adjust for SQLAlchemy >= 1.4.Marius Bakke2021-09-15
| | | | | | | | * gnu/packages/python-web.scm (python-wtforms)[arguments]: Add phase to delete test.
| * gnu: python-flask-sqlalchemy: Update to 2.5.1.Marius Bakke2021-09-15
| | | | | | | | * gnu/packages/python-web.scm (python-flask-sqlalchemy): Update to 2.5.1.
| * gnu: python-cfn-lint: Update to 0.54.1.Marius Bakke2021-09-15
| | | | | | | | | | * gnu/packages/python-web.scm (python-cfn-lint): Update to 0.54.1. [arguments]: Run tests verbosely.
| * gnu: python-aws-sam-translator: Update to 1.38.0.Marius Bakke2021-09-15
| | | | | | | | * gnu/packages/python-web.scm (python-aws-sam-translator): Update to 1.38.0.
| * gnu: Add python-w3libPradana AUMARS2021-09-14
| | | | | | | | | | | | * gnu/packages/python-web.scm (python-w3lib): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| * gnu: python-wtforms: Update to 2.3.3 and adjust arguments+inputs.Raghav Gururajan2021-09-11
| | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/python-web.scm (python-wtforms)[version]: Update to 2.3.3. [phases](remove-django-test): Remove phase. (check): Replace with custom phase. [native-inputs]: Remove unzip. Add python-coverage, python-dateutil, python-pep8 and python-sqlalchemy. [propagated-inputs]: Add python-babel, python-email-validaor and python-markupsafe. Co-authored-by: jgart <jgart@dismail.de>
* | Merge branch 'master' into core-updates-frozenLudovic Courtès2021-09-07
|\|
| * Update copyright/name notices for Christine Lemmer-Webber.Christopher Lemmer Webber2021-08-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * doc/guix-cookbook.texi: Update copyright/name for Christine Lemmer-Webber. * gnu/build/image.scm: Likewise. * gnu/build/vm.scm: Likewise. * gnu/packages/admin.scm: Likewise. * gnu/packages/assembly.scm: Likewise. * gnu/packages/audio.scm: Likewise. * gnu/packages/backup.scm: Likewise. * gnu/packages/check.scm: Likewise. * gnu/packages/databases.scm: Likewise. * gnu/packages/emacs-xyz.scm: Likewise. * gnu/packages/finance.scm: Likewise. * gnu/packages/gnupg.scm: Likewise. * gnu/packages/guile-xyz.scm: Likewise. * gnu/packages/guile.scm: Likewise. * gnu/packages/haskell-xyz.scm: Likewise. * gnu/packages/linux.scm: Likewise. * gnu/packages/mail.scm: Likewise. * gnu/packages/password-utils.scm: Likewise. * gnu/packages/perl.scm: Likewise. * gnu/packages/python-web.scm: Likewise. * gnu/packages/python-xyz.scm: Likewise. * gnu/packages/python.scm: Likewise. * gnu/packages/sphinx.scm: Likewise. * gnu/packages/ssh.scm: Likewise. * gnu/packages/xdisorg.scm: Likewise. * gnu/services/networking.scm: Likewise. * gnu/system/vm.scm: Likewise.
* | gnu: python-google-api-client: Rewrite invalid setup.py.Lars-Dominik Braun2021-08-31
| | | | | | | | | | | | | | | | | | The packages argument accepts package names only, not paths. Replacing the slash with a dot allows passing the sanity-check phase, because the submodule will not be listed in top_level.txt any more. * gnu/packages/python-web.scm (python-google-api-client) [#:phases]: Add new phase 'fix-setup-py.
* | gnu: python-html5-parser: Fix build.Mathieu Othacehe2021-08-16
| | | | | | | | | | * gnu/packages/python-web.scm (python-html5-parser)[propagated-inputs]: Add python-chardet.
* | Merge branch 'master' into core-updates-frozenMarius Bakke2021-08-12
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: gnu/packages/algebra.scm gnu/packages/games.scm gnu/packages/golang.scm gnu/packages/kerberos.scm gnu/packages/mail.scm gnu/packages/python.scm gnu/packages/ruby.scm gnu/packages/scheme.scm gnu/packages/tex.scm gnu/packages/tls.scm gnu/packages/version-control.scm
| * gnu: python-aiorpcx: Update to 0.22.1.Milkey Mouse2021-08-11
| | | | | | | | | | | | | | | | * gnu/packages/finance.scm (electrum)[inputs]: Use python-aiorpcx-0.18. * gnu/packages/python-web.scm (python-aiorpcx): Update to 0.22.1. (python-aiorpcx-0.18): New variable. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
| * gnu: python-aiorpcx: Update to 0.18.7.Mike Rosset2021-08-10
| | | | | | | | | | | | * gnu/packages/python-web.scm (python-aiorpcx): Update to 0.18.7. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
| * gnu: Add python-azure-storage-nspkg.Ricardo Wurmus2021-08-04
| | | | | | | | * gnu/packages/python-web.scm (python-azure-storage-nspkg): New variable.
| * gnu: Add python-azure-nspkg.Ricardo Wurmus2021-08-04
| | | | | | | | * gnu/packages/python-web.scm (python-azure-nspkg): New variable.
* | gnu: python-flask: Update to 2.0.1.Efraim Flashner2021-08-09
| | | | | | | | * gnu/packages/python-web.scm (python-flask): Update to 2.0.1.
* | gnu: python-flask: Honor #:tests in check phase.Efraim Flashner2021-08-09
| | | | | | | | * gnu/packages/python-web.scm (python-flask)[arguments]: Honor #:tests flag.
* | gnu: python-yarl: Update to 1.6.3.Efraim Flashner2021-08-09
| | | | | | | | | | | | | | | | * gnu/packages/python-web.scm (python-yarl): Update to 1.6.3. [source]: Add snippet to remove cythonized code. [arguments]: Skip tests. Add custom 'check phase. Add phase to cythonize code. [native-inputs]: Add python-cython.
* | gnu: python-werkzeug: Update to 2.0.1.Efraim Flashner2021-08-09
| | | | | | | | | | | | * gnu/packages/python-web.scm (python-werkzeug): Update to 2.0.1. [arguments]: Actually replace check phase. Honor #:tests. [native-inputs]: Add python-xprocess.