Use "normalized codesets" everywhere. In other words, change "xx_YY.UTF-8" to "xx_YY.utf8". * guix/profiles.scm (ca-certificate-bundle): Use "en_US.utf8" instead of "en_US.UTF-8". * guix/packages.scm (patch-and-repack): Likewise. * guix/build/gnu-build-system.scm (install-locale): Likewise. * guix/build-system/gnu.scm (gnu-build, gnu-cross-build): Likewise. * gnu/packages/python.scm (python-ipython): Likewise. * gnu/packages/gawk.scm (gawk): Likewise. * build-aux/hydra/demo-os.scm: Likewise. * gnu/packages/guile.scm (guile-ncurses)[arguments]: Remove 'change-locale' phase.
Merge branch 'core-updates'
gnu: Add pyOpenSSL. * gnu/packages/python.scm (python-pyopenssl, python2-pyopenssl): New variables.
gnu: Add python-cryptography. * gnu/packages/python.scm (python-cryptography, python2-cryptography): New variables.
gnu: Add python-cryptography-vectors. * gnu/packages/python.scm (python-cryptography-vectors, python2-cryptography-vectors): New variables.
gnu: Add python-pretend. * gnu/packages/python.scm (python-pretend, python2-pretend): New variables.
gnu: Add python-idna. * gnu/packages/python.scm (python-idna, python2-idna): New variables.
gnu: Add python-ipaddress. * gnu/packages/python.scm (python2-ipaddress): New variable.
Merge branch 'master' into core-updates
gnu: Add python-pyasn1. * gnu/packages/python.scm (python-pyasn1, python2-pyasn1): New variables.
gnu: python-cffi: Update to 1.2.1. * gnu/packages/python.scm (python-cffi): Update to 1.2.1. [native-inputs]: Add python-pytest. [arguments]: Enable tests.
Merge branch 'master' into core-updates
gnu: python2-ipython: Override terminado in propagated inputs. * gnu/packages/python.scm (python2-ipython)[inputs, propagated-inputs]: Override inherited "python-terminado" in propagated inputs instead of regular inputs.
gnu: Add python2-keyring. * gnu/packages/python.scm (python2-keyring): New variable.
gnu: Add python2-pyflakes and fix python2-pyflakes-0.8.1. * gnu/packages/python.scm (python2-pyflakes): New variable. * gnu/packages/python.scm (python2-pyflakes-0.8.1): Fix the definition.
gnu: Add python-prettytable * gnu/packages/python.scm (python-prettytable, python2-prettytable): New variables.
gnu: Add python-webob. * gnu/packages/python.scm (python-webob, python2-webob): New variables.
gnu: Add python-monotonic. * gnu/packages/python.scm (python-monotonic, python2-monotonic): New variables.
gnu: Add python-iso8601. * gnu/packages/python.scm (python-iso8601, python2-iso8601): New variables.
gnu: Add python-wrapt * gnu/packages/python.scm (python-wrapt, python2-wrapt): New variables.