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.2.6



details:   https://anonhg.NetBSD.org/pkgsrc/rev/640c4c4cb7a8
branches:  trunk
changeset: 396680:640c4c4cb7a8
user:      adam <adam%pkgsrc.org@localhost>
date:      Thu Jun 06 21:16:37 2019 +0000

description:
py-lexicon: updated to 3.2.6

3.2.6:
Added provider specific dependency to setup.py
Futher pylint and python3 import
Pylint
Add gratisdns provider

3.2.5:
Update appveyor.yml
Update test_route53.py
Update CONTRIBUTING.md
Fix configuration of route53 tests
Update test running instructions to include top-level directory
Fix line too long
Use the logger.warning instead of the logger.warn shortcut
Skip dnsimple accounts without a plan

diffstat:

 net/py-lexicon/Makefile |   6 +++---
 net/py-lexicon/PLIST    |   8 +++++++-
 net/py-lexicon/distinfo |  10 +++++-----
 3 files changed, 15 insertions(+), 9 deletions(-)

diffs (65 lines):

diff -r 306fa7d187ec -r 640c4c4cb7a8 net/py-lexicon/Makefile
--- a/net/py-lexicon/Makefile   Thu Jun 06 21:11:52 2019 +0000
+++ b/net/py-lexicon/Makefile   Thu Jun 06 21:16:37 2019 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.34 2019/05/07 08:00:03 adam Exp $
+# $NetBSD: Makefile,v 1.35 2019/06/06 21:16:37 adam Exp $
 
-DISTNAME=      dns-lexicon-3.2.4
+DISTNAME=      dns-lexicon-3.2.6
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/dns-//}
 CATEGORIES=    net python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=d/dns-lexicon/}
@@ -23,7 +23,7 @@
 
 post-install:
        cd ${DESTDIR}${PREFIX}/bin && \
-               ${MV} lexicon lexicon-${PYVERSSUFFIX} || ${TRUE}
+       ${MV} lexicon lexicon-${PYVERSSUFFIX} || ${TRUE}
 
 # Do not test providers
 do-test:
diff -r 306fa7d187ec -r 640c4c4cb7a8 net/py-lexicon/PLIST
--- a/net/py-lexicon/PLIST      Thu Jun 06 21:11:52 2019 +0000
+++ b/net/py-lexicon/PLIST      Thu Jun 06 21:16:37 2019 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.24 2019/05/07 08:00:03 adam Exp $
+@comment $NetBSD: PLIST,v 1.25 2019/06/06 21:16:37 adam Exp $
 bin/lexicon-${PYVERSSUFFIX}
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
@@ -93,6 +93,9 @@
 ${PYSITELIB}/lexicon/providers/googleclouddns.py
 ${PYSITELIB}/lexicon/providers/googleclouddns.pyc
 ${PYSITELIB}/lexicon/providers/googleclouddns.pyo
+${PYSITELIB}/lexicon/providers/gratisdns.py
+${PYSITELIB}/lexicon/providers/gratisdns.pyc
+${PYSITELIB}/lexicon/providers/gratisdns.pyo
 ${PYSITELIB}/lexicon/providers/henet.py
 ${PYSITELIB}/lexicon/providers/henet.pyc
 ${PYSITELIB}/lexicon/providers/henet.pyo
@@ -264,6 +267,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_gratisdns.py
+${PYSITELIB}/lexicon/tests/providers/test_gratisdns.pyc
+${PYSITELIB}/lexicon/tests/providers/test_gratisdns.pyo
 ${PYSITELIB}/lexicon/tests/providers/test_henet.py
 ${PYSITELIB}/lexicon/tests/providers/test_henet.pyc
 ${PYSITELIB}/lexicon/tests/providers/test_henet.pyo
diff -r 306fa7d187ec -r 640c4c4cb7a8 net/py-lexicon/distinfo
--- a/net/py-lexicon/distinfo   Thu Jun 06 21:11:52 2019 +0000
+++ b/net/py-lexicon/distinfo   Thu Jun 06 21:16:37 2019 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.34 2019/05/07 08:00:03 adam Exp $
+$NetBSD: distinfo,v 1.35 2019/06/06 21:16:37 adam Exp $
 
-SHA1 (dns-lexicon-3.2.4.tar.gz) = e6851bd463d193f8623b77bd72d18474b54ec410
-RMD160 (dns-lexicon-3.2.4.tar.gz) = 448790380cc0f6365c0e8f18fbf43ae2bdaba76d
-SHA512 (dns-lexicon-3.2.4.tar.gz) = 2d5ade442d0c5dc74b3ddf5bf605377ca222c674714a8f7b962f3317ed37da51b964fe4ba6faed4b31ceded6607c612196d3e39df6720f8944837228473650ff
-Size (dns-lexicon-3.2.4.tar.gz) = 128568 bytes
+SHA1 (dns-lexicon-3.2.6.tar.gz) = 8edc43809eadf6e8fd03ca1a781c6efc4ede7a4c
+RMD160 (dns-lexicon-3.2.6.tar.gz) = f140ddec706c1a160d3bf9642add3733425638a8
+SHA512 (dns-lexicon-3.2.6.tar.gz) = 349215c57111fb7b6bcd66169019ece62763781299806a15b5b4546381ed520dd462bfa91296d23b5b3804a8d2c63c2b8624c4863180346930ff048d9a8f6624
+Size (dns-lexicon-3.2.6.tar.gz) = 126016 bytes



Home | Main Index | Thread Index | Old Index