pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/py-ansible-compat



Module Name:    pkgsrc
Committed By:   adam
Date:           Wed Jan 29 09:29:21 UTC 2025

Modified Files:
        pkgsrc/sysutils/py-ansible-compat: Makefile distinfo

Log Message:
py-ansible-compat: updated to 25.1.1

25.1.1

Bugfixes

Ensure that cache directory is writable

v25.1.0

Major

Inject venv site-packages at the top of collection path (test isolation)
Fail if old ANSIBLE_COLLECTIONS_PATHS is detected

Bugfixes

Patch 449 to use ANSIBLE_COLLECTIONS_PATH


To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 pkgsrc/sysutils/py-ansible-compat/Makefile
cvs rdiff -u -r1.26 -r1.27 pkgsrc/sysutils/py-ansible-compat/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/py-ansible-compat/Makefile
diff -u pkgsrc/sysutils/py-ansible-compat/Makefile:1.31 pkgsrc/sysutils/py-ansible-compat/Makefile:1.32
--- pkgsrc/sysutils/py-ansible-compat/Makefile:1.31     Wed Nov 20 11:45:20 2024
+++ pkgsrc/sysutils/py-ansible-compat/Makefile  Wed Jan 29 09:29:21 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.31 2024/11/20 11:45:20 adam Exp $
+# $NetBSD: Makefile,v 1.32 2025/01/29 09:29:21 adam Exp $
 
-DISTNAME=      ansible_compat-24.10.0
+DISTNAME=      ansible_compat-25.1.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/_/-/}
 CATEGORIES=    sysutils python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=a/ansible-compat/}
@@ -12,15 +12,16 @@ LICENSE=    mit
 
 TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=65.3.0:../../devel/py-setuptools
 TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm>=7.0.5:../../devel/py-setuptools_scm
-DEPENDS+=      ansible-core>=2.14:../../sysutils/ansible-core
+DEPENDS+=      ansible-core>=2.16:../../sysutils/ansible-core
 DEPENDS+=      ${PYPKGPREFIX}-jsonschema>=4.6.0:../../textproc/py-jsonschema
 DEPENDS+=      ${PYPKGPREFIX}-packaging-[0-9]*:../../devel/py-packaging
 DEPENDS+=      ${PYPKGPREFIX}-subprocess-tee>=0.4.1:../../sysutils/py-subprocess-tee
 DEPENDS+=      ${PYPKGPREFIX}-yaml-[0-9]*:../../textproc/py-yaml
-#TODO: TEST_DEPENDS pip-tools, pytest-plus
 TEST_DEPENDS+= ${PYPKGPREFIX}-coverage-[0-9]*:../../devel/py-coverage
 TEST_DEPENDS+= ${PYPKGPREFIX}-flaky-[0-9]*:../../devel/py-flaky
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-instafail-[0-9]*:../../devel/py-test-instafail
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-mock-[0-9]*:../../devel/py-test-mock
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-plus-[0-9]*:../../devel/py-test-plus
 
 USE_LANGUAGES= # none
 

Index: pkgsrc/sysutils/py-ansible-compat/distinfo
diff -u pkgsrc/sysutils/py-ansible-compat/distinfo:1.26 pkgsrc/sysutils/py-ansible-compat/distinfo:1.27
--- pkgsrc/sysutils/py-ansible-compat/distinfo:1.26     Wed Nov 20 11:45:20 2024
+++ pkgsrc/sysutils/py-ansible-compat/distinfo  Wed Jan 29 09:29:21 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.26 2024/11/20 11:45:20 adam Exp $
+$NetBSD: distinfo,v 1.27 2025/01/29 09:29:21 adam Exp $
 
-BLAKE2s (ansible_compat-24.10.0.tar.gz) = ae8cda0c5d952bfd71ca9725b46658a81931fe87b68374ab561873a2f4711465
-SHA512 (ansible_compat-24.10.0.tar.gz) = 636ccb66be3570bf7ab0a51f991fefe3b4754db3fddb4d45ebd116de2721082e8ad4049e0cdd975431f01daaa4cb9d24ca57a97913fa66ce1f1f47780734ab14
-Size (ansible_compat-24.10.0.tar.gz) = 81818 bytes
+BLAKE2s (ansible_compat-25.1.1.tar.gz) = 3ca00b69d6a3773101100966f90dff341c581b116f840e069399ebe0d71f1861
+SHA512 (ansible_compat-25.1.1.tar.gz) = 0132d21993dac321d73148e732e3313fe1f27b30f65a011068956d788cce862344d86094ad55a79e9be10fd8127a8b729bed8a4cc67afde7f9b73dc9306161b9
+Size (ansible_compat-25.1.1.tar.gz) = 87846 bytes



Home | Main Index | Thread Index | Old Index