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:           Thu Sep 28 06:52:02 UTC 2023

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

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

v4.1.10
Bugfixes

Catch empty collection lists

v4.1.9
Bugfixes

Automatically add --pre when installing collections from git repositories

v4.1.8
Bugfixes

Revise site packages collection search test
Add only those sys.paths which contain an ansible_collections directory path
Allow git dependencies in galaxy.yml files


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 pkgsrc/sysutils/py-ansible-compat/Makefile
cvs rdiff -u -r1.17 -r1.18 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.19 pkgsrc/sysutils/py-ansible-compat/Makefile:1.20
--- pkgsrc/sysutils/py-ansible-compat/Makefile:1.19     Wed Aug 23 15:24:27 2023
+++ pkgsrc/sysutils/py-ansible-compat/Makefile  Thu Sep 28 06:52:02 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.19 2023/08/23 15:24:27 adam Exp $
+# $NetBSD: Makefile,v 1.20 2023/09/28 06:52:02 adam Exp $
 
-DISTNAME=      ansible-compat-4.1.7
+DISTNAME=      ansible-compat-4.1.10
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    sysutils python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=a/ansible-compat/}
@@ -10,7 +10,7 @@ HOMEPAGE=     https://github.com/ansible-com
 COMMENT=       Ansible compatibility goodies
 LICENSE=       mit
 
-TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm>=7.0.0:../../devel/py-setuptools_scm
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm>=7.0.5:../../devel/py-setuptools_scm
 TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
 DEPENDS+=      ansible-core>=2.12:../../sysutils/ansible-core
 DEPENDS+=      ${PYPKGPREFIX}-jsonschema>=4.6.0:../../textproc/py-jsonschema

Index: pkgsrc/sysutils/py-ansible-compat/distinfo
diff -u pkgsrc/sysutils/py-ansible-compat/distinfo:1.17 pkgsrc/sysutils/py-ansible-compat/distinfo:1.18
--- pkgsrc/sysutils/py-ansible-compat/distinfo:1.17     Wed Aug 23 15:24:27 2023
+++ pkgsrc/sysutils/py-ansible-compat/distinfo  Thu Sep 28 06:52:02 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.17 2023/08/23 15:24:27 adam Exp $
+$NetBSD: distinfo,v 1.18 2023/09/28 06:52:02 adam Exp $
 
-BLAKE2s (ansible-compat-4.1.7.tar.gz) = 27d3d1ae916bd79d6b8562e7eb8806f384bd8001561823b8f257fff63918759a
-SHA512 (ansible-compat-4.1.7.tar.gz) = b3175573113a3df37923e582c191dd5f4522c3a2171cc93b186e49d5ca6baa2fd8b2e7af2e9457bb21b5bd6df6c9f82fccc10b5e2bfeda84c890c4cbc37fafb4
-Size (ansible-compat-4.1.7.tar.gz) = 69900 bytes
+BLAKE2s (ansible-compat-4.1.10.tar.gz) = 8d5da014557f60801a6bcfe3b1b7f7cec3e3f4d58ffff6f5c696b0c6dd601efe
+SHA512 (ansible-compat-4.1.10.tar.gz) = f50d07d753fa2f3985efca4aa326d3608d55b3f8d00c42c3bd9ba95c6e40c7a717160220dd602374124ebbfc94c495819b4b738cb385875033876aee458d14b4
+Size (ansible-compat-4.1.10.tar.gz) = 72127 bytes



Home | Main Index | Thread Index | Old Index