ansible-base: updated to 2.10.12
v2.10.12 ======== Minor Changes ------------- - ansible-test - aws creates and exposes a new tiny_prefix variable to provide a shorter prefix for the AWS tests. - get_url - allow checksum urls to point to file:// resources, moving scheme test to function - get_url - handle same SHA sum for checksum file (https://github.com/ansible/ansible/issues/71420). Bugfixes -------- - ansible-doc - in text output, do not show empty ``version_added_collection`` values (https://github.com/ansible/ansible/pull/74999). - ansible-test - restrict ``packaging`` to ``< 21.0`` for Python ``< 3.6`` (https://github.com/ansible/ansible/pull/75186). - get_url - Fixed checksum validation for binary files (leading asterisk) in checksum files (https://github.com/ansible/ansible/pull/74502).
This commit is contained in:
parent
77a4c29ab7
commit
bf399d60a3
2 changed files with 7 additions and 7 deletions
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.6 2021/06/23 19:40:57 adam Exp $
|
||||
# $NetBSD: Makefile,v 1.7 2021/07/26 17:51:15 adam Exp $
|
||||
|
||||
DISTNAME= ansible-base-2.10.11
|
||||
DISTNAME= ansible-base-2.10.12
|
||||
CATEGORIES= sysutils python
|
||||
MASTER_SITES= ${MASTER_SITE_PYPI:=a/ansible-base/}
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
$NetBSD: distinfo,v 1.6 2021/06/23 19:40:57 adam Exp $
|
||||
$NetBSD: distinfo,v 1.7 2021/07/26 17:51:15 adam Exp $
|
||||
|
||||
SHA1 (ansible-base-2.10.11.tar.gz) = 7d3b9d27f42a38fbabf47538d86881d6958e622f
|
||||
RMD160 (ansible-base-2.10.11.tar.gz) = cb50d06cdadcfee2b5ea2b34ca3a53f9fb703e68
|
||||
SHA512 (ansible-base-2.10.11.tar.gz) = ae64251284b889e6ceb8a549994d193ab27384f09f484c5c85bf62d1f152f350a33cdd83b444938aaf37a7bee78a03a1fde6f2737bc7dc073c68731fad3ceb36
|
||||
Size (ansible-base-2.10.11.tar.gz) = 5987563 bytes
|
||||
SHA1 (ansible-base-2.10.12.tar.gz) = 7ce022f080cd7db483fb7f96d71271b5959016b3
|
||||
RMD160 (ansible-base-2.10.12.tar.gz) = 0864a6018519e2dcde33f94e9b7e310cfe1abd19
|
||||
SHA512 (ansible-base-2.10.12.tar.gz) = 5770888fc4e47954ff5f0dc490b080c6b5bfce50fbd73cfcc661e131467dfcdee29de017c6253d99fcff5e02e98eeb73f5c6a3468ff31017e39d97704e5797a6
|
||||
Size (ansible-base-2.10.12.tar.gz) = 5988437 bytes
|
||||
SHA1 (patch-lib_ansible_module__utils_facts_hardware_netbsd.py) = cdc41b104bffab7badd00446a9d0cdecba32cca2
|
||||
|
|
Loading…
Reference in a new issue