pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/net/py-lexicon
Module Name: pkgsrc
Committed By: adam
Date: Sat Jan 11 16:17:39 UTC 2020
Modified Files:
pkgsrc/net/py-lexicon: Makefile PLIST distinfo
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r1.40 -r1.41 pkgsrc/net/py-lexicon/Makefile \
pkgsrc/net/py-lexicon/distinfo
cvs rdiff -u -r1.28 -r1.29 pkgsrc/net/py-lexicon/PLIST
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/net/py-lexicon/Makefile
diff -u pkgsrc/net/py-lexicon/Makefile:1.40 pkgsrc/net/py-lexicon/Makefile:1.41
--- pkgsrc/net/py-lexicon/Makefile:1.40 Sun Dec 15 09:19:56 2019
+++ pkgsrc/net/py-lexicon/Makefile Sat Jan 11 16:17:39 2020
@@ -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/}
Index: pkgsrc/net/py-lexicon/distinfo
diff -u pkgsrc/net/py-lexicon/distinfo:1.40 pkgsrc/net/py-lexicon/distinfo:1.41
--- pkgsrc/net/py-lexicon/distinfo:1.40 Sun Dec 15 09:19:56 2019
+++ pkgsrc/net/py-lexicon/distinfo Sat Jan 11 16:17:39 2020
@@ -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
Index: pkgsrc/net/py-lexicon/PLIST
diff -u pkgsrc/net/py-lexicon/PLIST:1.28 pkgsrc/net/py-lexicon/PLIST:1.29
--- pkgsrc/net/py-lexicon/PLIST:1.28 Thu Nov 14 18:01:56 2019
+++ pkgsrc/net/py-lexicon/PLIST Sat Jan 11 16:17:39 2020
@@ -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.p
${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.p
${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/tes
${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/tes
${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/tes
${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
Home |
Main Index |
Thread Index |
Old Index