dns/py-ns1-python: update to 0.17.1

This commit is contained in:
Dave Cottlehuber 2022-03-08 11:56:34 +00:00
parent b486c815e4
commit 38ab63405e
3 changed files with 13 additions and 12 deletions

View File

@ -1,5 +1,5 @@
PORTNAME= ns1-python
DISTVERSION= 0.16.0
DISTVERSION= 0.17.1
CATEGORIES= dns python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}

View File

@ -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

View File

@ -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",