guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated (7611423 -> 0bc5448)


From: guix-commits
Subject: branch master updated (7611423 -> 0bc5448)
Date: Sun, 29 Aug 2021 01:16:28 -0400 (EDT)

apteryx pushed a change to branch master
in repository guix.

    from 7611423  gnu: Add emacs-company-org-block.
     new 2ca982f  gnu: bootloader: Support multiple targets.
     new da4e409  Migrate to the new 'targets' field of 
bootloader-configuration.
     new bf99f80  gnu: Add python-commentjson.
     new afcbaad  gnu: Add python-resolvelib.
     new 165cbdf  gnu: Add python-resolvelib-0.5.
     new 5abe149  gnu: Add python-ncclient.
     new 97a675d  gnu: Add python-pyspnego.
     new 66071cd  gnu: python-pytest-6: Update to 6.2.4 and propagate iniconfig.
     new 1d94000  gnu: python-execnet: Update to 1.9.0 and enable tests.
     new 3d0fd83  gnu: python-rope: Update to 0.19.0 and remove python2-rope.
     new 399a844  gnu: python-mock: Update description.
     new bece6dd  gnu: python-py-next: Update to 1.10.0.
     new 0a2c8b1  gnu: python-pytest-forked: Update to 1.3.0 and run test suite.
     new b1ef8b4  gnu: python-pytest-asyncio: Enable tests and patch for Python 
3.8.
     new 4846181  gnu: python-pytest-mock: Update to 3.6.1 and run test suite.
     new 9482c5a  gnu: python-pytest-xdist: Fix by downgrading to 1.34.0, run 
test suite.
     new fa4c3de  gnu: Add python-pytest-xdist-next.
     new 83bf3c6  gnu: Add ansible-core.
     new 019bf96  gnu: ansible: Update to 4.4.0.
     new 352f72a  gnu: python-django: Update to 3.2.6.
     new 0bc5448  gnu: python-pytest-django: Update to 4.4.0.

The 21 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:
 doc/guix-cookbook.texi                             |   2 +-
 doc/guix.texi                                      |  91 ++++----
 gnu/bootloader.scm                                 |  22 +-
 gnu/bootloader/grub.scm                            |   5 +-
 gnu/installer/parted.scm                           |   4 +-
 gnu/local.mk                                       |   2 +
 gnu/machine/digital-ocean.scm                      |   2 +-
 gnu/packages/admin.scm                             | 184 ++++++++++++----
 gnu/packages/check.scm                             | 171 ++++++++++-----
 gnu/packages/django.scm                            |  18 +-
 .../patches/python-execnet-read-only-fix.patch     |  77 +++++++
 .../patches/python-pytest-asyncio-python-3.8.patch | 238 +++++++++++++++++++++
 gnu/packages/python-xyz.scm                        | 235 ++++++++++++++++----
 gnu/system/examples/asus-c201.tmpl                 |   2 +-
 gnu/system/examples/bare-bones.tmpl                |   2 +-
 gnu/system/examples/bare-hurd.tmpl                 |   2 +-
 gnu/system/examples/beaglebone-black.tmpl          |   2 +-
 gnu/system/examples/desktop.tmpl                   |   2 +-
 gnu/system/examples/docker-image.tmpl              |   2 +-
 gnu/system/examples/lightweight-desktop.tmpl       |   2 +-
 gnu/system/examples/vm-image.tmpl                  |   2 +-
 gnu/system/examples/yggdrasil.tmpl                 |   2 +-
 gnu/system/hurd.scm                                |   2 +-
 gnu/system/images/hurd.scm                         |   2 +-
 gnu/system/images/novena.scm                       |   2 +-
 gnu/system/images/pine64.scm                       |   2 +-
 gnu/system/images/pinebook-pro.scm                 |   2 +-
 gnu/system/images/rock64.scm                       |   2 +-
 gnu/system/install.scm                             |   6 +-
 gnu/system/vm.scm                                  |   2 +-
 gnu/tests.scm                                      |   2 +-
 gnu/tests/ganeti.scm                               |   2 +-
 gnu/tests/install.scm                              |  30 +--
 gnu/tests/nfs.scm                                  |   2 +-
 gnu/tests/reconfigure.scm                          |   2 +-
 gnu/tests/telephony.scm                            |   2 +-
 guix/scripts/system.scm                            |  20 +-
 guix/scripts/system/reconfigure.scm                |  22 +-
 tests/boot-parameters.scm                          |   2 +-
 tests/guix-system.sh                               |   6 +-
 tests/system.scm                                   |   4 +-
 41 files changed, 927 insertions(+), 256 deletions(-)
 create mode 100644 gnu/packages/patches/python-execnet-read-only-fix.patch
 create mode 100644 gnu/packages/patches/python-pytest-asyncio-python-3.8.patch



reply via email to

[Prev in Thread] Current Thread [Next in Thread]