Skip to content
Snippets Groups Projects
Commit 38ab6340 authored by Dave Cottlehuber's avatar Dave Cottlehuber
Browse files

dns/py-ns1-python: update to 0.17.1

parent b486c815
No related merge requests found
PORTNAME= ns1-python
DISTVERSION= 0.16.0
DISTVERSION= 0.17.1
CATEGORIES= dns python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
......
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
--- 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",
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment