pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/fail2ban



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Thu Dec  1 17:36:57 UTC 2022

Modified Files:
        pkgsrc/security/fail2ban: Makefile

Log Message:
fail2ban: Switch to PYTHON_VERSIONS_ACCEPTED.

Old version is not compatible with python311.


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 pkgsrc/security/fail2ban/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/security/fail2ban/Makefile
diff -u pkgsrc/security/fail2ban/Makefile:1.21 pkgsrc/security/fail2ban/Makefile:1.22
--- pkgsrc/security/fail2ban/Makefile:1.21      Tue Jul 12 08:41:25 2022
+++ pkgsrc/security/fail2ban/Makefile   Thu Dec  1 17:36:57 2022
@@ -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 @@ DEPENDS+=     ${PYPKGPREFIX}-sqlite3-[0-9]*:
 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