pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/ansible-core



Module Name:    pkgsrc
Committed By:   adam
Date:           Wed Dec 10 12:43:34 UTC 2025

Modified Files:
        pkgsrc/sysutils/ansible-core: Makefile PLIST distinfo

Log Message:
ansible-core: updated to 2.20.1

v2.20.1

Bugfixes

- Fix ``AnsibleModule.human_to_bytes()``, which was never adjusted after the standalone ``human_to_bytes()`` got a new parameter ``default_unit`` (https://github.com/ansible/ansible/pull/85259).
- Variable loading now uses file source instead of variables when invalidly formmated vars file is loaded.
- ansible-test - The runtime-metadata sanity test now ignores pre-release and build identifiers in collection versions. This prevents errors if a tombstone version is ``X.0.0``, while the 
collection's version is ``X.0.0-prerelease`` (https://github.com/ansible/ansible/issues/85193)."
- display - Fix ``getuser`` fallback error handling on Python 3.13 and later. (https://github.com/ansible/ansible/issues/86142)
- first_found - Correct the "Include tasks only if one of the files exists, otherwise skip" example.
- get_url - fix regex for GNU Digest line which is used in comparing checksums (https://github.com/ansible/ansible/issues/86132).
- local connection - Fix ``getuser`` fallback error handling on Python 3.13 and later.

v2.20.0

Major Changes

- ansible - Add support for Python 3.14.
- ansible - Drop support for Python 3.11 on the controller.
- ansible - Drop support for Python 3.8 on targets.


To generate a diff of this commit:
cvs rdiff -u -r1.54 -r1.55 pkgsrc/sysutils/ansible-core/Makefile
cvs rdiff -u -r1.15 -r1.16 pkgsrc/sysutils/ansible-core/PLIST
cvs rdiff -u -r1.45 -r1.46 pkgsrc/sysutils/ansible-core/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-core/Makefile
diff -u pkgsrc/sysutils/ansible-core/Makefile:1.54 pkgsrc/sysutils/ansible-core/Makefile:1.55
--- pkgsrc/sysutils/ansible-core/Makefile:1.54  Thu Oct  9 08:07:29 2025
+++ pkgsrc/sysutils/ansible-core/Makefile       Wed Dec 10 12:43:34 2025
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.54 2025/10/09 08:07:29 wiz Exp $
+# $NetBSD: Makefile,v 1.55 2025/12/10 12:43:34 adam Exp $
 
 # When upgrading ansible-core, please also upgrade the ansible package
 # to a version that supports the new version of ansible-core.  At times
 # this may mean not upgrading ansible-core to its latest release branch.
 
-DISTNAME=      ansible_core-2.19.3
+DISTNAME=      ansible_core-2.20.1
 PKGNAME=       ${DISTNAME:S/_/-/}
 CATEGORIES=    sysutils python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=a/ansible-core/}
@@ -20,7 +20,7 @@ TOOL_DEPENDS+=        ${PYPKGPREFIX}-setuptools
 DEPENDS+=      ${PYPKGPREFIX}-jinja2>=3.1.0:../../textproc/py-jinja2
 DEPENDS+=      ${PYPKGPREFIX}-packaging-[0-9]*:../../devel/py-packaging
 DEPENDS+=      ${PYPKGPREFIX}-paramiko-[0-9]*:../../security/py-paramiko
-DEPENDS+=      ${PYPKGPREFIX}-resolvelib>=0.5.3:../../devel/py-resolvelib
+DEPENDS+=      ${PYPKGPREFIX}-resolvelib>=0.8.0:../../devel/py-resolvelib
 DEPENDS+=      ${PYPKGPREFIX}-yaml>=5.1:../../textproc/py-yaml
 
 USE_TOOLS+=    gmake

Index: pkgsrc/sysutils/ansible-core/PLIST
diff -u pkgsrc/sysutils/ansible-core/PLIST:1.15 pkgsrc/sysutils/ansible-core/PLIST:1.16
--- pkgsrc/sysutils/ansible-core/PLIST:1.15     Tue Oct  7 10:42:53 2025
+++ pkgsrc/sysutils/ansible-core/PLIST  Wed Dec 10 12:43:34 2025
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.15 2025/10/07 10:42:53 adam Exp $
+@comment $NetBSD: PLIST,v 1.16 2025/12/10 12:43:34 adam Exp $
 bin/ansible
 bin/ansible-config
 bin/ansible-console
@@ -581,6 +581,9 @@ ${PYSITELIB}/ansible/module_utils/_inter
 ${PYSITELIB}/ansible/module_utils/_internal/_messages.py
 ${PYSITELIB}/ansible/module_utils/_internal/_messages.pyc
 ${PYSITELIB}/ansible/module_utils/_internal/_messages.pyo
+${PYSITELIB}/ansible/module_utils/_internal/_no_six.py
+${PYSITELIB}/ansible/module_utils/_internal/_no_six.pyc
+${PYSITELIB}/ansible/module_utils/_internal/_no_six.pyo
 ${PYSITELIB}/ansible/module_utils/_internal/_patches/__init__.py
 ${PYSITELIB}/ansible/module_utils/_internal/_patches/__init__.pyc
 ${PYSITELIB}/ansible/module_utils/_internal/_patches/__init__.pyo
@@ -1916,9 +1919,6 @@ ${PYSITELIB}/ansible/utils/path.pyo
 ${PYSITELIB}/ansible/utils/plugin_docs.py
 ${PYSITELIB}/ansible/utils/plugin_docs.pyc
 ${PYSITELIB}/ansible/utils/plugin_docs.pyo
-${PYSITELIB}/ansible/utils/py3compat.py
-${PYSITELIB}/ansible/utils/py3compat.pyc
-${PYSITELIB}/ansible/utils/py3compat.pyo
 ${PYSITELIB}/ansible/utils/sentinel.py
 ${PYSITELIB}/ansible/utils/sentinel.pyc
 ${PYSITELIB}/ansible/utils/sentinel.pyo
@@ -1983,7 +1983,6 @@ ${PYSITELIB}/ansible_test/_data/playbook
 ${PYSITELIB}/ansible_test/_data/playbooks/windows_hosts_restore.ps1
 ${PYSITELIB}/ansible_test/_data/playbooks/windows_hosts_restore.yml
 ${PYSITELIB}/ansible_test/_data/pytest/config/default.ini
-${PYSITELIB}/ansible_test/_data/pytest/config/legacy.ini
 ${PYSITELIB}/ansible_test/_data/requirements/ansible-test.txt
 ${PYSITELIB}/ansible_test/_data/requirements/ansible.txt
 ${PYSITELIB}/ansible_test/_data/requirements/constraints.txt

Index: pkgsrc/sysutils/ansible-core/distinfo
diff -u pkgsrc/sysutils/ansible-core/distinfo:1.45 pkgsrc/sysutils/ansible-core/distinfo:1.46
--- pkgsrc/sysutils/ansible-core/distinfo:1.45  Tue Oct  7 10:42:53 2025
+++ pkgsrc/sysutils/ansible-core/distinfo       Wed Dec 10 12:43:34 2025
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.45 2025/10/07 10:42:53 adam Exp $
+$NetBSD: distinfo,v 1.46 2025/12/10 12:43:34 adam Exp $
 
-BLAKE2s (ansible_core-2.19.3.tar.gz) = 39e8c1a5167a835ca3f649274cc10db88071caf2dad6d1ee8876bee16ca3540f
-SHA512 (ansible_core-2.19.3.tar.gz) = 9d81bedcdddee19a4a76fe4bf01369241b62213c8e7af88c5eb8d55b9cfa776704651538144776012d947b267901d0221e38405f3c20c65e30f99c3c50b3b5f3
-Size (ansible_core-2.19.3.tar.gz) = 3404578 bytes
+BLAKE2s (ansible_core-2.20.1.tar.gz) = 4c1af8382cf1a4780877b3115814f67a2dd2329bb8c217242bb5b7fa935a2b0a
+SHA512 (ansible_core-2.20.1.tar.gz) = cb70f1fb7d6936468e5e2867221a71a5c096656874c7ad8d5488259c34eb437e72aba3093a449937f2593c848d61932b363ec4b2dc8f9e4147fa88eccc5313ff
+Size (ansible_core-2.20.1.tar.gz) = 3313203 bytes
 SHA1 (patch-lib_ansible_module__utils_facts_hardware_netbsd.py) = cdc41b104bffab7badd00446a9d0cdecba32cca2



Home | Main Index | Thread Index | Old Index