AgeCommit message (Collapse)Author
2020-11-30gnu: signing-party: Update to 2.11.Tobias Geerinckx-Rice
* gnu/packages/gnupg.scm (signing-party): Update to 2.11.
2020-11-29processes: Add '--format' and the "normalized" format.John Soo
* guix/scripts/processes.scm (lock->recutils): New procedure. (daemon-session->recutils): Use it. (daemon-sessions->recutils, session-key->recutils) (session-scalars->normalized-record) (child-process->normalized-record) (daemon-sessions->normalized-record): New procedures. (session-rec-type, lock-rec-type, child-process-rec-type) (%available-formats): New variables. (list-formats): New procedure. (%options, show-help): Add '--format'. (%default-options): New variable. (guix-processes): Use 'parse-command-line' instead of 'args-fold*'. Honor the 'format' value in OPTIONS. * doc/guix.texi (Invoking guix processes): Document '--format'. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-11-29processes: Put ChildProcess and ChildPID on separate lines.John Soo
* guix/scripts/processes.scm (daemon-session->recutils): Put child process information in separate fields. * doc/guix.texi (Invoking guix processes): Document change in output of 'guix processes'. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-11-29daemon: Remove pre-Guix hack.Ludovic Courtès
* nix/libstore/build.cc (DerivationGoal::startBuilder): Remove "NIX_OUTPUT_CHECKED" hack.
2020-11-29gnu: mcelog: Update to 173.Tobias Geerinckx-Rice
* gnu/packages/linux.scm (mcelog): Update to 173.
2020-11-29gnu: libmwaw: Update to 0.3.17.Tobias Geerinckx-Rice
* gnu/packages/libreoffice.scm (libmwaw): Update to 0.3.17.
2020-11-29gnu: libphidget: Update to 2.1.9.20190409.Tobias Geerinckx-Rice
* gnu/packages/libphidget.scm (libphidget): Update to 2.1.9.20190409.
2020-11-29gnu: unionfs-fuse: Update to 2.1.Tobias Geerinckx-Rice
* gnu/packages/linux.scm (unionfs-fuse): Update to 2.1.
2020-11-29gnu: altermime: Update to 0.3.11.Tobias Geerinckx-Rice
* gnu/packages/mail.scm (altermime): Update to 0.3.11.
2020-11-29gnu: libtermkey: Update to 0.22.Tobias Geerinckx-Rice
* gnu/packages/terminals.scm (libtermkey): Update to 0.22. [arguments]: Add a 'patch-failing-test phase.
2020-11-29gnu: libtermkey: Prepare for cross-compilation.Tobias Geerinckx-Rice
* gnu/packages/terminals.scm (libtermkey)[arguments]: Use CC-FOR-TARGET.
2020-11-29ci: Temporarily disable image-jobs.Mathieu Othacehe
* gnu/ci.scm (hydra-jobs): Temporarily disable image-jobs.
2020-11-29gnu: emacs-dashboard: Update to 1.7.0.Oleg Pykhalov
* gnu/packages/emacs-xyz.scm (emacs-dashboard): Update to 1.7.0.
2020-11-29gnu: streamlink: Update to 1.7.0.Oleg Pykhalov
* gnu/packages/video.scm (streamlink): Update to 1.7.0.
2020-11-29gnu: cava: Update to 0.7.3.Oleg Pykhalov
* gnu/packages/audio.scm (cava): Update to 0.7.3.
2020-11-29gnu: xnotify: Update to 0.7.3.Oleg Pykhalov
* gnu/packages/wm.scm (xnotify): Update to 0.7.3.
2020-11-29gnu: emacs-dired-rsync: Update to 0.5.Oleg Pykhalov
* gnu/packages/emacs-xyz.scm (emacs-dired-rsync): Update to 0.5.
2020-11-29gnu: xmenu: Update to 4.4.1.Oleg Pykhalov
* gnu/packages/wm.scm (xmenu)[version]: Update to 4.4.1. [inputs]: Add xinerama.
2020-11-29gnu: xclickroot: Update to 1.2.Oleg Pykhalov
* gnu/packages/wm.scm (xclickroot): Update to 1.2.
2020-11-29gnu: webssh: Update to 1.5.3.Oleg Pykhalov
* gnu/packages/ssh.scm (webssh): Update to 1.5.3.
2020-11-29gnu: emacs-tramp: Update to 2.4.4.4.Nicolas Goaziou
* gnu/packages/emacs-xyz.scm (emacs-tramp): Update to 2.4.4.4.
2020-11-29gnu: Add emacs-polymode-markdown.Joseph LaFreniere
* gnu/packages/emacs-xyz.scm (emacs-polymode-markdown): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2020-11-29gnu: nudoku: Update source URI.Efraim Flashner
* gnu/packages/games.scm (nudoku)[source]: Remove trailing .git from URI.
2020-11-29gnu: nudoku: Add source file-name field.Efraim Flashner
* gnu/packages/games.scm (nudoku)[source]: Add file-name field.
2020-11-29gnu: Add python-pytelegrambotapi.Adam
* gnu/packages/python-xyz.scm (python-pytelegrambotapi): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2020-11-29gnu: texmaker: Update to 5.0.4.Tobias Geerinckx-Rice
* gnu/packages/tex.scm (texmaker): Update to 5.0.4.
2020-11-29gnu: stgit: Update to 0.23.Tobias Geerinckx-Rice
* gnu/packages/version-control.scm (stgit): Update to 0.23.
2020-11-29gnu: stgit: Update home page.Tobias Geerinckx-Rice
* packages/version-control.scm (stgit)[home-page]: Follow HTML redirection.
2020-11-29gnu: vim: Update to 8.2.2067.Tobias Geerinckx-Rice
* gnu/packages/vim.scm (vim): Update to 8.2.2067.
2020-11-29gnu: prixovy: Enable Brotli inspection.Tobias Geerinckx-Rice
* gnu/packages/tor.scm (privoxy)[arguments]: Add "--with-brotli" to the #:configure-flags. [inputs]: Add brotl.
2020-11-29gnu: prixovy: Enable HTTPS inspection.Tobias Geerinckx-Rice
* gnu/packages/tor.scm (privoxy)[arguments]: Add "--with-openssl" to the #:configure-flags. [inputs]: Add openssl.
2020-11-29news: Add ‘de’ translation.Florian Pelz
2020-11-29gnu: b4: Update to 0.5.3.Kyle Meyer
* gnu/packages/version-control.scm (b4): Update to 0.5.3. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2020-11-29gnu: grokmirror: Update to 2.0.5.Kyle Meyer
* gnu/packages/version-control.scm (grokmirror): Update to 2.0.5. [propagated-inputs]: Add python-packaging. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2020-11-29gnu: esbuild: Update to 0.8.16.Ryan Prior
* gnu/packages/web.scm (esbuild): Update to 0.8.16. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2020-11-29gnu: Add cgoban.Tomás Ortín Fernández
* gnu/packages/games.scm (cgoban): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2020-11-29gnu: weasyprint: Update to 52.1.Maxim Cournoyer
Fixes <https://issues.guix.gnu.org/42409>. * gnu/packages/patches/weasyprint-library-paths.patch: Delete. * gnu/packages/pdf.scm (weasyprint): Update to 52.1 [phases]{patch-library-paths}: Adjust. {check}: Remove. {register-dejavu-font}: New phase. [native-inputs]: Add font-dejavu.
2020-11-29gnu: python-pyphen: Update to 0.10.0.Maxim Cournoyer
* gnu/packages/python-xyz.scm (python-pyphen): Update to 0.10.0.
2020-11-29gnu: python-tinycss2: Update to 1.1.0.Maxim Cournoyer
* gnu/packages/patches/python-tinycss2-flake8-compat.patch: Delete file. * gnu/local.mk (dist_patch_DATA): De-register it. * gnu/packages/python-web.scm (python-tinycss2): Update to 1.1.0. [source]: Remove patch. [arguments]: Remove field, disabling tests. [native-inputs]: Remove field.
2020-11-29gnu: python-flit: Update to 3.0.0.Maxim Cournoyer
* gnu/packages/python-xyz.scm (python-flit): Update to 3.0.0.
2020-11-29gnu: python-cssselect2: Update to 0.4.1.Maxim Cournoyer
* gnu/packages/python-web.scm (python-cssselect2): Update to 0.4.1.
2020-11-29gnu: python-cairosvg: Update to 2.5.0.Maxim Cournoyer
* gnu/packages/python-xyz.scm (python-cairosvg): Update to 2.5.0.
2020-11-29gnu: python-mypy: Update to 0.790.Maxim Cournoyer
* gnu/packages/python-check.scm (python-mypy): Update to 0.790. [origin]: Fetch sources from git. [phases]{check}: Run the unit tests only, not the self test, which fails. [native-inputs]: Remove python-py. Use python-pytest-6.
2020-11-29gnu: python-pytest-xdist: Update to 2.1.0.Maxim Cournoyer
* gnu/packages/check.scm (python-pytest-xdist): Update to 2.1.0.
2020-11-29gnu: Add python-pytest-6.Maxim Cournoyer
* gnu/packages/check.scm (python-pytest-6): New variable. (python-pytest-6-bootstrap): Likewise.
2020-11-29gnu: python-typing-extensions: Update to 3.7.4.3.Maxim Cournoyer
* gnu/packages/python-xyz.scm (python-typing-extensions): Update to 3.7.4.3.
2020-11-29gnu: Add python-py-next.Maxim Cournoyer
* gnu/packages/python-xyz.scm (python-py-next): New variable.
2020-11-29gnu: Add python-iniconfig.Maxim Cournoyer
* gnu/packages/python-xyz.scm (python-iniconfig): New variable.
2020-11-29gnu: python-cairocffi: Update to 1.2.0.Maxim Cournoyer
* gnu/packages/python-xyz.scm (python-cairocffi): Update to 1.2.0. [source]: Fetch from Git. [patches]: Remove field. [inputs]: Remove pango. [native-inputs]: Remove pkg-config and python-docutils. Add python-numpy and python-sphinx-rtd-theme. [phases]{patch-paths}: Adjust. Fix the patching of gdk-3. {disable-linters}: New phase. {install-doc}: Adjust. The license file is now installed by a build phase. * gnu/packages/patches/python-cairocffi-dlopen-path.patch: Delete file. * gnu/local.mk (dist_patch_DATA): De-register it.
2020-11-29gnu: python-cairocffi: Fix indentation.Maxim Cournoyer
* gnu/packages/python-xyz.scm (python-cairocffi): Fix indentation.
ad) (map shepherd-service-provision restart))))) (test-equal "shepherd-service-upgrade: service depended on is not unloaded" '(((baz)) ;unload ((foo))) ;restart (call-with-values (lambda () ;; Service 'bar' is not among the target services; yet, it must not be ;; unloaded because 'foo' depends on it. 'foo' gets replaced but it ;; must be restarted manually. (shepherd-service-upgrade (list (live-service '(foo) '(bar) #f #t) (live-service '(bar) '() #f #t) ;still used! (live-service '(baz) '() #f #t)) (list (shepherd-service (provision '(foo)) (start #t))))) (lambda (unload restart) (list (map live-service-provision unload) (map shepherd-service-provision restart))))) (test-equal "shepherd-service-upgrade: obsolete services that depend on each other" '(((foo) (bar) (baz)) ;unload ()) ;restart (call-with-values (lambda () ;; 'foo', 'bar', and 'baz' depend on each other, but all of them are ;; obsolete, and thus should be unloaded. (shepherd-service-upgrade (list (live-service '(foo) '(bar) #f #t) ;obsolete (live-service '(bar) '(baz) #f #t) ;obsolete (live-service '(baz) '() #f #t)) ;obsolete (list (shepherd-service (provision '(qux)) (start #t))))) (lambda (unload restart) (list (map live-service-provision unload) (map shepherd-service-provision restart))))) (test-equal "shepherd-service-upgrade: transient service" ;; Transient service must not be unloaded: ;; <https://issues.guix.gnu.org/54812>. '(((foo)) ;unload ((qux))) ;restart (call-with-values (lambda () (shepherd-service-upgrade (list (live-service '(sshd-42) '() #t 42) ;transient (live-service '(foo) '() #f #t) ;obsolete (live-service '(qux) '() #f #t)) ;running (list (shepherd-service (provision '(qux)) (start #t))))) (lambda (unload restart) (list (map live-service-provision unload) (map shepherd-service-provision restart))))) (test-eq "lookup-service-types" system-service-type (and (null? (lookup-service-types 'does-not-exist-at-all)) (match (lookup-service-types 'system) ((one) one) (x x)))) (test-equal "modify-services: do nothing" '(1 2 3) ;note: service order must be preserved (let* ((t1 (service-type (name 't1) (extensions '()) (description ""))) (t2 (service-type (name 't2) (extensions '()) (description ""))) (t3 (service-type (name 't3) (extensions '()) (description ""))) (services (list (service t1 1) (service t2 2) (service t3 3)))) (map service-value (modify-services services)))) (test-equal "modify-services: delete service" '(1 4) ;note: service order must be preserved (let* ((t1 (service-type (name 't1) (extensions '()) (description ""))) (t2 (service-type (name 't2) (extensions '()) (description ""))) (t3 (service-type (name 't3) (extensions '()) (description ""))) (t4 (service-type (name 't4) (extensions '()) (description ""))) (services (list (service t1 1) (service t2 2) (service t3 3) (service t4 4)))) (map service-value (modify-services services (delete t3) (delete t2))))) (test-error "modify-services: delete non-existing service" #t (let* ((t1 (service-type (name 't1) (extensions '()) (description ""))) (t2 (service-type (name 't2) (extensions '()) (description ""))) (t3 (service-type (name 't2) (extensions '()) (description ""))) (services (list (service t1 1) (service t2 2)))) (modify-services services (delete t3)))) (test-equal "modify-services: change value" '(11 2 33) ;note: service order must be preserved (let* ((t1 (service-type (name 't1) (extensions '()) (description ""))) (t2 (service-type (name 't2) (extensions '()) (description ""))) (t3 (service-type (name 't3) (extensions '()) (description ""))) (services (list (service t1 1) (service t2 2) (service t3 3)))) (map service-value (modify-services services (t1 value => 11) (t3 value => 33))))) (test-error "modify-services: change value for non-existing service" #t (let* ((t1 (service-type (name 't1) (extensions '()) (description ""))) (t2 (service-type (name 't2) (extensions '()) (description ""))) (t3 (service-type (name 't3) (extensions '()) (description ""))) (services (list (service t1 1) (service t3 3)))) (map service-value (modify-services services (t2 value => 22))))) (test-end)