Date: Wed, 27 Nov 2024 02:40:58 GMT From: Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 6d647cb68abe - main - dns/py-dns-crawler: Update to 1.6.5 Message-ID: <202411270240.4AR2ewdq019372@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=6d647cb68abe7a7a148bee55ea3a061c01586d1b commit 6d647cb68abe7a7a148bee55ea3a061c01586d1b Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-11-27 02:34:19 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-11-27 02:34:19 +0000 dns/py-dns-crawler: Update to 1.6.5 Changes: https://gitlab.nic.cz/adam/dns-crawler/-/blob/master/CHANGELOG.md --- dns/py-dns-crawler/Makefile | 6 +++--- dns/py-dns-crawler/distinfo | 6 +++--- dns/py-dns-crawler/files/patch-requirements.txt | 4 ++-- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/dns/py-dns-crawler/Makefile b/dns/py-dns-crawler/Makefile index e875e08cc056..11b6d007b554 100644 --- a/dns/py-dns-crawler/Makefile +++ b/dns/py-dns-crawler/Makefile @@ -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} \ diff --git a/dns/py-dns-crawler/distinfo b/dns/py-dns-crawler/distinfo index 448f4a08dd5c..4c05debd5c6e 100644 --- a/dns/py-dns-crawler/distinfo +++ b/dns/py-dns-crawler/distinfo @@ -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 diff --git a/dns/py-dns-crawler/files/patch-requirements.txt b/dns/py-dns-crawler/files/patch-requirements.txt index 037bc2501ab5..2d5e0b3cc888 100644 --- a/dns/py-dns-crawler/files/patch-requirements.txt +++ b/dns/py-dns-crawler/files/patch-requirements.txt @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202411270240.4AR2ewdq019372>