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:           Mon Apr  6 10:50:19 UTC 2020

Modified Files:
        pkgsrc/net/py-lexicon: Makefile distinfo

Log Message:
py-lexicon: updated to 3.3.19

v3.3.19
Fix linting complaints for snakecase
Correct indentation
Fix error handling for "zone not found"
line length
Add new ZoneNotFoundError exception
Correct path to vcrpy recordings in docs
Update zone used in tests, and vcrpy recordings
Update nameserver domais and API token URL
Delete records in the wrong path


To generate a diff of this commit:
cvs rdiff -u -r1.43 -r1.44 pkgsrc/net/py-lexicon/Makefile \
    pkgsrc/net/py-lexicon/distinfo

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.43 pkgsrc/net/py-lexicon/Makefile:1.44
--- pkgsrc/net/py-lexicon/Makefile:1.43 Sun Mar 22 11:15:14 2020
+++ pkgsrc/net/py-lexicon/Makefile      Mon Apr  6 10:50:19 2020
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.43 2020/03/22 11:15:14 adam Exp $
+# $NetBSD: Makefile,v 1.44 2020/04/06 10:50:19 adam Exp $
 
-DISTNAME=      dns-lexicon-3.3.18
+DISTNAME=      dns-lexicon-3.3.19
 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.43 pkgsrc/net/py-lexicon/distinfo:1.44
--- pkgsrc/net/py-lexicon/distinfo:1.43 Sun Mar 22 11:15:14 2020
+++ pkgsrc/net/py-lexicon/distinfo      Mon Apr  6 10:50:19 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.43 2020/03/22 11:15:14 adam Exp $
+$NetBSD: distinfo,v 1.44 2020/04/06 10:50:19 adam Exp $
 
-SHA1 (dns-lexicon-3.3.18.tar.gz) = 8dc59c01b4b45f8104d039e430a987f9235ff869
-RMD160 (dns-lexicon-3.3.18.tar.gz) = 4f03e891119774b0c7db28d9f54312027fa3c0fd
-SHA512 (dns-lexicon-3.3.18.tar.gz) = 7b7c385460068e5b2edaf82f90b290e971bbe21835e8e866a59b23171001a611f8da22637507b16137ff6c00356411e91595f3265a9cb2f7af49914ea8cc1d2f
-Size (dns-lexicon-3.3.18.tar.gz) = 150043 bytes
+SHA1 (dns-lexicon-3.3.19.tar.gz) = 4d5345aa5de03743a41865e17d97be9e974d5480
+RMD160 (dns-lexicon-3.3.19.tar.gz) = 4ae0f7128257049ba9a9e80c68adbcfc573775f8
+SHA512 (dns-lexicon-3.3.19.tar.gz) = ca3a7d3e453317441d42f75f6d20423e9acf8a9fa603bb5a7913de4176f9f69da62c21992383eae09e16073c2a8df6bb03bc43ba694776fd54e8b8ed699806f6
+Size (dns-lexicon-3.3.19.tar.gz) = 150106 bytes



Home | Main Index | Thread Index | Old Index