[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated (d5cfca2 -> 8bb6c74)
From: |
guix-commits |
Subject: |
branch master updated (d5cfca2 -> 8bb6c74) |
Date: |
Sat, 11 Dec 2021 18:29:26 -0500 (EST) |
civodul pushed a change to branch master
in repository guix.
from d5cfca2 gnu: java-log4j-api: Add cpe-name.
new c6903e1 challenge: Use SRFI-71 instead of SRFI-11.
new 4dca1ba challenge: Store item contents are returned in canonical
order.
new e68466d substitutes: Build correct narinfo URLs for cache URLs
without trailing slash.
new cba0395 narinfo: Do not repeat slash when building nar URLs.
new ea18b4c gnu: Add ascii.
new 8a1de89 gnu: Add python-ipaddress.
new 7e9720e gnu: python-vcrpy: Update to 4.1.1.
new 589b9d6 gnu: python-aws-sam-translator: Update to 1.40.0.
new f3416eb gnu: python-cfn-lint: Update to 0.54.3.
new dbf5d93 gnu: python-cfn-lint: Honor #:tests? flag.
new 3213539 gnu: python-s3transfer: Update to 0.5.0.
new 9660c2f gnu: python-s3transfer: Honor #:tests? flag.
new 365260f gnu: Update awscli, python-boto3 and python-botocore.
new 7a34e56 gnu: python-moto: Update to 2.2.12.
new 8bb6c74 gnu: python-moto: Honor #:tests? flag.
The 15 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/packages/python-check.scm | 39 ++++++++++++-----
gnu/packages/python-web.scm | 76 +++++++++++++++------------------
gnu/packages/python-xyz.scm | 80 +++++++++++++++++++----------------
gnu/packages/shellutils.scm | 38 +++++++++++++++++
guix/narinfo.scm | 4 +-
guix/scripts/challenge.scm | 97 ++++++++++++++++++++++---------------------
guix/substitutes.scm | 6 ++-
7 files changed, 203 insertions(+), 137 deletions(-)
- branch master updated (d5cfca2 -> 8bb6c74),
guix-commits <=
- 01/15: challenge: Use SRFI-71 instead of SRFI-11., guix-commits, 2021/12/11
- 02/15: challenge: Store item contents are returned in canonical order., guix-commits, 2021/12/11
- 03/15: substitutes: Build correct narinfo URLs for cache URLs without trailing slash., guix-commits, 2021/12/11
- 05/15: gnu: Add ascii., guix-commits, 2021/12/11
- 07/15: gnu: python-vcrpy: Update to 4.1.1., guix-commits, 2021/12/11
- 04/15: narinfo: Do not repeat slash when building nar URLs., guix-commits, 2021/12/11
- 08/15: gnu: python-aws-sam-translator: Update to 1.40.0., guix-commits, 2021/12/11
- 06/15: gnu: Add python-ipaddress., guix-commits, 2021/12/11
- 09/15: gnu: python-cfn-lint: Update to 0.54.3., guix-commits, 2021/12/11
- 10/15: gnu: python-cfn-lint: Honor #:tests? flag., guix-commits, 2021/12/11