aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-12-03gnu: python2-seaborn: Use custom 'python2-' packages.Federico Beffa
* gnu/packages/python.scm (python2-seaborn): Use customized 'python2-' versions of 'matplotlib', 'pandas' and 'scipy'.
2015-12-03gnu: openssh: Update to 7.1p1.Efraim Flashner
* gnu/packages/ssh.scm (openssh): Update to 7.1p1.
2015-12-03gnu: paredit: Update to 24.Alex Kost
* gnu/packages/emacs.scm (paredit): Update to 24.
2015-12-03gnu: magit: Update to 2.3.1.Alex Kost
* gnu/packages/emacs.scm (magit): Update to 2.3.1.
2015-12-03gnu: emacs-dash: Update to 2.12.1.Alex Kost
* gnu/packages/emacs.scm (emacs-dash): Update to 2.12.1.
2015-12-03gnu: emacs-pdf-tools: Update to 0.70.Alex Kost
* gnu/packages/emacs.scm (emacs-pdf-tools): Update to 0.70.
2015-12-03gnu: libass: Update to 0.13.1.Efraim Flashner
* gnu/packages/video.scm (libass): Update to 0.13.1.
2015-12-03gnu: xmlto: Update to 0.0.28.Efraim Flashner
* gnu/packages/xml.scm (xmlto): Update to 0.0.28.
2015-12-03gnu: vapoursynth: Update to 28.Efraim Flashner
* gnu/packages/video.scm (vapoursynth): Update to 28.
2015-12-03gnu: python2-scikit-image: Use custom 'python2-' packages.Federico Beffa
* gnu/packages/python.scm (python2-scikit-image): Use customized 'python2-' versions of 'matplotlib', 'numpy' and 'scipy'.
2015-12-03gnu: python2-pandas: Use custom 'python2-numpy'.Federico Beffa
* gnu/packages/python.scm (python2-pandas): Do it.
2015-12-03gnu: python2-ipython: Use custom 'python2-numpy'.Federico Beffa
* gnu/packages/python.scm (python2-ipython): Do it.
2015-12-02gnu: ffmpeg: Update to 2.8.3 [fixes CVE-2015-{8216,8217,8218,8219}].Mark H Weaver
* gnu/packages/video.scm (ffmpeg): Update to 2.8.3.
2015-12-02gnu: freeipmpi: Update to 1.5.1.Efraim Flashner
* gnu/packages/freeipmi.scm (freeipmi): Update to 1.5.1.
2015-12-02daemon: Add 'buildMode' parameter to 'buildPaths' RPC.Ludovic Courtès
* nix/libstore/worker-protocol.hh (PROTOCOL_VERSION): Bump to 0x10f. * nix/libstore/remote-store.cc (RemoteStore::buildPaths): Send the BUILDMODE when the daemon supports it. Reject invalid values of BUILDMODE for old daemons. * nix/nix-daemon/nix-daemon.cc (performOp) <wopBuildPaths>: Read the build mode when the client supports it.
2015-12-02daemon: optimizePath: Detect some .links corruptions.Eelco Dolstra
If automatic store optimisation is enabled, and a hard-linked file in the store gets corrupted, then the corresponding .links entry will also be corrupted. In that case, trying to repair with --repair or --repair-path won't work, because the new "good" file will be replaced by a hard link to the corrupted file. We can catch most of these cases by doing a sanity-check on the file sizes.
2015-12-02daemon: Fix namespace issue.Eelco Dolstra
2015-12-02daemon: Support SHA-512 hashes.Eelco Dolstra
Fixes #679. Note: on x86_64, SHA-512 is considerably faster than SHA-256 (198 MB/s versus 131 MB/s). Co-authored-by: Ludovic Courtès <ludo@gnu.org>
2015-12-02daemon: int2String -> std::to_string.Eelco Dolstra
2015-12-02daemon: Filter build-chroot-dirs entries that conflict with derivation outputs.Eelco Dolstra
Fixes https://github.com/NixOS/nixpkgs/issues/9504. Note that this means we may have a non-functional /bin/sh in the chroot while rebuilding Bash or one of its dependencies. Ideally those packages don't rely on /bin/sh though.
2015-12-02daemon: Prevent .chroot from being GC'ed when using ↵Eelco Dolstra
LocalStore::buildDerivation() Fixes #616.
2015-12-02gnu: python-matplotlib: Adjust path to figures in 'info' file.Federico Beffa
* gnu/packages/python.scm (python-matplotlib): Do it.
2015-12-02gnu: python-ipython: Don't use the bootstrap version of 'python-numpy'.Federico Beffa
* gnu/packages/python.scm (python-ipython): Do it.
2015-12-02gnu: python-matplotlib: Add 'TkAgg' backend and update to version '1.4.3'.Federico Beffa
* gnu/packages/python.scm (python-matplotlib, python2-matplotlib): Do it. * gnu/packages/patches/matplotlib-setupext-tk.patch: New file. * gnu-system.am (dist_patch_DATA): Add the new patch.
2015-12-02gnu: opus: Update to 1.1.1.Efraim Flashner
* gnu/packages/xiph.scm (opus): Update to 1.1.1.
2015-12-02gnu: libbluray: Update to 0.9.2.Efraim Flashner
* gnu/packages/video.scm (libbluray): Update to 0.9.2.
2015-12-01import: pypi: Updater silently ignores packages without source.Ludovic Courtès
Reported by Andreas Enge <andreas@enge.fr> at <https://lists.gnu.org/archive/html/guix-devel/2015-11/msg00764.html>. * guix/import/pypi.scm (&missing-source-error): New error type. (latest-source-release): Raise it instead of using 'error'. (pypi->guix-package): Guard against it and use 'leave' to report the error. (latest-release): Guard against it and return #f when caught.
2015-12-01gnu: python-six: Update to 1.10.0.Efraim Flashner
* gnu/packages/python.scm (python-six): Update to 1.10.0. [source]: Change uri to pypi format.
2015-12-01gnu: python-babel: Update to 2.1.1.Efraim Flashner
* gnu/packages/python.scm (python-babel): Update to 2.1.1. [source]: Change uri to pypi format.
2015-12-01gnu: python-oslo.utils: Update to 3.0.0.Efraim Flashner
* gnu/packages/openstack.scm (python-oslo.utils): Update to 3.0.0. [source]: Change uri to pypi format.
2015-12-01gnu: python-oslo.serialization: Update to 2.0.0.Efraim Flashner
* gnu/packages/openstack.scm (python-oslo.serialization): Update to 2.0.0. [source]: Change uri to pypi format.
2015-12-01gnu: python-oslo.i18n: Update to 3.0.0.Efraim Flashner
* gnu/packages/openstack.scm (python-oslo.i18n): Update to 3.0.0. [source]: Change uri to pypi format.
2015-12-01gnu: python-oslo.context: Update to 1.0.0.Efraim Flashner
* gnu/packages/openstack.scm (python-oslo.context): Update to 1.0.0. [source]: Change uri to pypi format.
2015-12-01gnu: python-tempest-lib: Update to 0.11.0.Efraim Flashner
* gnu/packages/openstack.scm (python-tempest-lib): Update to 0.11.0.
2015-12-01gnu: python-stevedore: Update to 1.9.0.Efraim Flashner
* gnu/packages/openstack.scm (python-stevedore): Update to 1.9.0. [source]: Change uri to pypi format.
2015-12-01gnu: python-requests-mock: Update to 0.7.0.Efraim Flashner
* gnu/packages/openstack.scm (python-requests-mock): Update to 0.7.0. [source]: Change uri to pypi format.
2015-12-01gnu: python-os-client-config: Update to 1.12.0.Efraim Flashner
* gnu/packages/openstack.scm (python-os-client-config): Update to 1.12.0. [source]: Change uri to pypi format.
2015-12-01gnu: python-debtcollector: Update to 1.0.0.Efraim Flashner
* gnu/packages/openstack.scm (python-debtcollector): Update to 1.0.0. [source]: Change uri to pypi format.
2015-12-01gnu: python-mox3: Update to 0.12.0.Efraim Flashner
* gnu/packages/openstack.scm (python-mox3): Update to 0.12.0. [source]: Change uri to pypi format.
2015-12-01gnu: enlightenment: Update to 0.20.0.Efraim Flashner
* gnu/packages/enlightenment.scm (enlightenment): Update to 0.20.0. [arguments]: Add '--enable-mount-eeze' to configure-flags.
2015-12-01guix build: Modularize transformation handling.Ludovic Courtès
* guix/scripts/build.scm (options/resolve-packages): Remove. (options->things-to-build, transform-package-source): New procedure. (%transformations): New variable. (options->transformation): New procedure. (options->derivations): Rewrite to use 'options->things-to-build' and 'options->transformation'.
2015-12-01guix package: Refactor 'options->installable'.Ludovic Courtès
* guix/scripts/package.scm (options->upgrade-predicate) (store-item->manifest-entry): New procedures. * guix/scripts/package.scm (options->installable): Use them. Remove the 'packages-to-upgrade' and 'packages-to-install' variables by getting rid of a level of indirection.
2015-12-01guix package: Move 'process-actions' out of sight.Ludovic Courtès
* guix/scripts/package.scm (process-actions): New procedure, moved from... (guix-package): ... here. Adjust accordingly.
2015-12-01build: Fix detection of ARM systems.Ludovic Courtès
Reported by Andreas Enge <andreas@enge.fr>. This fixes a regression introduced in 968ae903. * m4/guix.m4 (GUIX_SYSTEM_TYPE): Add extra square braquets around armv[7-9] pattern.
2015-12-01guix package: Formalize the list of actions.Ludovic Courtès
* guix/scripts/package.scm (roll-back-action, switch-generation-action) (delete-generations-action, manifest-action): New procedures. (%actions): New variable. * guix/scripts/package.scm (guix-package)[process-action]: Rewrite to traverse %ACTIONS.
2015-12-01nls: Update 'de' translation.Ludovic Courtès
2015-12-01guix package: Move 'build-and-use-profile' out of sight.Ludovic Courtès
* guix/scripts/package.scm (build-and-use-profile): New procedure. Adapted and moved from... (guix-package)[process-actions]: ... here. Adjust call sites.
2015-12-01guix package: Move a couple of procedures out of sight.Ludovic Courtès
* guix/scripts/package.scm (ensure-default-profile, process-query): New procedures, moved from... (guix-package): ... here.
2015-12-01guix package: Remove unnecessary use of (%store).Ludovic Courtès
* guix/scripts/package.scm (delete-matching-generations): Use STORE instead of (%store).
2015-11-30gnu: python-pbr: Update to 1.8.1.Efraim Flashner
* gnu/packages/openstack.scm (python-pbr): Update to 1.8.1.