pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/py-lexicon py-lexicon: updated to 3.3.16



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1722546db6bc
branches:  trunk
changeset: 347472:1722546db6bc
user:      adam <adam%pkgsrc.org@localhost>
date:      Sat Jan 11 16:17:39 2020 +0000

description:
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:

 net/py-lexicon/Makefile |   4 ++--
 net/py-lexicon/PLIST    |  17 +++++++++++++----
 net/py-lexicon/distinfo |  10 +++++-----
 3 files changed, 20 insertions(+), 11 deletions(-)

diffs (86 lines):

diff -r 13d4ff5b22f3 -r 1722546db6bc net/py-lexicon/Makefile
--- a/net/py-lexicon/Makefile   Sat Jan 11 16:12:48 2020 +0000
+++ b/net/py-lexicon/Makefile   Sat Jan 11 16:17:39 2020 +0000
@@ -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 -r 13d4ff5b22f3 -r 1722546db6bc net/py-lexicon/PLIST
--- a/net/py-lexicon/PLIST      Sat Jan 11 16:12:48 2020 +0000
+++ b/net/py-lexicon/PLIST      Sat Jan 11 16:17:39 2020 +0000
@@ -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/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/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_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_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_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 -r 13d4ff5b22f3 -r 1722546db6bc net/py-lexicon/distinfo
--- a/net/py-lexicon/distinfo   Sat Jan 11 16:12:48 2020 +0000
+++ b/net/py-lexicon/distinfo   Sat Jan 11 16:17:39 2020 +0000
@@ -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



Home | Main Index | Thread Index | Old Index