pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/ansible



Module Name:    pkgsrc
Committed By:   kim
Date:           Wed Dec 17 11:48:11 UTC 2025

Modified Files:
        pkgsrc/sysutils/ansible: Makefile

Log Message:
ansible: Fix ansible-core dependency version upper limit (again)


To generate a diff of this commit:
cvs rdiff -u -r1.102 -r1.103 pkgsrc/sysutils/ansible/Makefile

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/Makefile
diff -u pkgsrc/sysutils/ansible/Makefile:1.102 pkgsrc/sysutils/ansible/Makefile:1.103
--- pkgsrc/sysutils/ansible/Makefile:1.102      Wed Dec 10 12:44:19 2025
+++ pkgsrc/sysutils/ansible/Makefile    Wed Dec 17 11:48:11 2025
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.102 2025/12/10 12:44:19 adam Exp $
+# $NetBSD: Makefile,v 1.103 2025/12/17 11:48:11 kim Exp $
 
 DISTNAME=      ansible-13.1.0
+PKGREVISION=   1
 CATEGORIES=    sysutils python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=a/ansible/}
 
@@ -16,7 +17,7 @@ TOOL_DEPENDS+=        ${PYPKGPREFIX}-setuptools
 # Each ansible release tracks a specific release branch of ansible-core.
 # Enforce this by using an upper limit for the dependency version.
 # PLEASE KEEP THE UPPER LIMIT WHEN UPGRADING THIS PACKAGE.
-DEPENDS+=      ansible-core>=2.20.1<2.30:../../sysutils/ansible-core
+DEPENDS+=      ansible-core>=2.20.1<2.21:../../sysutils/ansible-core
 
 USE_LANGUAGES= # none
 



Home | Main Index | Thread Index | Old Index