pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/fail2ban fail2ban: Switch to PYTHON_VERSIONS_...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/40a5df477727
branches:  trunk
changeset: 389176:40a5df477727
user:      jperkin <jperkin%pkgsrc.org@localhost>
date:      Thu Dec 01 17:36:57 2022 +0000

description:
fail2ban: Switch to PYTHON_VERSIONS_ACCEPTED.

Old version is not compatible with python311.

diffstat:

 security/fail2ban/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 4b5d33135692 -r 40a5df477727 security/fail2ban/Makefile
--- a/security/fail2ban/Makefile        Thu Dec 01 15:16:28 2022 +0000
+++ b/security/fail2ban/Makefile        Thu Dec 01 17:36:57 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2022/07/12 08:41:25 jperkin Exp $
+# $NetBSD: Makefile,v 1.22 2022/12/01 17:36:57 jperkin Exp $
 
 DISTNAME=      fail2ban-0.11.2
 PKGREVISION=   2
@@ -15,7 +15,7 @@
 BUILD_DEPENDS+=        ${PYPKGPREFIX}-numpydoc-[0-9]*:../../textproc/py-numpydoc
 BUILD_DEPENDS+=        ${PYPKGPREFIX}-sphinx-[0-9]*:../../textproc/py-sphinx
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27 310
+PYTHON_VERSIONS_ACCEPTED=      39 38
 
 USE_TOOLS+=    make:build
 



Home | Main Index | Thread Index | Old Index