[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated (7003b2d -> d58e2f2)
From: |
guix-commits |
Subject: |
branch master updated (7003b2d -> d58e2f2) |
Date: |
Sat, 22 May 2021 10:08:32 -0400 (EDT) |
mbakke pushed a change to branch master
in repository guix.
from 7003b2d scripts: discover: Report Avahi errors.
new c1947a8 gnu: ntp: Prepare for GCC 10.
new 9fe4e45 gnu: sharutils: Prepare for GCC 10.
new de47177 gnu: sharutils: 'which' is a native input.
new 3508335 gnu: python-coverage-test-runner: Add Python 3 variant.
new 0d0e3be gnu: python2-cliapp: Add Python 3 variant.
new 10c8aa0 gnu: python2-ttystatus: Add Python 3 variant.
new 0bdb7d3 gnu: cmdtest: Update to 0.32-14-gcdfe14e.
new 19ea43c gnu: cmdtest: Do not propagate any inputs.
new 404feff gnu: ucx: Restore (and adapt) ioctl fallback patch.
new d58e2f2 gnu: libblockdev: Prepare for GLib 2.58.
The 10 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
gnu/local.mk | 2 +
gnu/packages/check.scm | 56 +++++------
gnu/packages/compression.scm | 16 ++-
gnu/packages/disk.scm | 1 +
gnu/packages/fabric-management.scm | 1 +
gnu/packages/ntp.scm | 11 +++
gnu/packages/patches/libblockdev-glib-compat.patch | 61 ++++++++++++
gnu/packages/patches/ucx-tcp-iface-ioctl.patch | 108 +++++++++++++++++++++
gnu/packages/python-xyz.scm | 59 +++++------
9 files changed, 243 insertions(+), 72 deletions(-)
create mode 100644 gnu/packages/patches/libblockdev-glib-compat.patch
create mode 100644 gnu/packages/patches/ucx-tcp-iface-ioctl.patch
- branch master updated (7003b2d -> d58e2f2),
guix-commits <=
- 01/10: gnu: ntp: Prepare for GCC 10., guix-commits, 2021/05/22
- 02/10: gnu: sharutils: Prepare for GCC 10., guix-commits, 2021/05/22
- 03/10: gnu: sharutils: 'which' is a native input., guix-commits, 2021/05/22
- 04/10: gnu: python-coverage-test-runner: Add Python 3 variant., guix-commits, 2021/05/22
- 05/10: gnu: python2-cliapp: Add Python 3 variant., guix-commits, 2021/05/22
- 08/10: gnu: cmdtest: Do not propagate any inputs., guix-commits, 2021/05/22
- 09/10: gnu: ucx: Restore (and adapt) ioctl fallback patch., guix-commits, 2021/05/22
- 10/10: gnu: libblockdev: Prepare for GLib 2.58., guix-commits, 2021/05/22
- 06/10: gnu: python2-ttystatus: Add Python 3 variant., guix-commits, 2021/05/22
- 07/10: gnu: cmdtest: Update to 0.32-14-gcdfe14e., guix-commits, 2021/05/22