diff options
author | Dmitry Sivachenko <demon@FreeBSD.org> | 2023-05-18 14:56:20 +0000 |
---|---|---|
committer | Dmitry Sivachenko <demon@FreeBSD.org> | 2023-05-18 14:56:46 +0000 |
commit | a5726fafbff7162607246deb79bb5c64e2133eff (patch) | |
tree | ad51c761927f396f0a2338ce13e4547b974ffe15 /dns | |
parent | 02cde322b64d600b5a53467347d0d8454250247b (diff) | |
download | freebsd-ports-a5726fafbff7162607246deb79bb5c64e2133eff.zip |
dns/py-pycares: update to version 4.3.0.
Diffstat (limited to 'dns')
-rw-r--r-- | dns/py-pycares/Makefile | 4 | ||||
-rw-r--r-- | dns/py-pycares/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/dns/py-pycares/Makefile b/dns/py-pycares/Makefile index c169ae2976fe..3a7c2556b0f2 100644 --- a/dns/py-pycares/Makefile +++ b/dns/py-pycares/Makefile @@ -1,5 +1,5 @@ PORTNAME= pycares -PORTVERSION= 4.1.2 +PORTVERSION= 4.3.0 CATEGORIES= dns python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cffi>=1.5.0:devel/py-cffi@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cffi>=1.5.0:devel/py-cffi@${PY_FLAVOR} -USES= python:3.6+ +USES= python:3.7+ USE_PYTHON= distutils autoplist OPTIONS_DEFINE= IDNA diff --git a/dns/py-pycares/distinfo b/dns/py-pycares/distinfo index af2345f7046b..c2799223ed10 100644 --- a/dns/py-pycares/distinfo +++ b/dns/py-pycares/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1646768958 -SHA256 (pycares-4.1.2.tar.gz) = 03490be0e7b51a0c8073f877bec347eff31003f64f57d9518d419d9369452837 -SIZE (pycares-4.1.2.tar.gz) = 819726 +TIMESTAMP = 1684420027 +SHA256 (pycares-4.3.0.tar.gz) = c542696f6dac978e9d99192384745a65f80a7d9450501151e4a7563e06010d45 +SIZE (pycares-4.3.0.tar.gz) = 821580 |