guix-commits
[Top][All Lists]
Advanced

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

branch master updated (c114c9c -> 304a53f)


From: Ludovic Courtès
Subject: branch master updated (c114c9c -> 304a53f)
Date: Thu, 16 Nov 2017 02:49:38 -0500 (EST)

civodul pushed a change to branch master
in repository guix.

      from  c114c9c   gnu: linux-libre: Update to 4.14.
       new  866f37f   download: Improve efficiency of 'write-request' over TLS.
       new  7482b98   cve: Use 'http-fetch/cached' instead of having custom 
caching.
       new  cc6f491   gnu: Move crypto packages from python to python-crypto.
       new  b95c17c   gnu: Move Python packages from crypto to python-crypto.
       new  589e3f4   gnu: Move more packages from python to python-web.
       new  304a53f   ui: Add source file name to the package search metrics.

The 6 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                    |   1 +
 gnu/packages/admin.scm          |   1 +
 gnu/packages/backup.scm         |   1 +
 gnu/packages/bioinformatics.scm |   1 +
 gnu/packages/crypto.scm         | 100 +------
 gnu/packages/finance.scm        |   2 +
 gnu/packages/gnupg.scm          |  31 --
 gnu/packages/irc.scm            |   3 +-
 gnu/packages/jrnl.scm           |   3 +-
 gnu/packages/maths.scm          |   1 +
 gnu/packages/messaging.scm      |   1 +
 gnu/packages/openstack.scm      |   1 +
 gnu/packages/python-crypto.scm  | 635 +++++++++++++++++++++++++++++++++++++++
 gnu/packages/python-web.scm     | 173 +++++++++++
 gnu/packages/python.scm         | 637 +---------------------------------------
 gnu/packages/terminals.scm      |   1 +
 gnu/packages/tls.scm            |   1 +
 gnu/packages/video.scm          |   1 +
 gnu/packages/virtualization.scm |   3 +-
 gnu/packages/xorg.scm           |   1 +
 guix/build/download.scm         |   7 +
 guix/cve.scm                    |  94 ++----
 guix/http-client.scm            |  13 +-
 guix/ui.scm                     |  11 +-
 24 files changed, 886 insertions(+), 837 deletions(-)
 create mode 100644 gnu/packages/python-crypto.scm



reply via email to

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