diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2023-01-30 12:32:22 +0000 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2023-01-30 13:00:06 +0000 |
commit | 730d6212956fbc6e65fbf901f9f501de1cb42345 (patch) | |
tree | 6bb55669fb208fc3458b3b58325c916284718f2c | |
parent | 5d485f62c6dbdf09c8801c196f00f43a1d54cce4 (diff) |
dns/py-dns-lexicon: Update to 3.11.7
- Update version requirement of RUN_DEPENDS
Changes: https://github.com/AnalogJ/lexicon/releases
-rw-r--r-- | dns/py-dns-lexicon/Makefile | 5 | ||||
-rw-r--r-- | dns/py-dns-lexicon/distinfo | 6 |
2 files changed, 6 insertions, 5 deletions
diff --git a/dns/py-dns-lexicon/Makefile b/dns/py-dns-lexicon/Makefile index 37c7fe879dbc..7f1851f453c8 100644 --- a/dns/py-dns-lexicon/Makefile +++ b/dns/py-dns-lexicon/Makefile @@ -1,8 +1,9 @@ PORTNAME= dns-lexicon -PORTVERSION= 3.11.4 +PORTVERSION= 3.11.7 CATEGORIES= dns python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= dns_lexicon-${PORTVERSION} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Manipulate DNS records on various DNS providers in a standardized way @@ -31,7 +32,7 @@ OCI_DESC= Oracle Cloud Infrastructure (OCI) support ROUTE53_DESC= Route 53 support SOFTLAYER_DESC= SoftLayer (IBM Cloud) support -DDNS_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dnspython>=2:dns/py-dnspython@${PY_FLAVOR} +DDNS_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dnspython>=2,1:dns/py-dnspython@${PY_FLAVOR} GRANSY_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zeep>=3:net/py-zeep@${PY_FLAVOR} LOCALZONE_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}localzone>=0.9.8:dns/py-localzone@${PY_FLAVOR} OCI_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}oci>=2:devel/py-oci@${PY_FLAVOR} diff --git a/dns/py-dns-lexicon/distinfo b/dns/py-dns-lexicon/distinfo index 12cfd82b1d30..3ecea00da71e 100644 --- a/dns/py-dns-lexicon/distinfo +++ b/dns/py-dns-lexicon/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1661599287 -SHA256 (dns-lexicon-3.11.4.tar.gz) = eca3688a458bc59b9539591b90f6835cb0f90eccda56379b09d40345708fa3c6 -SIZE (dns-lexicon-3.11.4.tar.gz) = 152784 +TIMESTAMP = 1674589924 +SHA256 (dns_lexicon-3.11.7.tar.gz) = fb3969e9a33c056e95dce7c43712665d8937e2a05112e2f4c098ef86a9cf07d8 +SIZE (dns_lexicon-3.11.7.tar.gz) = 152814 |