gnu: zsh: Update to 5.1.1.
* gnu/packages/zsh.scm (zsh): Update to 5.1.1.
gnu: libmicrohttpd: Update to 0.9.45.
* gnu/packages/gnunet.scm (libmicrohttpd): Update to 0.9.45.
gnu: libassuan: Update to 2.3.0.
* gnu/packages/gnupg.scm (libassuan): Update to 2.3.0.
gnu: sipwitch: Update to 1.9.14.
* gnu/packages/telephony.scm (sipwitch): Update to 1.9.14.
gnu: ucommon: Update to 6.6.2.
* gnu/packages/telephony.scm (ucommon): Update to 6.6.2.
[license]: Change to gpl3+.
gnu: parallel: Update to 20151022.
* gnu/packages/parallel.scm (parallel): Update to 20151022.
gnu: Add byobu.
* gnu/packages/screen.scm (byobu): New variable.
* gnu/packages/patches/byobu-writable-status.patch: New patch.
* gnu-system.am (dist_patch_DATA): Add it.
gnu: newt: Build python bindings.
* gnu/packages/slang.scm (newt)[outputs]: New field.
[arguments]: Add #:make-flags argument. Add 'move-python' phase.
build-system/python: 'package-with-python2' preserves source location.
* guix/build-system/python.scm (package-with-explicit-python): Add
'location' field.
import: pypi: Make downloads silent.
* guix/import/pypi.scm (pypi-fetch): Wrap body in
'call-with-output-file' and 'with-error-to-port'.
import: pypi: Add missing copyright line.
* guix/import/pypi.scm: Add missing copyright line for bab020d.
doc: Fix typos.
* doc/guix.texi (Invoking guix refresh): Fix typos.
gnu: guile-ncurses: Mask test failure with ncurses 6.0.
Fixes <http://bugs.gnu.org/21677>.
* gnu/packages/guile.scm (guile-ncurses)[arguments]: Add #:make-flags.
gnu: cmake: Download over HTTPS.
Reported by Gxsdnewb on #guix.
* gnu/packages/cmake.scm (cmake)[source]: Use 'https' URL.
doc: Explain that 'guix publish' relies on the key pair.
* doc/guix.texi (Invoking guix publish): Mention 'guix archive
--generate-key'.
scripts: container: Fix 'exec' command line parsing.
* guix/scripts/container/exec.scm (partition-args): Reimplement such
that all args up to and including the PID are returned as the first of
the two values.
import: pypi: add updater
* guix/import/pypi.scm (guix-package->pypi-name,
latest-release): New procedures.
(%pypi-updater): New variable.
* guix/scripts/refresh.scm (%updaters): Add %PYPI-UPDATER.
* doc/guix.texi (Invoking guix refresh): Mention PyPI
gnu: Add python-tempest-lib.
* gnu/packages/openstack.scm (python-tempest-lib,
python2-tempest-lib): New variables.