summaryrefslogtreecommitdiff
path: root/gnu/packages/python-web.scm
Commit message (Collapse)AuthorAge
* gnu: python2-wsgiproxy2: Remove package.zimoun2021-06-29
| | | | | | * gnu/packages/python-web.scm (python2-wsgiproxy2): Remove variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: python-cfn-lint: Update to 0.51.0.Ricardo Wurmus2021-06-21
| | | | | * gnu/packages/python-web.scm (python-cfn-lint): Update to 0.51.0. [arguments]: Delete another test that attempts to access the internet.
* gnu: python-aws-sam-translator: Update to 1.36.0.Ricardo Wurmus2021-06-21
| | | | * gnu/packages/python-web.scm (python-aws-sam-translator): Update to 1.36.0.
* gnu: python2-mechanicalsoup: Remove package.zimoun2021-06-08
| | | | | | * gnu/packages/python-web.scm (python2-mechanicalsoup): Remove variable. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: Add python-google.Roel Janssen2021-05-31
| | | | * gnu/packages/python-web.scm (python-google): New variable.
* gnu: python-hupper: Update to 1.10.3.Tobias Geerinckx-Rice2021-05-30
| | | | * gnu/packages/python-web.scm (python-hupper): Update to 1.10.3.
* gnu: Fix erroneous uses of 'package/inherit'.Marius Bakke2021-05-23
| | | | | | | | | | | | | | | | | | | | | | | | 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.
* gnu: python-urllib3: Don't use 'package/inherit' on replacement package.Marius Bakke2021-05-22
| | | | | * gnu/packages/python-web.scm (python-urllib3/fixed): Use regular inheritance instead of PACKAGE/INHERIT.
* gnu: python-terminado: Update to 0.10.0.Marius Bakke2021-05-22
| | | | * gnu/packages/python-web.scm (python-terminado): Update to 0.10.0.
* gnu: python-genshi: Update to 0.7.5.Marius Bakke2021-05-22
| | | | | * gnu/packages/python-web.scm (python-genshi): Update to 0.7.5. [propagated-inputs]: Add PYTHON-SIX.
* gnu: python-pycurl: Migrate uri from bintray.Greg Hogan2021-05-11
| | | | | | * gnu/packages/python-web.scm (python-pycurl)[source]: Download from pypi. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add python-tinycss.Vinicius Monego2021-05-08
| | | | * gnu/packages/python-web.scm (python-tinycss): New variable.
* gnu: gunicorn: Update to 2.1.0.Marius Bakke2021-05-06
| | | | | | * 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.
* gnu: gunicorn: Remove unneeded runtime dependencies.Marius Bakke2021-05-06
| | | | * gnu/packages/python-web.scm (gunicorn)[arguments]: Override 'wrap' phase.
* gnu: gunicorn: Respect '--without-tests'.Marius Bakke2021-05-06
| | | | | * gnu/packages/python-web.scm (gunicorn)[arguments]: Only run tests when TESTS? is #true.
* gnu: python-asgiref: Update to 3.3.4.Marius Bakke2021-05-05
| | | | * gnu/packages/python-web.scm (python-asgiref): Update to 3.3.4.
* gnu: python-webtest: Update to 2.0.35.Tobias Geerinckx-Rice2021-04-18
| | | | * gnu/packages/python-web.scm (python-webtest): Update to 2.0.35.
* gnu: python-tinycss2: Enable tests.Ricardo Wurmus2021-04-13
| | | | | | | | * 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.
* gnu: Add python-requests-unixsocket.Ricardo Wurmus2021-04-13
| | | | * gnu/packages/python-web.scm (python-requests-unixsocket): New variable.
* gnu: python-terminado: Update to 0.9.4.Ricardo Wurmus2021-04-13
| | | | | | | | * 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.
* gnu: python-mechanicalsoup: Update to 1.0.0.Ekaitz Zarraga2021-04-12
| | | | | | | | | | | * 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>
* gnu: python-html5lib: Depend on python-chardet.Brendan Tildesley2021-04-09
| | | | | * gnu/packages/python-web.scm (python-html5lib)[propagated-inputs]: Add python-chardet.
* gnu: python-tornado: Update to 6.1.Efraim Flashner2021-03-29
| | | | * gnu/packages/python-web.scm (python-tornado): Update to 6.1.
* gnu: python2-furl: Remove package.zimoun2021-03-23
| | | | | | * gnu/packages/python-web.scm (python2-furl): Delete. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
* gnu: python2-flask: Remove package.zimoun2021-03-23
| | | | | | * gnu/packages/python-web.scm (python2-flask): Delete. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
* gnu: python2-flask-multistatic: Remove package.zimoun2021-03-23
| | | | | | * gnu/packages/python-web.scm (python2-flask-multistatic): Delete. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
* gnu: python2-flask-login: Remove package.zimoun2021-03-23
| | | | | | * gnu/packages/python-web.scm (python2-flask-login): Delete. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
* gnu: python2-flask-htmlmin: Remove package.zimoun2021-03-23
| | | | | | * gnu/packages/python-web.scm (python2-flask-htmlmin): Delete. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
* gnu: python2-flask-babel: Remove package.zimoun2021-03-23
| | | | | | * gnu/packages/python-web.scm (python2-flask-babel): Delete. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
* gnu: python2-flask-wtf: Remove package.zimoun2021-03-23
| | | | | | * gnu/packages/python-web.scm (python2-flask-wtf): Delete. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
* Revert "gnu: python2-urllib3: Update to 1.26.4 [fixes CVE-2021-28363]."Léo Le Bouter2021-03-18
| | | | | | | In response to commit 1a265842e634656411bc7304c4648273f174f65e we should no longer need this. Also see <https://bugs.gnu.org/47186>. This reverts commit db87d6ddafd26c5ad657178cf7fdab524d05c522.
* gnu: Use PACKAGE/INHERIT in more places.Mark H Weaver2021-03-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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.
* gnu: python2-urllib3: Update to 1.26.4 [fixes CVE-2021-28363].Léo Le Bouter2021-03-16
| | | | | * gnu/packages/python-web.scm (python2-urllib3)[base]: Base off of python-urllib3/fixed.
* gnu: python-urllib3: Update to 1.26.4 [fixes CVE-2021-28363].Léo Le Bouter2021-03-16
| | | | | * gnu/packages/python-web.scm (python-urllib3/fixed): New variable. (python-urllib3)[replacement]: Graft.
* gnu: Add python-flask-socketio.Eric Bavier2021-03-14
| | | | * gnu/packages/python-web.scm (python-flask-socketio): New variable.
* gnu: Add python-socketio.Eric Bavier2021-03-14
| | | | * gnu/packages/python-web.scm (python-socketio): New variable.
* gnu: Add python-engineioEric Bavier2021-03-14
| | | | * gnu/packages/python-web.scm (python-engineio): New variable.
* gnu: Add python-praw.Raghav Gururajan2021-03-11
| | | | | | * gnu/packages/python-web.scm (python-raw): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: Add python-prawcore.Raghav Gururajan2021-03-11
| | | | | | * gnu/packages/python-web.scm (python-prawcore): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: Add python-betamax-serializers.Raghav Gururajan2021-03-11
| | | | | | * gnu/packages/python-web.scm (python-betamax-serializers): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: python-sanic: Update to 20.12.2.Lars-Dominik Braun2021-03-10
| | | | | | | | | * gnu/packages/python-web.scm (python-sanic) [version]: Update to 20.12.2. [arguments]: Relax dependency versions. [native-inputs]: Add python-pytest-asyncio. [home-page]: Update. [synopsis]: Remove Python version. [description]: Ditto.
* gnu: python-jose: Use HTTPS home page URI.Nicolas Goaziou2021-02-28
| | | | * gnu/packages/python-web.scm (python-jose)[home-page]: Use HTTPS URI.
* gnu: python-aiohttp: Update to 3.7.4 [fixes CVE-2021-21330].Leo Famulari2021-02-27
| | | | * gnu/packages/python-web.scm (python-aiohttp): Update to 3.7.4.
* gnu: python-geventhttpclient: Adjust to build with updated gevent.Maxim Cournoyer2021-02-19
| | | | | | * gnu/packages/python-web.scm (python-geventhttpclient): Delete trailing #t. [phases]{fix-compatibility-issue}: New phase. {check}: Adjust comment and remove the extraneous string-append.
* Merge branch 'staging'Leo Famulari2021-02-01
|\
| * Merge branch 'ungrafting' into stagingMarius Bakke2020-12-29
| |\
| * \ Merge branch 'ungrafting' into stagingMarius Bakke2020-12-21
| |\ \
| * | | gnu: python-urllib3: Update to 1.26.2.Marius Bakke2020-12-13
| | | | | | | | | | | | | | | | * gnu/packages/python-web.scm (python-urllib3): Update to 1.26.2.
| * | | gnu: python-requests: Update to 2.25.0.Marius Bakke2020-12-13
| | | | | | | | | | | | | | | | * gnu/packages/python-web.scm (python-requests): Update to 2.25.0.
* | | | gnu: python2-requests-mock: Remove package.Maxim Cournoyer2021-01-29
| | | | | | | | | | | | | | | | * gnu/packages/python-xyz.scm (python2-requests-mock): Delete.