summaryrefslogtreecommitdiff
path: root/gnu
Commit message (Collapse)AuthorAge
...
* gnu: python-ldap: Update to 3.3.1.Marius Bakke2020-09-22
| | | | * gnu/packages/openldap.scm (python-ldap): Update to 3.3.1.
* gnu: Deprecate python-django-jsonfield.Marius Bakke2020-09-22
| | | | | * gnu/packages/django.scm (python-django-jsonfield): Rewrite in terms of DEPRECATED-PACKAGE with PYTHON-DJANGO as the replacement.
* gnu: Remove python2 versions of Django packages.Marius Bakke2020-09-22
| | | | | | | | | | | | | | | Python 2 is EOL and not supported by current versions of Django. * gnu/packages/django.scm (python-django, python-django-tagging)[properties]: Remove PYTHON2-VARIANT. * gnu/packages/django.scm (python2-django, python2-django-simple-math-captcha, python2-pytest-django, python2-django-filter, python2-django-allauth, python2-django-gravatar2, python2-django-assets, python2-django-jsonfield, python2-dj-database-url, python2-django-bulk-update, python2-django-contact-form, python2-django-contrib-comments, python2-django-overextends, python2-django-redis, python2-django-rq, python2-django-sortedm2m, python2-django-appconf, python2-django-statici18n, python2-django-tagging): Remove variables.
* gnu: python-django-override-storage: Update to 0.3.0.Marius Bakke2020-09-22
| | | | | | | * gnu/packages/django.scm (python-django-override-storage): Update to 0.3.0. [source]: Switch to GIT-FETCH. [arguments]: New field. [native-inputs]: Add PYTHON-MOCK.
* gnu: python-django-sekizai: Update to 2.0.0.Marius Bakke2020-09-22
| | | | * gnu/packages/django.scm (python-django-sekizai): Update to 2.0.0.
* gnu: python-django-statici18n: Update to 1.9.0.Marius Bakke2020-09-22
| | | | | | | * gnu/packages/django.scm (python-django-statici18n): Update to 1.9.0. [source]: Switch to GIT-FETCH. [arguments]: New field. [native-inputs]: Add PYTHON-PYTEST and PYTHON-PYTEST-DJANGO.
* gnu: python-django-appconf: Update to 1.0.4.Marius Bakke2020-09-22
| | | | | | * gnu/packages/django.scm (python-django-appconf): Update to 1.0.4. [arguments]: New field. [propagated-inputs]: Remove PYTHON-SIX.
* gnu: python-django-sortedm2m: Update to 3.0.2.Marius Bakke2020-09-22
| | | | | | * gnu/packages/django.scm (python-django-sortedm2m): Update to 3.0.2. [arguments]: Remove #:tests?. Add #:phases. [home-page]: Update to current.
* gnu: python-django-q: Update to 1.3.3.Marius Bakke2020-09-22
| | | | | | * gnu/packages/django.scm (python-django-q): Update to 1.3.3. [arguments]: Add #:tests?. Remove #:phases. [native-inputs]: Remove.
* gnu: python-django-rq: Update to 2.3.2.Marius Bakke2020-09-22
| | | | | * gnu/packages/django.scm (python-django-rq): Update to 2.3.2. [native-inputs]: Add PYTHON-DJANGO-REDIS, PYTHON-MOCK, and PYTHON-RQ-SCHEDULER.
* gnu: Add python-rq-scheduler.Marius Bakke2020-09-22
| | | | * gnu/packages/databases.scm (python-rq-scheduler): New public variable.
* gnu: Add python-croniter.Marius Bakke2020-09-22
| | | | * gnu/packages/python-xyz.scm (python-croniter): New public variable.
* gnu: python-rq: Update to 1.5.1.Marius Bakke2020-09-22
| | | | | | | * gnu/packages/databases.scm (python-rq): Update to 1.5.1. [source]: Change to GIT-FETCH. [arguments]: New field. [native-inputs]: Add PYTHON-MOCK, PYTHON-PYTEST, and REDIS.
* gnu: python-redis: Update to 3.5.3.Marius Bakke2020-09-22
| | | | * gnu/packages/databases.scm (python-redis): Update to 3.5.3.
* gnu: python-django-redis: Update to 4.12.1.Marius Bakke2020-09-22
| | | | * gnu/packages/django.scm (python-django-redis): Update to 4.12.1.
* gnu: python-django-contrib-comments: Update to 1.9.2.Marius Bakke2020-09-22
| | | | * gnu/packages/django.scm (python-django-contrib-comments): Update to 1.9.2.
* gnu: python-django-contact-form: Update to 1.8.1.Marius Bakke2020-09-22
| | | | | | * gnu/packages/django.scm (python-django-contact-form): Update to 1.8.1. [arguments]: Adjust test invokation, drop flake8 checks. [native-inputs]: Remove PYTHON-FLAKE8.
* gnu: python-django-bulk-update: Update to 2.2.0.Marius Bakke2020-09-22
| | | | | * gnu/packages/django.scm (python-django-bulk-update): Update to 2.2.0. [native-inputs]: Remove.
* gnu: python-django-picklefield: Update to 3.0.1.Marius Bakke2020-09-22
| | | | | | | * gnu/packages/django.scm (python-django-picklefield): Update to 3.0.1. [source]: Switch to GIT-FETCH. [arguments]: New field. [native-inputs]: Remove.
* gnu: python-dj-database-url: Update to 0.5.0.Marius Bakke2020-09-22
| | | | * gnu/packages/django.scm (python-dj-database-url): Update to 0.5.0.
* gnu: python-django-assets: Update to 2.0.Marius Bakke2020-09-22
| | | | | * gnu/packages/django.scm (python-django-assets): Update to 2.0. [arguments]: Remove.
* gnu: python-webassets: Update to 2.0.Marius Bakke2020-09-22
| | | | | * gnu/packages/python-web.scm (python-webassets): Update to 2.0. [arguments]: New field.
* gnu: python-django-gravatar2: Update to 1.4.4.Marius Bakke2020-09-22
| | | | * gnu/packages/django.scm (python-django-gravatar2): Update to 1.4.4.
* gnu: python-django-debug-toolbar: Update to 2.2.Marius Bakke2020-09-22
| | | | * gnu/packages/django.scm (python-django-debug-toolbar): Update to 2.2.
* gnu: python-django-jinja: Update to 2.6.0.Marius Bakke2020-09-22
| | | | * gnu/packages/django.scm (python-django-jinja): Update to 2.6.0.
* gnu: python-django-pipeline: Update to 2.0.5.Marius Bakke2020-09-22
| | | | | * gnu/packages/django.scm (python-django-pipeline): Update to 2.0.5. [propagated-inputs]: Add PYTHON-CSS-HTML-JS-MINIFY.
* gnu: Add python-css-html-js-minify.Marius Bakke2020-09-22
| | | | * gnu/packages/python-web.scm (python-css-html-js-minify): New public variable.
* gnu: python-django-allauth: Update to 0.42.0.Marius Bakke2020-09-22
| | | | * gnu/packages/django.scm (python-django-allauth): Update to 0.42.0.
* gnu: python-django-filter: Update to 2.3.0.Marius Bakke2020-09-22
| | | | * gnu/packages/django.scm (python-django-filter): Update to 2.3.0.
* gnu: python-djangorestframework: Update to 3.11.1.Marius Bakke2020-09-22
| | | | * gnu/packages/django.scm (python-djangorestframework): Update to 3.11.1.
* gnu: python-django-crispy-forms: Update to 1.9.2.Marius Bakke2020-09-22
| | | | * gnu/packages/django.scm (python-django-crispy-forms): Update to 1.9.2.
* gnu: python-django-taggit: Update to 1.3.0.Marius Bakke2020-09-22
| | | | * gnu/packages/django.scm (python-django-taggit): Update to 1.3.0.
* gnu: python-django-extensions: Update to 3.0.6.Marius Bakke2020-09-22
| | | | * gnu/packages/django.scm (python-django-extensions): Update to 3.0.6.
* gnu: python-django-classy-tags: Update to 2.0.0.Marius Bakke2020-09-22
| | | | | * gnu/packages/django.scm (python-django-classy-tags): Update to 2.0.0. [propagated-inputs]: Remove PYTHON-SIX.
* gnu: python-django-simple-math-captcha: Update to 1.0.9.Marius Bakke2020-09-22
| | | | | | | | * gnu/packages/django.scm (python-django-simple-math-captcha): Update to 1.0.9. [source]: Change to GIT-FETCH. [arguments]: Remove #:tests?. Add phases to patch imports and run tests. [native-inputs]: Add PYTHON-MOCK. [propagated-inputs]: Add PYTHON-SIX.
* gnu: python-pytest-django: Update to 3.10.0.Marius Bakke2020-09-22
| | | | | | * gnu/packages/django.scm (python-pytest-django): Update to 3.10.0. [arguments]: Remove #:tests?. Override check phase. [native-inputs]: Add PYTHON-PYTEST-XDIST.
* gnu: python-django: Propagate python-sqlparse.Marius Bakke2020-09-22
| | | | | * gnu/packages/django.scm (python-django)[native-inputs]: Move PYTHON-SQLPARSE ... [propagated-inputs]: ... here.
* gnu: python-django: Update to 3.1.1.Marius Bakke2020-09-22
| | | | | | | | | | | | * gnu/packages/django.scm (python-django): Update to 3.1.1. [arguments]: Remove #:modules. Rename set-tzdir phase to pre-check, and disable one test. Adjust PYTHONPATH patching to preserve all entries. Ensure the test suite runs sequentially. [propagated-inputs]: Add PYTHON-ASGIREF. (python-django-2.2): New public variable. * gnu/packages/mail.scm (python-hyperkitty)[propagated-inptus]: Change from PYTHON-DJANGO to PYTHON-DJANGO-2.2. * gnu/packages/patchutils.scm (patchwork)[propagated-inputs]: Likewise.
* gnu: Add python-asgiref.Marius Bakke2020-09-22
| | | | * gnu/packages/python-web.scm (python-asgiref): New public variable.
* gnu: Remove python2-django-mailman3.Marius Bakke2020-09-22
| | | | | | | | This package depends on Python 2 which is past end-of-life and not supported by newer versions of Django. * gnu/packages/mail.scm (python2-django-mailman3): Remove variable. (python-django-mailman3)[properties]: Remove.
* gnu: Remove pootle.Marius Bakke2020-09-22
| | | | | | | This package depends on Python 2 which is past end-of-life and not supported by newer versions of some of the dependencies. * gnu/packages/django.scm (pootle): Remove variable.
* gnu: python-uritemplate: Update to 3.0.1.Marius Bakke2020-09-22
| | | | * gnu/packages/python-web.scm (python-uritemplate): Update to 3.0.1.
* gnu: icecat: Update to 78.3.0-guix0-preview1 [security-fixes].Mark H Weaver2020-09-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Includes fixes for CVE-2020-15673, CVE-2020-15676, CVE-2020-15677, and CVE-2020-15678. * gnu/packages/gnuzilla.scm (mozilla-compare-locales): Update to RELEASE_8_0_0. (all-mozilla-locales): Update to newer versions. (mozilla-patch): Remove vestigial procedure. (%icecat-version, %icecat-build-id): Update to 78.3.0-guix0-preview1. (icecat-source): Update 'upstream-icecat-base-version', 'gnuzilla-commit', and hashes. Reverse order of makeicecat-patch and gnuzilla-fixes-patch. (icecat)[inputs]: Remove libogg, libvorbis, libvpx, icu4c, sqlite, startup-notification, and zlib. Add several "UNBUNDLE-ME!" comments. [native-inputs]: Update 'rust' and 'cargo' dependencies to version 1.41. Update 'rust-cbindgen' dependency to version 0.14. Update 'node' dependency to 10.22. [arguments]<configure-flags>: Change --enable-default-toolkit value to "cairo-gtk3-wayland". Change --with-unsigned-addon-scopes value to "app,system". Add "--allow-addon-sideload". Remove "--enable-startup-notification" and "--disable-gconf". Comment out "--with-system-zlib", "--with-system-bz2", and "--with-system-icu". <phases>: In the 'remove-bundled-libaries' phase, remove "modules/zlib" from the list of directories to delete. Update the 'patch-cargo-checksums' phase to update more modules. (mozilla-68-compare-locales, all-mozilla-68-locales, %icecat-68-version) (icecat-68-source): New variables preserving the previous icecat 68 source. (icedove)[source]: Use 'icecat-68-source'. * gnu/packages/patches/icecat-makeicecat.patch: Adapt to IceCat 78. * gnu/packages/patches/icecat-68-makeicecat.patch: New file containing the previous 'icecat-makeicecat.patch'. * gnu/local.mk: Add 'icecat-68-makeicecat.patch'.
* gnu: sbcl-cl-webkit: Update to 20200922.Pierre Neidhardt2020-09-22
| | | | * gnu/packages/lisp-xyz.scm (sbcl-cl-webkit): Update to 20200922.
* Revert "gnu: texlive-latex-psnfss: Ensure that font definition files are ↵Efraim Flashner2020-09-22
| | | | | | | | installed." This reverts commit fdd066833ee88da41fd5c4aa17b05f34e0618b00. This commit causes over 4000 package rebuilds.
* gnu: texlive-latex-psnfss: Ensure that font definition files are installed.Paul Garlick2020-09-22
| | | | | | * gnu/packages/tex.scm (texlive-latex-psnfss): Use simple-texlive-package to install font definition files and documentation.
* gnu: Add emacs-html-to-hiccup.Jesse Dowell2020-09-22
| | | | | | * gnu/packages/emacs-xyz.scm (emacs-html-to-hiccup): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: mafft: Use HTTPS home page URI.Nicolas Goaziou2020-09-22
| | | | * gnu/packages/bioinformatics.scm (mafft)[home-page, license]: Use HTTPS URI.
* gnu: emacs-elpher: Update to 2.10.2.Simon South2020-09-22
| | | | | | * gnu/packages/emacs-xyz.scm (emacs-elpher): Update to 2.10.2. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: emacs-shx: Update to 1.5.0.Michael Rohleder2020-09-22
| | | | | | | * gnu/packages/emacs-xyz.scm (emacs-shx): Update to 1.5.0. [arguments]: Removed unneeded modify-phases. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>