diff options
author | adam <adam@pkgsrc.org> | 2020-06-20 16:46:38 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2020-06-20 16:46:38 +0000 |
commit | 020b59dc75b4892f043cc72b7832790040e41dab (patch) | |
tree | 008d77faa1c3b7fc059753d08b4c440138708ebe /net/py-lexicon | |
parent | f6451652bd997afeacc7945fd3eea869e91ea4ec (diff) | |
download | pkgsrc-020b59dc75b4892f043cc72b7832790040e41dab.tar.gz |
py-lexicon: updated to 3.3.26
v3.3.26:
More straightforward approach to configure tests suites
v3.3.25:
Allow updating gandi rrset ttl. Previously, a rrset ttl could be set only when creating a new record
Final customizations for hetzner dns api v1. The main fix is, that hetzner does not need the fqdn as record name. This leads to major errors like: record name=sub1.my-fqdn.tld --> record created with final name sub1.my-fqdn.tld.my-fqdn.tld
Delete config.yml delete circleci integration. no longer necessary.
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 369caa17be5..678fb716765 100644 --- a/net/py-lexicon/Makefile +++ b/net/py-lexicon/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.47 2020/06/08 12:18:14 adam Exp $ +# $NetBSD: Makefile,v 1.48 2020/06/20 16:46:38 adam Exp $ -DISTNAME= dns-lexicon-3.3.24 +DISTNAME= dns-lexicon-3.3.26 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/dns-//} CATEGORIES= net python MASTER_SITES= ${MASTER_SITE_PYPI:=d/dns-lexicon/} diff --git a/net/py-lexicon/distinfo b/net/py-lexicon/distinfo index 234608b95b6..55dbe9c60e6 100644 --- a/net/py-lexicon/distinfo +++ b/net/py-lexicon/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.46 2020/06/08 12:18:14 adam Exp $ +$NetBSD: distinfo,v 1.47 2020/06/20 16:46:38 adam Exp $ -SHA1 (dns-lexicon-3.3.24.tar.gz) = 04f1abf48ef085c9672566e42acf58c4bda6442a -RMD160 (dns-lexicon-3.3.24.tar.gz) = 0f87317d394a76a652ab75630002b4dfd38f74cf -SHA512 (dns-lexicon-3.3.24.tar.gz) = 5583fdaf6a39650a1e06978f1fb2acf23da98e14f415c7c13294bb49024585ed6e9b3d943dc5976d33053946345715760138b1f2de152ea9ec2291e7a266a0a9 -Size (dns-lexicon-3.3.24.tar.gz) = 147369 bytes +SHA1 (dns-lexicon-3.3.26.tar.gz) = 559944bf58ddcb9a79dbbd718a2399956f99aa0c +RMD160 (dns-lexicon-3.3.26.tar.gz) = 053bdce9b78fdfa1e21fe0a212a187814bface85 +SHA512 (dns-lexicon-3.3.26.tar.gz) = 01ac90eb58acb78a0dde82854d957ea5495a3595b033dd4082a6984f11c631e3206c3cc82143a830f90453be9276491d2e7ba0fa100df80ee808b8cb7a5a24c5 +Size (dns-lexicon-3.3.26.tar.gz) = 147077 bytes |