Skip to content

Commit

Permalink
ansible-base: updated to 2.10.9
Browse files Browse the repository at this point in the history
v2.10.9

Major Changes
- ansible-test - Tests run with the ``centos6`` and ``default`` test containers now use a PyPI proxy container to access PyPI when Python 2.6 is used. This allows tests running under Python 2.6 to continue functioning even though PyPI is discontinuing support for non-SNI capable clients.

Minor Changes
- Switch to hashlib.sha256() for ansible-test to allow for FIPs mode.

Bugfixes
- Prevent ``ansible_failed_task`` from further templating (ansible/ansible#74036)
- ansible-test - Avoid publishing the port used by the ``pypi-test-container`` since it is only accessed by other containers. This avoids issues when trying to run tests in parallel on a single host.
- ansible-test - Fix docker container IP address detection. The ``bridge`` network is no longer assumed to be the default.
- ansible-test - ensure the correct unit test target is given when the ``__init__.py`` file is modified inside the connection plugins directory
- ansible.utils.encrypt now handles missing or unusable 'crypt' library.
- facts - detect homebrew installed at /opt/homebrew/bin/brew
- interpreter discovery - Debian 8 and lower will avoid unsupported Python3 version in interpreter discovery
- undeprecate hash_merge setting and add more docs clarifying its use and why not to use it.
- wait_for module, move missing socket into function to get proper comparrison in time.
  • Loading branch information
adam committed May 4, 2021
1 parent 9671781 commit 4b29b53
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions sysutils/ansible-base/Makefile
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.3 2021/04/13 09:16:34 adam Exp $
# $NetBSD: Makefile,v 1.4 2021/05/04 07:29:58 adam Exp $

DISTNAME= ansible-base-2.10.8
DISTNAME= ansible-base-2.10.9
CATEGORIES= sysutils python
MASTER_SITES= ${MASTER_SITE_PYPI:=a/ansible-base/}

Expand Down
10 changes: 5 additions & 5 deletions sysutils/ansible-base/distinfo
@@ -1,7 +1,7 @@
$NetBSD: distinfo,v 1.3 2021/04/13 09:16:34 adam Exp $
$NetBSD: distinfo,v 1.4 2021/05/04 07:29:58 adam Exp $

SHA1 (ansible-base-2.10.8.tar.gz) = 1d79b0332b5667e15a039b0a0800c4e3dc6e7b4d
RMD160 (ansible-base-2.10.8.tar.gz) = 4dfc5021d6f1030b2a85d176cf2ed77bb5ea4007
SHA512 (ansible-base-2.10.8.tar.gz) = 282c04bdac3a35e1f9a758839fe617c39cd0a340e06a1d86252a84a4967b47baae6425cb3889a9c56c50ac6f925c362fdc452facbd4c71d254708bf825c74692
Size (ansible-base-2.10.8.tar.gz) = 5742041 bytes
SHA1 (ansible-base-2.10.9.tar.gz) = 9e7b41367c1612d4a7240cdea079c08c5603df7a
RMD160 (ansible-base-2.10.9.tar.gz) = 49e43a2437f1a174450f4aeafa20c37e17ebe73d
SHA512 (ansible-base-2.10.9.tar.gz) = 093514230a3f6680ddeda07c24e77c2e793475895f44da6e5dd68335341d6fefe10091a124cf84e18475257a099b39fd2c16e6fc0dae0bbaf2d26e70b09c277a
Size (ansible-base-2.10.9.tar.gz) = 6039597 bytes
SHA1 (patch-lib_ansible_module__utils_facts_hardware_netbsd.py) = cdc41b104bffab7badd00446a9d0cdecba32cca2

0 comments on commit 4b29b53

Please sign in to comment.