summaryrefslogtreecommitdiff
path: root/gnu/packages/python-web.scm
AgeCommit message (Collapse)Author
2021-07-18Merge branch 'master' into core-updatesLudovic Courtès
2021-07-13gnu: Add python-warcio.swedebugia
* gnu/packages/python-web.scm (python-warcio): New variable. Co-authored-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2021-07-13gnu: Add python-wsgiprox.Maxim Cournoyer
* gnu/packages/python-web.scm (python-wsgiprox): New variable.
2021-07-08gnu: python-h2: Respect "--without-tests".Maxime Devos
* gnu/packages/python-web.scm (python-h2)[arguments]<#:phases>{check}: Respect #:tests?. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2021-07-08gnu: python-h11: Respect "--without-tests".Maxime Devos
* gnu/packages/python-web.scm (python-h11)[arguments]<#:phases>{check}: Respect #:tests?. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2021-07-08gnu: python-hpack: Respect "--without-tests".Maxime Devos
* gnu/packages/python-web.scm (python-hpack)[arguments]<#:phases>{check}: Respect #:tests?. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2021-07-08gnu: python-hyperframe: Respect "--without-tests".Maxime Devos
* gnu/packages/python-web.scm (python-hyperframe)[arguments]<#:phases>{check}: Respect #:tests?. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2021-07-05gnu: python2-terminado: Remove package.zimoun
* gnu/packages/python-web.scm (python2-terminado): Remove variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2021-06-29gnu: python2-wsgiproxy2: Remove package.zimoun
* gnu/packages/python-web.scm (python2-wsgiproxy2): Remove variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-06-23Merge branch 'master' into core-updatesTobias Geerinckx-Rice
Conflicts: gnu/packages/cups.scm gnu/packages/python-web.scm gnu/packages/web.scm guix/build/maven/pom.scm
2021-06-21gnu: python-cfn-lint: Update to 0.51.0.Ricardo Wurmus
* gnu/packages/python-web.scm (python-cfn-lint): Update to 0.51.0. [arguments]: Delete another test that attempts to access the internet.
2021-06-21gnu: python-aws-sam-translator: Update to 1.36.0.Ricardo Wurmus
* gnu/packages/python-web.scm (python-aws-sam-translator): Update to 1.36.0.
2021-06-19Merge branch 'master' into core-updatesMarius Bakke
Note: this merge actually changes the 'curl' and 'python-attrs' derivations, as part of solving caf4a7a2770ef4d05a6e18f40d602e51da749ddc and 12964df69a99de6190422c752fef65ef813f3b6b respectively. 4604d43c0e (gnu: gnutls@3.6.16: Fix cross-compilation.) was ignored because it cannot currently be tested. Conflicts: gnu/local.mk gnu/packages/aidc.scm gnu/packages/boost.scm gnu/packages/curl.scm gnu/packages/nettle.scm gnu/packages/networking.scm gnu/packages/python-xyz.scm gnu/packages/tls.scm
2021-06-08gnu: python2-mechanicalsoup: Remove package.zimoun
* gnu/packages/python-web.scm (python2-mechanicalsoup): Remove variable. Signed-off-by: Leo Famulari <leo@famulari.name>
2021-06-06Merge branch 'master' into core-updatesMarius Bakke
Conflicts: gnu/local.mk gnu/packages/algebra.scm gnu/packages/bioinformatics.scm gnu/packages/curl.scm gnu/packages/docbook.scm gnu/packages/emacs-xyz.scm gnu/packages/maths.scm gnu/packages/plotutils.scm gnu/packages/python-web.scm gnu/packages/python-xyz.scm gnu/packages/radio.scm gnu/packages/readline.scm gnu/packages/tls.scm gnu/packages/xml.scm gnu/packages/xorg.scm
2021-05-31gnu: Add python-google.Roel Janssen
* gnu/packages/python-web.scm (python-google): New variable.
2021-05-30gnu: python-hupper: Update to 1.10.3.Tobias Geerinckx-Rice
* gnu/packages/python-web.scm (python-hupper): Update to 1.10.3.
2021-05-23gnu: Fix erroneous uses of 'package/inherit'.Marius Bakke
These packages use a different source/version from the inherited package, and thus should not inherit replacements. * gnu/packages/check.scm (googletest-1.8, python-pytest-runner-2): Use record inheritance instead of PACKAGE/INHERIT. * gnu/packages/crates-io.scm (rust-bindgen-0.49, rust-bytes-0.4, rust-colored-1.9.1, rust-difference-1, rust-docopt-0.8, rust-html5ever-0.23, rust-http-0.1, rust-http-body-0.1, rust-loom-0.2, rust-loom-0.1, rust-pulldown-cmark-0.0.8, rust-ring-0.13, rust-rustls-0.12, rust-sct-0.3, rust-term-0.2, rust-untrusted-0.6, rust-webpki-0.18, rust-webpki-roots-0.17, rust-webpki-roots-0.14): Likewise. * gnu/packages/emacs.scm (emacs-next, emacs-next-pgtk, guile-emacs): Likewise. * gnu/packages/guile.scm (guile-2.2.4): Likewise. * gnu/packages/maths.scm (hdf5-1.10, hdf5-1.12): Likewise. * gnu/packages/protobuf.scm (protobuf-3.6, protobuf-3.5, python-protobuf-3.6): Likewise. * gnu/packages/python-web.scm (python2-html2text): Likewise. * gnu/packages/python-xyz.scm (python-pygments/fixed, python2-numpy, python2-urwid, python2-markdown, python2-fonttools): Likewise. * gnu/packages/racket.scm (racket): Likewise. * gnu/packages/sequoia.scm (sequoia4pEp): Likewise.
2021-05-22gnu: python-urllib3: Don't use 'package/inherit' on replacement package.Marius Bakke
* gnu/packages/python-web.scm (python-urllib3/fixed): Use regular inheritance instead of PACKAGE/INHERIT.
2021-05-22gnu: python-terminado: Update to 0.10.0.Marius Bakke
* gnu/packages/python-web.scm (python-terminado): Update to 0.10.0.
2021-05-22gnu: python-genshi: Update to 0.7.5.Marius Bakke
* gnu/packages/python-web.scm (python-genshi): Update to 0.7.5. [propagated-inputs]: Add PYTHON-SIX.
2021-05-15Merge branch 'master' into core-updatesLudovic Courtès
2021-05-11gnu: python-pycurl: Migrate uri from bintray.Greg Hogan
* gnu/packages/python-web.scm (python-pycurl)[source]: Download from pypi. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-05-09gnu: python-urllib3: Remove replacement package.Marius Bakke
* gnu/packages/python-web.scm (python-urllib3): Update to 1.26.4. [replacement]: Remove. (python-urllib3/fixed): Remove variable.
2021-05-09Merge branch 'master' into core-updatesMarius Bakke
Conflicts: gnu/local.mk gnu/packages/bioinformatics.scm gnu/packages/django.scm gnu/packages/gtk.scm gnu/packages/llvm.scm gnu/packages/python-web.scm gnu/packages/python.scm gnu/packages/tex.scm guix/build-system/asdf.scm guix/build/emacs-build-system.scm guix/profiles.scm
2021-05-08gnu: Add python-tinycss.Vinicius Monego
* gnu/packages/python-web.scm (python-tinycss): New variable.
2021-05-06gnu: gunicorn: Update to 2.1.0.Marius Bakke
* gnu/packages/python-web.scm (gunicorn): Update to 2.1.0. [arguments]: Ignore one test that cannot run in the build container. [native-inputs]: Add PYTHON-GEVENT.
2021-05-06gnu: gunicorn: Remove unneeded runtime dependencies.Marius Bakke
* gnu/packages/python-web.scm (gunicorn)[arguments]: Override 'wrap' phase.
2021-05-06gnu: gunicorn: Respect '--without-tests'.Marius Bakke
* gnu/packages/python-web.scm (gunicorn)[arguments]: Only run tests when TESTS? is #true.
2021-05-05gnu: python-asgiref: Update to 3.3.4.Marius Bakke
* gnu/packages/python-web.scm (python-asgiref): Update to 3.3.4.
2021-04-18gnu: python-webtest: Update to 2.0.35.Tobias Geerinckx-Rice
* gnu/packages/python-web.scm (python-webtest): Update to 2.0.35.
2021-04-16Merge remote-tracking branch 'origin/master' into core-updatesEfraim Flashner
Conflicts: gnu/local.mk gnu/packages/boost.scm gnu/packages/chez.scm gnu/packages/compression.scm gnu/packages/crates-io.scm gnu/packages/docbook.scm gnu/packages/engineering.scm gnu/packages/gcc.scm gnu/packages/gl.scm gnu/packages/gtk.scm gnu/packages/nettle.scm gnu/packages/python-check.scm gnu/packages/python-xyz.scm gnu/packages/radio.scm gnu/packages/rust.scm gnu/packages/sqlite.scm guix/build-system/node.scm
2021-04-13gnu: python-tinycss2: Enable tests.Ricardo Wurmus
* gnu/packages/python-web.scm (python-tinycss2)[source]: Fetch from git repository to include tests. [arguments]: Build from source with flit. [native-inputs]: Add python-flit, python-pytest, python-pytest-cov, python-pytest-flake8, and python-pytest-isort.
2021-04-13gnu: Add python-requests-unixsocket.Ricardo Wurmus
* gnu/packages/python-web.scm (python-requests-unixsocket): New variable.
2021-04-13gnu: python-terminado: Update to 0.9.4.Ricardo Wurmus
* gnu/packages/python-web.scm (python-terminado): Update to 0.9.4. [propagated-inputs]: Replace python-tornado with python-tornado-6. [native-inputs]: Replace python-nose with python-pytest. [home-page]: Follow redirect. [arguments]: Update check phase.
2021-04-12gnu: python-mechanicalsoup: Update to 1.0.0.Ekaitz Zarraga
* gnu/packages/python-web.scm (python-mechanicalsoup): Update to 1.0.0. [arguments]: Enable tests. [native-inputs]: Add python-pytest-flake8, python-pytest-httpbin, python-pytest-cov, python-pytest-mock, python-pytest-runner, python-requests-mock. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2021-04-09gnu: python-html5lib: Depend on python-chardet.Brendan Tildesley
* gnu/packages/python-web.scm (python-html5lib)[propagated-inputs]: Add python-chardet.
2021-03-29gnu: python-tornado: Update to 6.1.Efraim Flashner
* gnu/packages/python-web.scm (python-tornado): Update to 6.1.
2021-03-24Merge remote-tracking branch 'origin/master' into core-updatesEfraim Flashner
2021-03-23gnu: python2-furl: Remove package.zimoun
* gnu/packages/python-web.scm (python2-furl): Delete. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2021-03-23gnu: python2-flask: Remove package.zimoun
* gnu/packages/python-web.scm (python2-flask): Delete. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2021-03-23gnu: python2-flask-multistatic: Remove package.zimoun
* gnu/packages/python-web.scm (python2-flask-multistatic): Delete. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2021-03-23gnu: python2-flask-login: Remove package.zimoun
* gnu/packages/python-web.scm (python2-flask-login): Delete. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2021-03-23gnu: python2-flask-htmlmin: Remove package.zimoun
* gnu/packages/python-web.scm (python2-flask-htmlmin): Delete. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2021-03-23gnu: python2-flask-babel: Remove package.zimoun
* gnu/packages/python-web.scm (python2-flask-babel): Delete. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2021-03-23gnu: python2-flask-wtf: Remove package.zimoun
* gnu/packages/python-web.scm (python2-flask-wtf): Delete. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2021-03-18Revert "gnu: python2-urllib3: Update to 1.26.4 [fixes CVE-2021-28363]."Léo Le Bouter
In response to commit 1a265842e634656411bc7304c4648273f174f65e we should no longer need this. Also see <https://bugs.gnu.org/47186>. This reverts commit db87d6ddafd26c5ad657178cf7fdab524d05c522.
2021-03-17gnu: Use PACKAGE/INHERIT in more places.Mark H Weaver
* gnu/packages/algebra.scm (fftwf, fftw-openmpi), gnu/packages/audio.scm (ztoolkit-rsvg), gnu/packages/bioinformatics.scm (python2-dendropy), gnu/packages/boost.scm (boost-with-python2), gnu/packages/check.scm (python2-mock, python2-pytest-mock), gnu/packages/cups.scm (hplip-minimal), gnu/packages/freedesktop.scm (libinput-minimal), gnu/packages/gettext.scm (gnu-gettext), gnu/packages/glib.scm (python2-pygobject), gnu/packages/gnome.scm (gdl-minimal, libsoup-minimal, python2-pyatspi), gnu/packages/groff.scm (groff-minimal), gnu/packages/jami.scm (ffmpeg-jami), gnu/packages/libcanberra.scm (libcanberra/gtk+-2), gnu/packages/lirc.scm (python2-lirc), gnu/packages/llvm.scm (clang-runtime-3.5), gnu/packages/mpi.scm (java-openmpi, openmpi-thread-multiple), gnu/packages/node.scm (libnode), gnu/packages/onc-rpc.scm (libtirpc/hurd), gnu/packages/python-compression.scm (bitshuffle-for-snappy), gnu/packages/python-crypto.scm (python2-pycrypto, python2-cryptography) (python2-cryptography, python2-m2crypto), gnu/packages/python-web.scm (python2-html2text, python2-tornado) (python2-terminado, python2-ndg-httpsclient, python2-websocket-client) (python2-rauth, python2-url, python2-s3transfer), gnu/packages/python-xyz.scm (python2-psutil, python2-serpent) (python2-humanfriendly, python2-empy, python2-parse-type, python2-polib) (python2-jsonschema, python2-pystache, python2-cython, python2-numpydoc) (python2-ipyparallel, python2-traitlets, python2-dbus) (python2-beautifulsoup4, python2-pep517, python2-flake8, python2-llfuse) (python2-tlsh, python-file, python2-notebook, python-jupyter-console-minimal) (python2-contextlib2, python2-promise, python2-anyjson, python2-amqp) (python2-kombu, python2-billiard, python2-celery, python2-whoosh) (python2-jellyfish, python-rope, ptpython-2, python2-binaryornot) (python2-setproctitle, python2-argcomplete, python2-xopen, python2-isort) (python2-radon, python2-rfc6555, python2-activepapers, python2-send2trash) (python2-cloudpickle, python2-reparser), gnu/packages/python.scm (python2-called-python), gnu/packages/qt.scm (python2-sip, python-pyqt-without-qtwebkit, python2-pyqt) (python-qscintilla, python-pyqt+qscintilla), gnu/packages/scanner.scm (sane-backends), gnu/packages/sdl.scm (guile3.0-sdl2), gnu/packages/selinux.scm (checkpolicy, libselinux, libsemanage, secilc) (python-sepolgen, policycoreutils), gnu/packages/serialization.scm (lua5.1-libmpack, lua5.2-libmpack), gnu/packages/simulation.scm (fenics), gnu/packages/statistics.scm (python2-statsmodels), gnu/packages/texinfo.scm (info-reader), gnu/packages/wxwidgets.scm (wxwidgets-gtk2, wxwidgets-gtk2-3.1), gnu/packages/xml.scm (xmlsec-nss), gnu/packages/xorg.scm (uim-gtk, uim-qt), guix/build-system/python.scm (package-with-explicit-python) (strip-python2-variant): Use PACKAGE/INHERIT.
2021-03-16gnu: python2-urllib3: Update to 1.26.4 [fixes CVE-2021-28363].Léo Le Bouter
* gnu/packages/python-web.scm (python2-urllib3)[base]: Base off of python-urllib3/fixed.
2021-03-16gnu: python-urllib3: Update to 1.26.4 [fixes CVE-2021-28363].Léo Le Bouter
* gnu/packages/python-web.scm (python-urllib3/fixed): New variable. (python-urllib3)[replacement]: Graft.