diff --git a/dns/py-ns1-python/Makefile b/dns/py-ns1-python/Makefile index f34bf535fc92..f20b9e780a8a 100644 --- a/dns/py-ns1-python/Makefile +++ b/dns/py-ns1-python/Makefile @@ -1,21 +1,21 @@ PORTNAME= ns1-python -DISTVERSION= 0.16.0 +DISTVERSION= 0.17.1 CATEGORIES= dns python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= dch@FreeBSD.org COMMENT= Python SDK for accessing NS1, the Data Driven DNS platform LICENSE= MIT BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest-runner>0:devel/py-pytest-runner@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}mock>0:devel/py-mock@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>0:www/py-requests@${PY_FLAVOR} USES= python:3.6+ USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes .include diff --git a/dns/py-ns1-python/distinfo b/dns/py-ns1-python/distinfo index 1aed1224f928..60b05a6e2c9d 100644 --- a/dns/py-ns1-python/distinfo +++ b/dns/py-ns1-python/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1589961580 -SHA256 (ns1-python-0.16.0.tar.gz) = a5d1a7d149f6460361542ecb531a4a12cb4856fcaf6fc573a8dd215b4d160563 -SIZE (ns1-python-0.16.0.tar.gz) = 29202 +TIMESTAMP = 1646740163 +SHA256 (ns1-python-0.17.1.tar.gz) = 79fde304101ef127626cd6a75ea843b3f7fe6759b0c789b342042ad6091e3b9e +SIZE (ns1-python-0.17.1.tar.gz) = 31035 diff --git a/dns/py-ns1-python/files/patch-setup.py b/dns/py-ns1-python/files/patch-setup.py index 26944dcf9e5b..d6033af45bf9 100644 --- a/dns/py-ns1-python/files/patch-setup.py +++ b/dns/py-ns1-python/files/patch-setup.py @@ -1,11 +1,12 @@ ---- setup.py.orig 2020-05-18 08:21:51 UTC +--- setup.py.orig 2022-03-08 12:04:18 UTC +++ setup.py -@@ -21,7 +21,7 @@ setup( - author_email="devteam@ns1.com", +@@ -23,8 +23,7 @@ setup( url="https://github.com/ns1/ns1-python", packages=find_packages(exclude=["tests", "examples"]), -- setup_requires=["pytest-runner", "wheel",], -+ setup_requires=["pytest-runner"], - tests_require=["pytest", "pytest-pep8", "pytest-cov", "mock",], - keywords="dns development rest sdk ns1 nsone", - classifiers=[ + setup_requires=[ +- "pytest-runner", +- "wheel", ++ "pytest-runner" + ], + tests_require=[ + "pytest",