git: 38ab63405edb - main - dns/py-ns1-python: update to 0.17.1
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 09 Mar 2022 09:02:50 UTC
The branch main has been updated by dch:
URL: https://cgit.FreeBSD.org/ports/commit/?id=38ab63405edb0ee89171e316268dfe78e05221e6
commit 38ab63405edb0ee89171e316268dfe78e05221e6
Author: Dave Cottlehuber <dch@FreeBSD.org>
AuthorDate: 2022-03-08 11:56:34 +0000
Commit: Dave Cottlehuber <dch@FreeBSD.org>
CommitDate: 2022-03-09 08:42:52 +0000
dns/py-ns1-python: update to 0.17.1
---
dns/py-ns1-python/Makefile | 2 +-
dns/py-ns1-python/distinfo | 6 +++---
dns/py-ns1-python/files/patch-setup.py | 17 +++++++++--------
3 files changed, 13 insertions(+), 12 deletions(-)
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,5 +1,5 @@
PORTNAME= ns1-python
-DISTVERSION= 0.16.0
+DISTVERSION= 0.17.1
CATEGORIES= dns python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
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",