guix-commits
[Top][All Lists]
Advanced

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

branch master updated (60895810ad -> 654fcf9971)


From: guix-commits
Subject: branch master updated (60895810ad -> 654fcf9971)
Date: Wed, 31 May 2023 17:52:48 -0400 (EDT)

civodul pushed a change to branch master
in repository guix.

    from 60895810ad nls: Update translation keys for guix gc.
     new d0be53d03e transformations: Add "--tune" to "--help-transform".
     new 58da6b297c tests: pypi: Factorize tarball and wheel file creation.
     new 09526da78f tests: http: Allow responses to specify a path.
     new d2f36abd02 tests: pypi: Rewrite tests using a local HTTP server.
     new 4663cfd381 import: utils: 'call-with-networking-exception-handler' 
doesn't unwind.
     new e7910f4882 import: json: Add #:timeout to 'json-fetch'.
     new db10a4a2ae doc: Mention 'guix refresh -u' for third-party channels.
     new e6223017d9 upstream: Replace 'input-changes' field by 'inputs'.
     new 9f3ea03516 diagnostics: Factorize 'absolute-location'.
     new ec0a2fc87b upstream: 'update-package-source' edits input fields.
     new cd262c403f upstream: Remove <upstream-input-change> and related code.
     new 5d022d5563 tests: upstream: Restore test that was skipped.
     new f13e73df10 import: cpan: Remove unary 'string-append' call.
     new c4fe4e7eb8 import: cpan: Represent dependencies as <upstream-input> 
records.
     new a738c1a0c7 import: cpan: Updater provides input list.
     new d46d1bee1e import: elpa: Updater provides input list.
     new e6f82fcd5f import: gem: Factorize "bundler" special case for name 
mapping.
     new 9e237fe0bd import: gem: Updater provides input list.
     new 57ceb64e34 upstream: Honor package properties for ignored and extra 
inputs.
     new 9f7cd1fcaf gnu: Add updater input properties for R and Python packages.
     new 654fcf9971 tests: Use quasiquoted 'match' patterns for package sexps.

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.texi            |  46 ++++-
 gnu/packages/cran.scm    |  36 ++--
 gnu/packages/mpi.scm     |   2 +
 guix/diagnostics.scm     |  20 +-
 guix/import/cpan.scm     | 103 ++++++-----
 guix/import/cran.scm     | 194 +++++++++++++-------
 guix/import/elpa.scm     |  30 ++-
 guix/import/gem.scm      |  27 ++-
 guix/import/hackage.scm  |  90 +++++----
 guix/import/json.scm     |   5 +-
 guix/import/pypi.scm     | 216 +++++++++++++---------
 guix/import/stackage.scm |   9 +-
 guix/import/test.scm     |  13 +-
 guix/import/utils.scm    |  33 ++--
 guix/scripts/refresh.scm |  38 +---
 guix/scripts/style.scm   |  17 --
 guix/tests/http.scm      |  46 ++++-
 guix/transformations.scm |   2 +
 guix/upstream.scm        | 218 +++++++++++++---------
 tests/cpan.scm           |  63 +++++--
 tests/elpa.scm           |  76 ++++++--
 tests/gem.scm            | 245 +++++++++++++------------
 tests/guix-refresh.sh    |   8 +-
 tests/hexpm.scm          | 126 ++++++-------
 tests/opam.scm           |  33 ++--
 tests/pypi.scm           | 469 +++++++++++++++++++++++++----------------------
 tests/texlive.scm        |  38 ++--
 tests/upstream.scm       | 199 +++-----------------
 28 files changed, 1311 insertions(+), 1091 deletions(-)



reply via email to

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