guix-commits
[Top][All Lists]
Advanced

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

branch core-updates updated (b7883b1 -> eda8a84)


From: Efraim Flashner
Subject: branch core-updates updated (b7883b1 -> eda8a84)
Date: Thu, 26 Oct 2017 05:45:40 -0400 (EDT)

efraim pushed a change to branch core-updates
in repository guix.

      from  b7883b1   Merge branch 'master' into core-updates
      adds  603a649   gnu: address@hidden: Update to 2.7.14.
      adds  b18226c   gnu: address@hidden: Update to 3.6.3.
      adds  220b0ac   gnu: python-py: Update to 1.4.34.
      adds  8dd339e   gnu: python-six: Really enable tests.
      adds  8ed675a   gnu: python-six: Update to 1.11.0.
      adds  928da60   gnu: Remove address@hidden
      adds  92b2101   gnu: python-pytest: Add a minimal variant for 
bootstrapping.
      adds  cf65951   gnu: python-setuptools-scm: Update to 1.15.6.
      adds  f2ef961   gnu: python-pytest: Update to 3.2.3.
      adds  0098b95   gnu: python-pyflakes: Update to 1.5.0.
      adds  31612e1   gnu: python-mccabe: Update to 0.6.1.
      adds  8f65361   gnu: address@hidden: Add dependency on python-six.
      adds  3e6218b   gnu: Fix pytest dependency cycle.
      adds  a6c6a59   gnu: Add python2-enum.
      adds  a0fd9a3   gnu: python-flake8: Update to 3.4.1.
      adds  6bb9645   gnu: Add python2-funcsigs.
      adds  4ae6555   gnu: Remove address@hidden
      adds  5db49f7   gnu: python-jinja2: Remove workaround for < Python 3.6.
      adds  7439173   gnu: python-unittest2: Update to 1.1.0.
      adds  71d9f56   gnu: python-coverage: Update to 4.4.1.
      adds  49c620e   gnu: address@hidden: Fix building on aarch64.
       new  eda8a84   Merge remote-tracking branch 'origin/python-updates' into 
core-updates

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 gnu/local.mk                                       |   8 +-
 gnu/packages/backup.scm                            |   4 +-
 gnu/packages/calendar.scm                          |   3 +-
 gnu/packages/databases.scm                         |   2 +-
 gnu/packages/patches/python-2.7-adjust-tests.patch |  22 +
 .../python-2.7-getentropy-on-old-kernels.patch     |  54 --
 gnu/packages/patches/python-3-fix-tests.patch      | 149 +++++
 gnu/packages/patches/python-3.5-fix-tests.patch    |  69 --
 .../python-3.5-getentropy-on-old-kernels.patch     | 720 ---------------------
 .../patches/python-unittest2-python3-compat.patch  |  34 +
 ...atch => python-unittest2-remove-argparse.patch} |   0
 gnu/packages/python.scm                            | 339 +++++-----
 gnu/packages/tls.scm                               |   4 +-
 gnu/packages/web.scm                               |   2 +-
 14 files changed, 394 insertions(+), 1016 deletions(-)
 create mode 100644 gnu/packages/patches/python-2.7-adjust-tests.patch
 delete mode 100644 
gnu/packages/patches/python-2.7-getentropy-on-old-kernels.patch
 create mode 100644 gnu/packages/patches/python-3-fix-tests.patch
 delete mode 100644 gnu/packages/patches/python-3.5-fix-tests.patch
 delete mode 100644 
gnu/packages/patches/python-3.5-getentropy-on-old-kernels.patch
 create mode 100644 gnu/packages/patches/python-unittest2-python3-compat.patch
 rename gnu/packages/patches/{python2-unittest2-remove-argparse.patch => 
python-unittest2-remove-argparse.patch} (100%)



reply via email to

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