python3-dnsrecon: update to 1.2.0.

This commit is contained in:
Jason Elswick 2024-04-20 16:17:35 -05:00 committed by cinerea0
parent a1e8a41667
commit 52cff63e3d
2 changed files with 5 additions and 13 deletions

View File

@ -1,9 +0,0 @@
--- a/requirements.txt 2023-11-19 15:38:53.078304888 -0600
+++ b/requirements.txt 2023-11-19 16:00:30.710566194 -0600
@@ -1,6 +1,3 @@
dnspython>=2.0.0
netaddr
lxml
-flake8
-pytest
-

View File

@ -1,10 +1,10 @@
# Template file for 'python3-dnsrecon'
pkgname=python3-dnsrecon
version=1.1.5
version=1.2.0
revision=1
build_style=python3-module
build_style=python3-pep517
make_check_args="-k not(test_zone_transfer)"
hostmakedepends="python3-setuptools"
hostmakedepends="python3-wheel"
depends="python3 python3-netaddr python3-dnspython python3-lxml"
checkdepends="${depends} python3-flake8 python3-pyflakes python3-pytest"
short_desc="DNS enumeration script"
@ -12,4 +12,5 @@ maintainer="Jason Elswick <jason@jasondavid.tv>"
license="GPL-2.0-only"
homepage="https://github.com/darkoperator/dnsrecon"
distfiles="https://github.com/darkoperator/dnsrecon/archive/refs/tags/${version}.tar.gz"
checksum=528881c6f2cf759ce91c895c19345768902c3fd811b05dbdfba864f5980aef9c
checksum=76fe1d5f776116060bec93b296874a8f81606de3a58b5f926d8a2fbada74fe8a
make_check=no # requires python3-pytest >=8.0.0