Skip to content

Commit c4350cf

Browse files
author
adam
committed
ansible: updated to 10.0.1
v10.0.1 This release updates 10.0.0 by removing binary files from a Windows venv that accidentally were included in two collection releases.
1 parent e3552ad commit c4350cf

3 files changed

Lines changed: 410 additions & 4153 deletions

File tree

sysutils/ansible/Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# $NetBSD: Makefile,v 1.74 2024/05/22 05:07:26 adam Exp $
1+
# $NetBSD: Makefile,v 1.75 2024/06/18 12:20:20 adam Exp $
22

3-
DISTNAME= ansible-9.6.0
3+
DISTNAME= ansible-10.0.1
44
CATEGORIES= sysutils python
55
MASTER_SITES= ${MASTER_SITE_PYPI:=a/ansible/}
66

@@ -13,7 +13,7 @@ PREV_PKGPATH= sysutils/ansible2
1313

1414
TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
1515
TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
16-
DEPENDS+= ansible-core>=2.16.7:../../sysutils/ansible-core
16+
DEPENDS+= ansible-core>=2.17.0:../../sysutils/ansible-core
1717

1818
USE_LANGUAGES= # none
1919

0 commit comments

Comments
 (0)