news: Add 'de' translation.
* etc/news.scm: Add German translation of 'guix style -f' entry.
Correct manual references in previous 'guix style' entries.
gnu: python-sympy: Update to 1.10.1.
* gnu/packages/python-xyz.scm (python-sympy): Update to 1.10.1.
gnu: openh264: Update to 2.3.0 and use gexps.
* gnu/packages/video.scm (openh264): Update to 2.3.0.
[arguments]: Use gexps.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
gnu: Add python-types-orjson.
* gnu/packages/python-xyz.scm (python-types-orjson): New variable.
gnu: Add python-mdx-include.
* gnu/packages/python-xyz.scm (python-mdx-include): New variable.
gnu: Add python-rcslice.
* gnu/packages/python-xyz.scm (python-rcslice): New variable.
gnu: Add python-cyclic.
* gnu/packages/python-xyz.scm (python-cyclic): New variable.
gnu: Add python-starlette.
* gnu/packages/python-web.scm (python-starlette): New variable.
gnu: Add python-mkdocs-markdownextradata-plugin.
* gnu/packages/python-xyz.scm (python-mkdocs-markdownextradata-plugin): New variable.
gnu: aspell: Fix CVE-2019-25051 with a graft.
This partially reverts commit 468c95e9415bc303cfa36c9b67bbd2ce0abe904b in
order to prevent rebuilding 2k+ packages via 'inkscape'.
* gnu/packages/aspell.scm (aspell)[replacement]: New field.
[source](patches): Remove "aspell-CVE-2019-25051.patch".
(aspell/replacement): New private variable.
gnu: conan: Update to 1.50.0.
* gnu/packages/package-management.scm (conan): Update to 1.50.0.
[arguments]<phases>{check}: Add another test to be skipped, adjust comment.
gnu: python-pygithub: Update to 1.55.
* gnu/packages/python-xyz.scm (python-pygithub): Update to 1.55.
[propagated-inputs]: Add python-pynacl.
gnu: python-swiftclient: Update to 4.0.1.
* gnu/packages/openstack.scm (python-swiftclient): Update to 4.0.1.
[arguments]<phases>{relax-requirements}: New phase.
[arguments]<phases>{check}: New phase.
[propagated-inputs]: Remove python-six.
[native-inputs]: Remove python-pbr, python-sphinx, python-coverage,
python-discover, python-hacking, python-mock, python-oslosphinx,
python-testrepository, and python-testtools; add python-keystoneauth1,
python-openstacksdk, and python-stestr.
gnu: python-pyjwt: Update to 2.4.0.
* gnu/packages/python-xyz.scm (python-pyjwt): Update to 2.4.0.
[source]: Remove snippet.
[arguments]<phases>{check}: Remove now unused parts, honor '#:tests?'.
(native-inputs]: Remove python-pytest-cov, add python-cryptography.
gnu: python-tempest-lib: Update to 1.0.0.
* gnu/packages/openstack.scm (python-tempest-lib): Update to 1.0.0.
[arguments]<phases>{relax-requirements}: New phase.
[propagated-inputs]: Remove python-pbr.
[native-inouts]: Add python-pbr.
gnu: python-oslo.log: Update to 5.0.0.
* gnu/packages/openstack.scm (python-oslo.log): Update to 5.0.0.
[propagated-inputs]: Remove python-six, python-pbr.
[native-inputs]: Add python-pbr.
gnu: python-oslo.context: Update to 5.0.0.
* gnu/packages/openstack.scm (python-oslo.context): Update to 5.0.0.
[native-inputs]: Remove python-bandit; add python-mypy.
[arguments]<phases>{relax-requirements}: Relax more requirements.
gnu: python-munch: Update to 2.5.0.
* gnu/packages/python-xyz.scm (python-munch): Update to 2.5.0.
[propagated-inputs]: Add python-six.
[native-inputs]: Add python-pbr and python-pytest.
gnu: python-keystoneclient: Update to 5.0.0.
* gnu/packages/openstack.scm (python-keystoneclient): Update to 5.0.0.
[arguments]<phases>{relax-requirements}: New phase.
[propagated-inputs]: Remove python-pbr; add python-keystoneauth1.
[native-inputs]: Adjust to new style. Remove python-sphinx, python-coverage,
python-discover, python-hacking, python-mox3, python-oslosphinx,
python-pycrypto, python-testrepository, and python-webob; add python-pbr,
python-stestr, and python-testscenarios.