pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/ansible-base



Module Name:    pkgsrc
Committed By:   adam
Date:           Tue May  4 07:29:58 UTC 2021

Modified Files:
        pkgsrc/sysutils/ansible-base: Makefile distinfo

Log Message:
ansible-base: updated to 2.10.9

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 (https://github.com/ansible/ansible/issues/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.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/sysutils/ansible-base/Makefile \
    pkgsrc/sysutils/ansible-base/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/sysutils/ansible-base/Makefile
diff -u pkgsrc/sysutils/ansible-base/Makefile:1.3 pkgsrc/sysutils/ansible-base/Makefile:1.4
--- pkgsrc/sysutils/ansible-base/Makefile:1.3   Tue Apr 13 09:16:34 2021
+++ pkgsrc/sysutils/ansible-base/Makefile       Tue May  4 07:29:58 2021
@@ -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/}
 
Index: pkgsrc/sysutils/ansible-base/distinfo
diff -u pkgsrc/sysutils/ansible-base/distinfo:1.3 pkgsrc/sysutils/ansible-base/distinfo:1.4
--- pkgsrc/sysutils/ansible-base/distinfo:1.3   Tue Apr 13 09:16:34 2021
+++ pkgsrc/sysutils/ansible-base/distinfo       Tue May  4 07:29:58 2021
@@ -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



Home | Main Index | Thread Index | Old Index