diff options
author | fhajny <fhajny@pkgsrc.org> | 2018-09-10 12:15:14 +0000 |
---|---|---|
committer | fhajny <fhajny@pkgsrc.org> | 2018-09-10 12:15:14 +0000 |
commit | c8c1d6ee41653c80983f2df66b0578d4ca84394d (patch) | |
tree | 21996a839aa2114a38f04d4c52d015ae4ad53ed3 /net/py-lexicon | |
parent | c7737260dbed70e663441b54307327b3078d8808 (diff) | |
download | pkgsrc-c8c1d6ee41653c80983f2df66b0578d4ca84394d.tar.gz |
net/py-lexicon: Update to 2.7.2.
2.7.2
- Update online cassette
- online api change: domain_id became simply domain name
2.7.1
- Remove route53 tests, boto recordings no longer work.
- Create a library unit test suite
- [Gehirn Web Service] fix 400 response on GET request
- Update setup.py adding cryptography to the setup.py file
- Use ImportError instead of subclass ModuleNotFoundError, which is
supported only by python 3.6
Diffstat (limited to 'net/py-lexicon')
-rw-r--r-- | net/py-lexicon/Makefile | 4 | ||||
-rw-r--r-- | net/py-lexicon/distinfo | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/net/py-lexicon/Makefile b/net/py-lexicon/Makefile index 36112fa0f30..c7c5d10c1e5 100644 --- a/net/py-lexicon/Makefile +++ b/net/py-lexicon/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.29 2018/07/17 16:14:46 fhajny Exp $ +# $NetBSD: Makefile,v 1.30 2018/09/10 12:15:14 fhajny Exp $ -DISTNAME= lexicon-2.7.0 +DISTNAME= lexicon-2.7.2 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= net MASTER_SITES= ${MASTER_SITE_GITHUB:=AnalogJ/} diff --git a/net/py-lexicon/distinfo b/net/py-lexicon/distinfo index a7fe5675e84..4d3cac961c1 100644 --- a/net/py-lexicon/distinfo +++ b/net/py-lexicon/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.29 2018/07/17 16:14:46 fhajny Exp $ +$NetBSD: distinfo,v 1.30 2018/09/10 12:15:14 fhajny Exp $ -SHA1 (lexicon-2.7.0.tar.gz) = d259c8a22c95ffeae5ba5270a035801671767830 -RMD160 (lexicon-2.7.0.tar.gz) = 409fe41570fcb245bfd3b374308390b29ff20354 -SHA512 (lexicon-2.7.0.tar.gz) = a7d399b09522f0cfc3110160596fed9a7ef0ced18690201feebea1e36b9e8c806a24c4832731c2118253cb12a0ca6eaeb895a0cfd90a5a905118c63ee34b571a -Size (lexicon-2.7.0.tar.gz) = 714096 bytes +SHA1 (lexicon-2.7.2.tar.gz) = 9cac36eb8e880ea4e46db4f44d50de4066e09fc7 +RMD160 (lexicon-2.7.2.tar.gz) = 75e7fecf8e037e5746a7daa252db3f4881a941c0 +SHA512 (lexicon-2.7.2.tar.gz) = eb7cf92a01a181522ca6a4cc2e4bdb1112401782f7c6c86b757d65e43ad95d3c69379ac1b2d969e15088a8aff9204c4f9e21f9c1b7a67f798697b3192d8c6ccf +Size (lexicon-2.7.2.tar.gz) = 714993 bytes SHA1 (patch-setup.py) = 3ac3b6164e79d488a0592af6ec71539246376b70 |