dns/py-dns-crawler: Update to 1.6.5

Changes:	https://gitlab.nic.cz/adam/dns-crawler/-/blob/master/CHANGELOG.md
This commit is contained in:
Po-Chuan Hsieh 2024-11-27 10:34:19 +08:00
parent 6f3a5814c0
commit 6d647cb68a
No known key found for this signature in database
GPG key ID: 9A4BD10F002DD04B
3 changed files with 8 additions and 8 deletions

View file

@ -1,9 +1,9 @@
PORTNAME= dns-crawler PORTNAME= dns-crawler
PORTVERSION= 1.6.3 PORTVERSION= 1.6.5
PORTREVISION= 2
CATEGORIES= dns python CATEGORIES= dns python
MASTER_SITES= PYPI MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= dns_crawler-${PORTVERSION}
MAINTAINER= sunpoet@FreeBSD.org MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Crawler for getting info about DNS domains and services COMMENT= Crawler for getting info about DNS domains and services
@ -25,7 +25,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}asn1crypto>=1.5.1:devel/py-asn1crypto@${PY_F
${PYTHON_PKGNAMEPREFIX}hstspreload>=0:www/py-hstspreload@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}hstspreload>=0:www/py-hstspreload@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}idna>=2.10:dns/py-idna@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}idna>=2.10:dns/py-idna@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pyaml>=21.10.1:textproc/py-pyaml@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pyaml>=21.10.1:textproc/py-pyaml@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pyicu>=2.10.2:devel/py-pyicu@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pyicu>=2.13.1:devel/py-pyicu@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}openssl>=23.1.1,1:security/py-openssl@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}openssl>=23.1.1,1:security/py-openssl@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}python-magic>=0.4.27:devel/py-python-magic@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}python-magic>=0.4.27:devel/py-python-magic@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}redis>=4.5.4:databases/py-redis@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}redis>=4.5.4:databases/py-redis@${PY_FLAVOR} \

View file

@ -1,3 +1,3 @@
TIMESTAMP = 1710712500 TIMESTAMP = 1732260944
SHA256 (dns-crawler-1.6.3.tar.gz) = 4e794a9e7a978bdfd0f61e62144d4677c72626559632071d79623e917e57de6c SHA256 (dns_crawler-1.6.5.tar.gz) = f4ee4e98b7fae84e71e51422736ff1cdcf3f01653b5c6f73cb190f79b46115e4
SIZE (dns-crawler-1.6.3.tar.gz) = 45095 SIZE (dns_crawler-1.6.5.tar.gz) = 45203

View file

@ -16,7 +16,7 @@
hstspreload hstspreload
-idna==2.10 -idna==2.10
-pyaml==21.10.1 -pyaml==21.10.1
-PyICU==2.10.2 -PyICU==2.13.1
-pyOpenSSL==23.1.1 -pyOpenSSL==23.1.1
-redis==4.5.4 -redis==4.5.4
-requests_toolbelt==0.10.1 -requests_toolbelt==0.10.1
@ -28,7 +28,7 @@
\ No newline at end of file \ No newline at end of file
+idna>=2.10 +idna>=2.10
+pyaml>=21.10.1 +pyaml>=21.10.1
+PyICU>=2.10.2 +PyICU>=2.13.1
+pyOpenSSL>=23.1.1 +pyOpenSSL>=23.1.1
+redis>=4.5.4 +redis>=4.5.4
+requests_toolbelt>=0.10.1 +requests_toolbelt>=0.10.1