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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/83633eec7b26
branches:  trunk
changeset: 378315:83633eec7b26
user:      adam <adam%pkgsrc.org@localhost>
date:      Mon May 02 07:51:19 2022 +0000

description:
py-lexicon: updated to 3.10.0

3.10.0

Added

Add --zone-id CLI flag for route53 provider
Add yandexcloud provider dedicated to Yandex Cloud solution

Modified

Improve documentation with auto-generation
Clarify that yandex provider supports Yandex PDD only
Use UUIDs in aliyun provider to avoid nonce collisions

diffstat:

 net/py-lexicon/Makefile |  4 ++--
 net/py-lexicon/PLIST    |  5 ++++-
 net/py-lexicon/distinfo |  8 ++++----
 3 files changed, 10 insertions(+), 7 deletions(-)

diffs (44 lines):

diff -r 48424a5b6a6b -r 83633eec7b26 net/py-lexicon/Makefile
--- a/net/py-lexicon/Makefile   Mon May 02 07:49:32 2022 +0000
+++ b/net/py-lexicon/Makefile   Mon May 02 07:51:19 2022 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.71 2022/04/26 10:36:22 adam Exp $
+# $NetBSD: Makefile,v 1.72 2022/05/02 07:51:19 adam Exp $
 
-DISTNAME=      dns-lexicon-3.9.5
+DISTNAME=      dns-lexicon-3.10.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/dns-//}
 CATEGORIES=    net python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=d/dns-lexicon/}
diff -r 48424a5b6a6b -r 83633eec7b26 net/py-lexicon/PLIST
--- a/net/py-lexicon/PLIST      Mon May 02 07:49:32 2022 +0000
+++ b/net/py-lexicon/PLIST      Mon May 02 07:51:19 2022 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.40 2022/04/26 10:36:22 adam Exp $
+@comment $NetBSD: PLIST,v 1.41 2022/05/02 07:51:19 adam Exp $
 bin/lexicon-${PYVERSSUFFIX}
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
@@ -255,6 +255,9 @@
 ${PYSITELIB}/lexicon/providers/yandex.py
 ${PYSITELIB}/lexicon/providers/yandex.pyc
 ${PYSITELIB}/lexicon/providers/yandex.pyo
+${PYSITELIB}/lexicon/providers/yandexcloud.py
+${PYSITELIB}/lexicon/providers/yandexcloud.pyc
+${PYSITELIB}/lexicon/providers/yandexcloud.pyo
 ${PYSITELIB}/lexicon/providers/zeit.py
 ${PYSITELIB}/lexicon/providers/zeit.pyc
 ${PYSITELIB}/lexicon/providers/zeit.pyo
diff -r 48424a5b6a6b -r 83633eec7b26 net/py-lexicon/distinfo
--- a/net/py-lexicon/distinfo   Mon May 02 07:49:32 2022 +0000
+++ b/net/py-lexicon/distinfo   Mon May 02 07:51:19 2022 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.70 2022/04/26 10:36:22 adam Exp $
+$NetBSD: distinfo,v 1.71 2022/05/02 07:51:19 adam Exp $
 
-BLAKE2s (dns-lexicon-3.9.5.tar.gz) = c5652c885ecf70601332ef37dcf3b25f370891947677dff4fcaf04d4bc6694d2
-SHA512 (dns-lexicon-3.9.5.tar.gz) = 88a043fcf03e024ef16fb6b336c595302022c95c1af28a9e601826f82985ced5f254dff58a67e7a1cdb195e08bbd50f65e39acd53103945c156746a32e26b301
-Size (dns-lexicon-3.9.5.tar.gz) = 145880 bytes
+BLAKE2s (dns-lexicon-3.10.0.tar.gz) = 6b0440bc443c3355d355bd39458b08bb6322387637a47dee667e698dc2dbf4db
+SHA512 (dns-lexicon-3.10.0.tar.gz) = b6a67eee8a2c416b09b81c3c01ca4b06e946adaa27054facb8853093f345fd2ca2558984950d4041a5d786d0e19ab47a09b653cdd411b9671995ffbb15e49064
+Size (dns-lexicon-3.10.0.tar.gz) = 149694 bytes



Home | Main Index | Thread Index | Old Index