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: Mon Jun 26 16:15:29 UTC 2023
Modified Files:
pkgsrc/sysutils/ansible-core: Makefile distinfo
Log Message:
ansible-core: updated to 2.15.1
v2.15.1
=======
Minor Changes
-------------
- ansible-test - Allow float values for the ``--timeout`` option to the ``env`` command. This simplifies testing.
- ansible-test - Refactored ``env`` command logic and timeout handling.
- ansible-test - Use ``datetime.datetime.now`` with ``tz`` specified instead of ``datetime.datetime.utcnow``.
Bugfixes
--------
- Properly disable ``jinja2_native`` in the template module when jinja2 override is used in the template (https://github.com/ansible/ansible/issues/80605)
- ansible-galaxy - Fix variable type error when installing subdir collections (https://github.com/ansible/ansible/issues/80943)
- ansible-test - Fix a traceback that occurs when attempting to test Ansible source using a different ansible-test. A clear error message is now given when this scenario occurs.
- ansible-test - Fix handling of timeouts exceeding one day.
- ansible-test - Fix various cases where the test timeout could expire without terminating the tests.
- ansible-test local change detection - use ``git merge-base <branch> HEAD`` instead of ``git merge-base --fork-point <branch>`` (https://github.com/ansible/ansible/pull/79734).
- deb822_repository - use http-agent for receiving content (https://github.com/ansible/ansible/issues/80809).
- dnf5 - Update dnf5 module to handle API change for setting the download directory (https://github.com/ansible/ansible/issues/80887)
- man page build - Remove the dependency on the ``docs`` directory for building man pages.
- pep517 build backend - Copy symlinks when copying the source tree. This avoids tracebacks in various scenarios, such as when a venv is present in the source tree.
- uri - fix search for JSON type to include complex strings containing '+'
To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 pkgsrc/sysutils/ansible-core/Makefile
cvs rdiff -u -r1.15 -r1.16 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.17 pkgsrc/sysutils/ansible-core/Makefile:1.18
--- pkgsrc/sysutils/ansible-core/Makefile:1.17 Thu May 18 13:02:12 2023
+++ pkgsrc/sysutils/ansible-core/Makefile Mon Jun 26 16:15:29 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.17 2023/05/18 13:02:12 adam Exp $
+# $NetBSD: Makefile,v 1.18 2023/06/26 16:15:29 adam Exp $
-DISTNAME= ansible-core-2.15.0
+DISTNAME= ansible-core-2.15.1
CATEGORIES= sysutils python
MASTER_SITES= ${MASTER_SITE_PYPI:=a/ansible-core/}
Index: pkgsrc/sysutils/ansible-core/distinfo
diff -u pkgsrc/sysutils/ansible-core/distinfo:1.15 pkgsrc/sysutils/ansible-core/distinfo:1.16
--- pkgsrc/sysutils/ansible-core/distinfo:1.15 Thu May 18 13:02:12 2023
+++ pkgsrc/sysutils/ansible-core/distinfo Mon Jun 26 16:15:29 2023
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.15 2023/05/18 13:02:12 adam Exp $
+$NetBSD: distinfo,v 1.16 2023/06/26 16:15:29 adam Exp $
-BLAKE2s (ansible-core-2.15.0.tar.gz) = 6b80a95e9790003656e98bfea971f4311d481956d9d57dd1c5db20716a4eaa55
-SHA512 (ansible-core-2.15.0.tar.gz) = aebb43840380854e7759656a0b08579a8fbdddbf2d204c47fb16cdb73ffd540df5ad56e5bf4a78a338804a3d40f9b042ea50b2b1853aaef6b7c2f0aab7a95432
-Size (ansible-core-2.15.0.tar.gz) = 10801327 bytes
+BLAKE2s (ansible-core-2.15.1.tar.gz) = d18754e48954eb9c963fdd51b6a13e5cba1be76df860de07afa061f81f7fa66f
+SHA512 (ansible-core-2.15.1.tar.gz) = a0febdf13fbc70b8a4a5b670c8812fd8cbee7c02118f0087d453194d74f3b0c56b3659d9d763787c0d0e65bf82399f4ff00d355ec0243771986444f9880ee09e
+Size (ansible-core-2.15.1.tar.gz) = 10811279 bytes
SHA1 (patch-lib_ansible_module__utils_facts_hardware_netbsd.py) = cdc41b104bffab7badd00446a9d0cdecba32cca2
Home |
Main Index |
Thread Index |
Old Index