summaryrefslogtreecommitdiff
path: root/net/py-lexicon
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2020-01-11 16:17:39 +0000
committeradam <adam@pkgsrc.org>2020-01-11 16:17:39 +0000
commitf3ed57be1ab82e691bc007589eb5066b0b3a8854 (patch)
tree6d1fb99da208360d31434720ebb15be8a507efca /net/py-lexicon
parentd639f87ed17a33fbd48b30c3944ee2623b072e22 (diff)
downloadpkgsrc-f3ed57be1ab82e691bc007589eb5066b0b3a8854.tar.gz
py-lexicon: updated to 3.3.16
3.3.16 Introduce Gransy provider. Fix Subreg.cz nameserver name. 3.3.15 Update godaddy.py 3.3.14 Adds subaction as query parameter instead of using url argument. Addresses code style. Removes unnecessary print statement. Adds code author info and link to API docs. Adds test recordings for EUserv provider. Fixes case when identifier is None. Attempts to find the identifier with the given arguments.Adds test class for EUserv with filtering. Adds macOS specific .DS_Store file. Fixes determining subdomain parameter. This provider automatically appends the domain name to the subdomain. Therefore, it needs to be removed from the parameter in case the name argument contains it. Adds support for deleting records. Adds support for updating records. Moves TTL and priority parameter processing to helper functions. Adds support for creating records. Adds logger calls and small fixes. Adds support for listing records. Adds retrieval of actual domain ID. Initial version of EUserv provider with working authentication. 3.3.13 Fix auto provider handling of parameters. 3.3.12 Change uri check after login for easyname.
Diffstat (limited to 'net/py-lexicon')
-rw-r--r--net/py-lexicon/Makefile4
-rw-r--r--net/py-lexicon/PLIST17
-rw-r--r--net/py-lexicon/distinfo10
3 files changed, 20 insertions, 11 deletions
diff --git a/net/py-lexicon/Makefile b/net/py-lexicon/Makefile
index 1ef88ac7a2f..6032c6c4572 100644
--- a/net/py-lexicon/Makefile
+++ b/net/py-lexicon/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.40 2019/12/15 09:19:56 adam Exp $
+# $NetBSD: Makefile,v 1.41 2020/01/11 16:17:39 adam Exp $
-DISTNAME= dns-lexicon-3.3.11
+DISTNAME= dns-lexicon-3.3.16
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/dns-//}
CATEGORIES= net python
MASTER_SITES= ${MASTER_SITE_PYPI:=d/dns-lexicon/}
diff --git a/net/py-lexicon/PLIST b/net/py-lexicon/PLIST
index 76c85ca89d9..f7aa1ce0ec4 100644
--- a/net/py-lexicon/PLIST
+++ b/net/py-lexicon/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.28 2019/11/14 18:01:56 adam Exp $
+@comment $NetBSD: PLIST,v 1.29 2020/01/11 16:17:39 adam Exp $
bin/lexicon-${PYVERSSUFFIX}
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
@@ -90,6 +90,9 @@ ${PYSITELIB}/lexicon/providers/easydns.pyo
${PYSITELIB}/lexicon/providers/easyname.py
${PYSITELIB}/lexicon/providers/easyname.pyc
${PYSITELIB}/lexicon/providers/easyname.pyo
+${PYSITELIB}/lexicon/providers/euserv.py
+${PYSITELIB}/lexicon/providers/euserv.pyc
+${PYSITELIB}/lexicon/providers/euserv.pyo
${PYSITELIB}/lexicon/providers/exoscale.py
${PYSITELIB}/lexicon/providers/exoscale.pyc
${PYSITELIB}/lexicon/providers/exoscale.pyo
@@ -108,6 +111,9 @@ ${PYSITELIB}/lexicon/providers/godaddy.pyo
${PYSITELIB}/lexicon/providers/googleclouddns.py
${PYSITELIB}/lexicon/providers/googleclouddns.pyc
${PYSITELIB}/lexicon/providers/googleclouddns.pyo
+${PYSITELIB}/lexicon/providers/gransy.py
+${PYSITELIB}/lexicon/providers/gransy.pyc
+${PYSITELIB}/lexicon/providers/gransy.pyo
${PYSITELIB}/lexicon/providers/gratisdns.py
${PYSITELIB}/lexicon/providers/gratisdns.pyc
${PYSITELIB}/lexicon/providers/gratisdns.pyo
@@ -288,6 +294,9 @@ ${PYSITELIB}/lexicon/tests/providers/test_easydns.pyo
${PYSITELIB}/lexicon/tests/providers/test_easyname.py
${PYSITELIB}/lexicon/tests/providers/test_easyname.pyc
${PYSITELIB}/lexicon/tests/providers/test_easyname.pyo
+${PYSITELIB}/lexicon/tests/providers/test_euserv.py
+${PYSITELIB}/lexicon/tests/providers/test_euserv.pyc
+${PYSITELIB}/lexicon/tests/providers/test_euserv.pyo
${PYSITELIB}/lexicon/tests/providers/test_exoscale.py
${PYSITELIB}/lexicon/tests/providers/test_exoscale.pyc
${PYSITELIB}/lexicon/tests/providers/test_exoscale.pyo
@@ -306,6 +315,9 @@ ${PYSITELIB}/lexicon/tests/providers/test_godaddy.pyo
${PYSITELIB}/lexicon/tests/providers/test_googleclouddns.py
${PYSITELIB}/lexicon/tests/providers/test_googleclouddns.pyc
${PYSITELIB}/lexicon/tests/providers/test_googleclouddns.pyo
+${PYSITELIB}/lexicon/tests/providers/test_gransy.py
+${PYSITELIB}/lexicon/tests/providers/test_gransy.pyc
+${PYSITELIB}/lexicon/tests/providers/test_gransy.pyo
${PYSITELIB}/lexicon/tests/providers/test_gratisdns.py
${PYSITELIB}/lexicon/tests/providers/test_gratisdns.pyc
${PYSITELIB}/lexicon/tests/providers/test_gratisdns.pyo
@@ -399,9 +411,6 @@ ${PYSITELIB}/lexicon/tests/providers/test_sakuracloud.pyo
${PYSITELIB}/lexicon/tests/providers/test_softlayer.py
${PYSITELIB}/lexicon/tests/providers/test_softlayer.pyc
${PYSITELIB}/lexicon/tests/providers/test_softlayer.pyo
-${PYSITELIB}/lexicon/tests/providers/test_subreg.py
-${PYSITELIB}/lexicon/tests/providers/test_subreg.pyc
-${PYSITELIB}/lexicon/tests/providers/test_subreg.pyo
${PYSITELIB}/lexicon/tests/providers/test_transip.py
${PYSITELIB}/lexicon/tests/providers/test_transip.pyc
${PYSITELIB}/lexicon/tests/providers/test_transip.pyo
diff --git a/net/py-lexicon/distinfo b/net/py-lexicon/distinfo
index a70b01f3da2..654bb9f445d 100644
--- a/net/py-lexicon/distinfo
+++ b/net/py-lexicon/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.40 2019/12/15 09:19:56 adam Exp $
+$NetBSD: distinfo,v 1.41 2020/01/11 16:17:39 adam Exp $
-SHA1 (dns-lexicon-3.3.11.tar.gz) = 0cd5aed93cdeaff43e07cfc5460fb15acb46ae76
-RMD160 (dns-lexicon-3.3.11.tar.gz) = 8b709276d0c703333749607c250451cfe47fedb8
-SHA512 (dns-lexicon-3.3.11.tar.gz) = 911efe2c6aba912a6cb77d685eb75c3c3b5b45a0e4d8d928b180adfff9abe77cf9023ca48af900ff17b1e28a50cedf74086011edaeb6c2a5bfd17fd43351719b
-Size (dns-lexicon-3.3.11.tar.gz) = 146640 bytes
+SHA1 (dns-lexicon-3.3.16.tar.gz) = 5b3ad767e305b378a42a69c6d6aff42c8abf0fa3
+RMD160 (dns-lexicon-3.3.16.tar.gz) = 7cbd902a6ea4c69fdd10641ffda6087cdbd0cef3
+SHA512 (dns-lexicon-3.3.16.tar.gz) = cad58ccb0a9fafb699f989dc90b52b6a4ee42b1383e21abafc47057afdcbe180451196445a2f54341ea16d850ac5073ff2e7d70f1776c06e6c65959b6e5aca36
+Size (dns-lexicon-3.3.16.tar.gz) = 149611 bytes