mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
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:
parent
6f3a5814c0
commit
6d647cb68a
3 changed files with 8 additions and 8 deletions
|
@ -1,9 +1,9 @@
|
|||
PORTNAME= dns-crawler
|
||||
PORTVERSION= 1.6.3
|
||||
PORTREVISION= 2
|
||||
PORTVERSION= 1.6.5
|
||||
CATEGORIES= dns python
|
||||
MASTER_SITES= PYPI
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
DISTNAME= dns_crawler-${PORTVERSION}
|
||||
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
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}idna>=2.10:dns/py-idna@${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}python-magic>=0.4.27:devel/py-python-magic@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}redis>=4.5.4:databases/py-redis@${PY_FLAVOR} \
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1710712500
|
||||
SHA256 (dns-crawler-1.6.3.tar.gz) = 4e794a9e7a978bdfd0f61e62144d4677c72626559632071d79623e917e57de6c
|
||||
SIZE (dns-crawler-1.6.3.tar.gz) = 45095
|
||||
TIMESTAMP = 1732260944
|
||||
SHA256 (dns_crawler-1.6.5.tar.gz) = f4ee4e98b7fae84e71e51422736ff1cdcf3f01653b5c6f73cb190f79b46115e4
|
||||
SIZE (dns_crawler-1.6.5.tar.gz) = 45203
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
hstspreload
|
||||
-idna==2.10
|
||||
-pyaml==21.10.1
|
||||
-PyICU==2.10.2
|
||||
-PyICU==2.13.1
|
||||
-pyOpenSSL==23.1.1
|
||||
-redis==4.5.4
|
||||
-requests_toolbelt==0.10.1
|
||||
|
@ -28,7 +28,7 @@
|
|||
\ No newline at end of file
|
||||
+idna>=2.10
|
||||
+pyaml>=21.10.1
|
||||
+PyICU>=2.10.2
|
||||
+PyICU>=2.13.1
|
||||
+pyOpenSSL>=23.1.1
|
||||
+redis>=4.5.4
|
||||
+requests_toolbelt>=0.10.1
|
||||
|
|
Loading…
Add table
Reference in a new issue