Age | Commit message (Expand) | Author |
2021-08-12 | Merge branch 'master' into core-updates-frozen... Conflicts:
gnu/packages/algebra.scm
gnu/packages/games.scm
gnu/packages/golang.scm
gnu/packages/kerberos.scm
gnu/packages/mail.scm
gnu/packages/python.scm
gnu/packages/ruby.scm
gnu/packages/scheme.scm
gnu/packages/tex.scm
gnu/packages/tls.scm
gnu/packages/version-control.scm
| Marius Bakke |
2021-08-12 | gnu: mit-krb5: Replace with 1.19.2 [fixes CVE-2021-36222]....This is an adaptation of fdd2f57359, for the 1.19 branch of mit-krb5.
* gnu/packages/kerberos.scm (mit-krb5)[replacement]: New field.
(mit-krb5-1.19.2): New variable.
| Marius Bakke |
2021-08-12 | gnu: ruby@2.7: Inherit source snippet from ruby@2.6....This is a follow-up to 507472b036f8cdd3d1a88c401017d2e43620bc20.
* gnu/packages/ruby.scm (ruby-2.7)[source]: Inherit fields from RUBY.
| Marius Bakke |
2021-08-11 | gnu: rapidjson: Remove unused configure flag....* gnu/packages/web.scm (rapidjson)[arguments]: Remove #:configure-flags, as
the entry is not honored by the build system and would only affect tests and
examples, which are not installed.
[source](snippet): Remove trailing #t.
| Marius Bakke |
2021-08-11 | gnu: rapidjson: Adjust for GCC 10....* gnu/packages/patches/rapidjson-gcc-compat.patch: Add additional patch.
| Marius Bakke |
2021-08-11 | gnu: python-testtools: Honor #:tests? in check phase....* gnu/packages/check.scm (python-testtools)[arguments]: Adjust custom
'check phase to honor #:tests.
| Efraim Flashner |
2021-08-11 | gnu: python-testtools: Update to 2.5.0....* gnu/packages/check.scm (python-testtools): Update to 2.5.0.
[propagated-inputs]: Remove python-mimeparse, python-pbr, python-six,
python-traceback2, python-unittest2.
(python-testtools-bootstrap)[source]: Remove patch.
* gnu/packages/patches/python-testtools.patch: Remove file.
* gnu/local.mk (dist_patch_DATA): Remove it.
| Efraim Flashner |
2021-08-11 | gnu: python-fixtures: Honor tests? in the check phase....* gnu/packages/check.scm (python-fixtures)[arguments]: Adjust 'check
phase to honor #:tests.
| Efraim Flashner |
2021-08-11 | gnu: python-fixtures: Fix building....* gnu/packages/check.scm (python-fixtures-bootstrap)[source]: Add patch.
* gnu/packages/patches/python-fixtures-remove-monkeypatch-test.patch:
New file.
* gnu/local.mk (dist_patch_DATA): Register it.
| Efraim Flashner |
2021-08-10 | gnu: xf86-video-freedreno: Fix building....* gnu/packages/xorg.scm (xf86-video-freedreno)[arguments]: Override the
'boostrap phase.
| Efraim Flashner |
2021-08-10 | gnu: xf86-video-ati: Update to 19.1.0-1.5eba006....* gnu/packages/xorg.scm (xf86-video-ati): Update to 19.1.0-1.5eba006.
[native-inputs]: Add autoconf, automake, and libtool.
| Efraim Flashner |
2021-08-10 | gnu: xf86-input-libinput: Update to 1.1.0....* gnu/packages/xorg.scm (xf86-input-libinput): Update to 1.1.0.
| Efraim Flashner |
2021-08-10 | gnu: xf86-video-amdgpu: Update to 21.0.0....* gnu/packages/xorg.scm (xf86-video-amdgpu): Update to 21.0.0.
| Efraim Flashner |
2021-08-10 | gnu: virt-manager: Fix building....* gnu/packages/virtualization.scm (virt-manager)[arguments]: Move the
'glib-or-gtk-wrap phase to after the 'wrap phase.
| Efraim Flashner |
2021-08-10 | gnu: pcsc-lite: Update to 1.9.3....* gnu/packages/security-token.scm (pcsc-lite): Update to 1.9.3.
| Efraim Flashner |
2021-08-10 | gnu: libcacard: Fix building....* gnu/packages/spice.scm (libcacard)[arguments]: Remove field.
[native-inputs]: Remove softhsm.
| Efraim Flashner |
2021-08-10 | gnu: audit: Update to 3.0.4....* gnu/packages/admin.scm (audit): Update to 3.0.4.
| Efraim Flashner |
2021-08-10 | gnu: kdeconnect: Fix build....* gnu/packages/kde.scm (kdeconnect)[arguments]: Replace custom
'extend-CPLUS_INCLUDE_PATH with 'adjust-include-header to fix finding
all header files.
| Efraim Flashner |
2021-08-09 | gnu: pre-commit: Update to 2.14.0....* gnu/packages/version-control.scm (pre-commit): Update to 2.14.0.
| Efraim Flashner |
2021-08-09 | gnu: python-identify: Honor #:tests in check phase....* gnu/packages/python-xyz.scm (python-identify)[arguments]: Honor tests?.
| Efraim Flashner |
2021-08-09 | gnu: python-identify: Fix building....* gnu/packages/python-xyz.scm (python-identify)[arguments]: Skip the
'ensure-no-mtimes-pre-1980 phase.
| Efraim Flashner |
2021-08-09 | gnu: Remove python-distutils/next....* gnu/packages/python-xyz.scm (python-distutils/next): Remove variable.
(python-virtualenv)[propagated-inputs]: Switch from
python-distutils/next to python-distutils.
* gnu/packages/version-control.scm (pre-commit)[inputs]: Same.
| Efraim Flashner |
2021-08-09 | gnu: Remove python-setuptools-scm/next....* gnu/packages/python-xyz.scm (python-setuptools-scm/next): Remove
variable.
(python-pikepdf) [native-inputs]: Swap for python-setuptools-scm.
* gnu/packages/python-compression.scm (python-multivolumefile,
python-bcj-cffi, python-ppmd-cffi, python-p77zr)[native-inputs]: Same.
* gnu/packages/pep.scm (python-pep-adapter)[native-inputs]: Same.
| Efraim Flashner |
2021-08-09 | gnu: mesa: Build with swrast vulkan drivers for powerpc....* gnu/packages/gl.scm (mesa)[arguments]: Adjust configure-flags to add
swrast vulkan drivers for powerpc- and powerpc64le-linux.
| Efraim Flashner |
2021-08-09 | gnu: mesa: Skip additional test on powerpc-linux....* gnu/packages/gl.scm (mesa)[arguments]: Add another substitution for
powerpc-linux to custom 'disable-failing-test phase.
| Efraim Flashner |
2021-08-09 | gnu: mesa: Fix architecture matching when disabling tests....* gnu/packages/gl.scm (mesa)[arguments]: Adjust architecture names in
custom 'disable-failing-test phase.
| Efraim Flashner |
2021-08-09 | gnu: python-pylint: Update to 2.9.6....* gnu/packages/check.scm (python-pylint): Update to 2.9.6.
[arguments]: Remove field.
[native-inputs]: Remove python-tox.
[propagated-inputs]: Remove python-six.
| Efraim Flashner |
2021-08-09 | gnu: python-astroid: Update to 2.6.6....* gnu/packages/python-xyz.scm (python-astroid): Update to 2.6.6.
[propagated-inputs]: Remove python-six.
[native-inputs]: Remove python-dateutil.
| Efraim Flashner |
2021-08-09 | gnu: ruby-sequel: Update to 5.47.0....* gnu/packages/ruby.scm (ruby-sequel): Update to 5.47.0.
| Efraim Flashner |
2021-08-09 | gnu: ruby-minitest-hooks: Skip tests....* gnu/packages/ruby.scm (ruby-minitest-hooks)[arguments]: Skip test
suite.
| Efraim Flashner |
2021-08-09 | gnu: ruby-minitest-hooks: Update to 1.5.0....* gnu/packages/ruby.scm (ruby-minitest-hooks): Update to 1.5.0.
| Efraim Flashner |
2021-08-09 | gnu: ruby-minitest: Update to 5.14.4....* gnu/packages/ruby.scm (ruby-minitest): Update to 5.14.4.
| Efraim Flashner |
2021-08-09 | gnu: python-pytest-isort: Update to 2.0.0....* gnu/packages/python-check.scm (python-pytest-isort): Update to 2.0.0.
[native-inputs]: Add python-mock.
| Efraim Flashner |
2021-08-09 | gnu: python-pytest-isort: Honor #:tests in check phase....* gnu/packages/python-check.scm (python-pytest-isort)[arguments]: Honor
#:tests flag.
| Efraim Flashner |
2021-08-09 | gnu: python-jinja2: Update to 3.0.1....* gnu/packages/python-xyz.scm (python-jinja2): Update to 3.0.1.
| Efraim Flashner |
2021-08-09 | gnu: python-markupsafe: Update to 2.0.1....* gnu/packages/python-xyz.scm (python-markupsafe): Update to 2.0.1.
| Efraim Flashner |
2021-08-09 | gnu: python-itsdangerous: Update to 2.0.1....* gnu/packages/python-xyz.scm (python-itsdangerous): Update to 2.0.1.
| Efraim Flashner |
2021-08-09 | gnu: python-flask: Update to 2.0.1....* gnu/packages/python-web.scm (python-flask): Update to 2.0.1.
| Efraim Flashner |
2021-08-09 | gnu: python-markupsafe: Honor #:tests in check phase....* gnu/pacakges/python-xyz.scm (python-markupsafe)[arguments]: Honor #:tests flag.
| Efraim Flashner |
2021-08-09 | gnu: python-flask: Honor #:tests in check phase....* gnu/packages/python-web.scm (python-flask)[arguments]: Honor #:tests flag.
| Efraim Flashner |
2021-08-09 | gnu: python-yarl: Update to 1.6.3....* gnu/packages/python-web.scm (python-yarl): Update to 1.6.3.
[source]: Add snippet to remove cythonized code.
[arguments]: Skip tests. Add custom 'check phase. Add phase to cythonize
code.
[native-inputs]: Add python-cython.
| Efraim Flashner |
2021-08-09 | gnu: python-werkzeug: Update to 2.0.1....* gnu/packages/python-web.scm (python-werkzeug): Update to 2.0.1.
[arguments]: Actually replace check phase. Honor #:tests.
[native-inputs]: Add python-xprocess.
| Efraim Flashner |
2021-08-09 | gnu: python-pytest-xprocess: Update to 0.18.1....* gnu/packages/check.scm (python-pytest-xprocess): Update to 0.18.1.
[propagated-inputs]: Remove python-pytest-cache.
[native-inputs]: Add python-setuptools-scm.
[home-page]: Update to new home-page.
| Efraim Flashner |
2021-08-09 | gnu: python-soupsieve: Fix building....* gnu/packages/python-xyz.scm (python-soupsieve)[arguments]: Skip sanity
check. Convert to gexp.
| Efraim Flashner |
2021-08-09 | gnu: python-pyicu: Update to 2.7.4....* gnu/packages/python-xyz.scm (python-pyicu): Update to 2.7.4.
| Efraim Flashner |
2021-08-09 | gnu: python-ruamel.yaml: Update to 0.16.13....* gnu/packages/serialization.scm (python-ruamel.yaml): Update to 0.16.13.
[propagated-inputs]: Add python-ruamel.yaml.clib.
[home-page]: Update to new home-page.
(python2-ruamel.yaml): Remove variable.
| Efraim Flashner |
2021-08-09 | gnu: Add python-ruamel.yaml.clib....* gnu/packages/serialization.scm (python-ruamel.yaml.clib): New variable.
| Efraim Flashner |
2021-08-09 | gnu: python-docopt: Honor #:tests? in check phase....* gnu/packages/python-xyz.scm (python-docopt)[arguments]: In custom
'check phase honor #:tests?.
| Efraim Flashner |
2021-08-09 | gnu: python-docopt: Fix test suite for pytest-6....* gnu/packages/python-xyz.scm (python-docopt)[source]: Add patch.
* gnu/packages/patches/python-docopt-pytest6-compat.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it.
| Efraim Flashner |
2021-07-27 | gnu: VDE 2: Update to 2.3.2-0.8c65ebc....Updating to this unreleased revision allows us to package VDE 2 with
wolfSSL instead of the obsolete OpenSSL 1.0:
https://github.com/virtualsquare/vde-2/issues/2
* gnu/packages/networking.scm (vde2): Update to 2.3.2-0.8c65ebc.
[source]: Use git-fetch.
[native-inputs]: Add autoconf, automake, and libtool
[inputs]: Replace openssl-1.0 with wolfssl.
| Leo Famulari |