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: Thu Apr 24 16:19:12 UTC 2025
Modified Files:
pkgsrc/sysutils/ansible-core: Makefile distinfo
Log Message:
ansible-core: updated to 2.18.5
v2.18.5
Bugfixes
- build - Pin ``wheel`` in ``pyproject.toml`` to ensure compatibility with supported ``setuptools`` versions.
- dnf5 - Handle forwarded exceptions from dnf5-5.2.13 where a generic ``RuntimeError`` was previously raised
- find - skip ENOENT error code while recursively enumerating files. find module will now be tolerant to race conditions that remove files or directories from the target it is currently inspecting.
(https://github.com/ansible/ansible/issues/84873).
- gather_facts action, will now add setup when 'smart' appears with other modules in the FACTS_MODULES setting.
- uri - Form location correctly when the server returns a relative redirect (https://github.com/ansible/ansible/issues/84540)
To generate a diff of this commit:
cvs rdiff -u -r1.45 -r1.46 pkgsrc/sysutils/ansible-core/Makefile
cvs rdiff -u -r1.38 -r1.39 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.45 pkgsrc/sysutils/ansible-core/Makefile:1.46
--- pkgsrc/sysutils/ansible-core/Makefile:1.45 Mon Apr 14 17:06:31 2025
+++ pkgsrc/sysutils/ansible-core/Makefile Thu Apr 24 16:19:11 2025
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.45 2025/04/14 17:06:31 kim Exp $
+# $NetBSD: Makefile,v 1.46 2025/04/24 16:19:11 adam Exp $
-DISTNAME= ansible_core-2.18.4
+DISTNAME= ansible_core-2.18.5
PKGNAME= ${DISTNAME:S/_/-/}
-PKGREVISION= 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.38 pkgsrc/sysutils/ansible-core/distinfo:1.39
--- pkgsrc/sysutils/ansible-core/distinfo:1.38 Mon Mar 31 06:09:06 2025
+++ pkgsrc/sysutils/ansible-core/distinfo Thu Apr 24 16:19:11 2025
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.38 2025/03/31 06:09:06 adam Exp $
+$NetBSD: distinfo,v 1.39 2025/04/24 16:19:11 adam Exp $
-BLAKE2s (ansible_core-2.18.4.tar.gz) = aa3b4552b5c6a2cff229cac4753a7d6d0877bcd8dbc73a6dec138d2243a88027
-SHA512 (ansible_core-2.18.4.tar.gz) = f6c496c032c41e6a4a2edf97fef037f7510f1b3134cc9c734f95aa6f9cb570915c41596193016030b9049f2b70fc6a9a4f43e1a9f848c435600259bcb1053cbe
-Size (ansible_core-2.18.4.tar.gz) = 3081918 bytes
+BLAKE2s (ansible_core-2.18.5.tar.gz) = 518119a7016fb786b22b8213521c966093af5e0c9fd594b0c22d44a34543f717
+SHA512 (ansible_core-2.18.5.tar.gz) = 22dcde6b24bf4dfb63b8bcd9baeb5a90db6763aaba56eaeff583a301358383ae229090f5bf8c670dc50165662bfaa301367bc653e77d79e8d2fbe1bfb76313ea
+Size (ansible_core-2.18.5.tar.gz) = 3083407 bytes
SHA1 (patch-lib_ansible_module__utils_facts_hardware_netbsd.py) = cdc41b104bffab7badd00446a9d0cdecba32cca2
Home |
Main Index |
Thread Index |
Old Index