Source-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.3.26



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a918f0e4bec2
branches:  trunk
changeset: 434695:a918f0e4bec2
user:      adam <adam%pkgsrc.org@localhost>
date:      Sat Jun 20 16:46:38 2020 +0000

description:
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:

 net/py-lexicon/Makefile |   4 ++--
 net/py-lexicon/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (27 lines):

diff -r 9e65309c76f3 -r a918f0e4bec2 net/py-lexicon/Makefile
--- a/net/py-lexicon/Makefile   Sat Jun 20 16:43:15 2020 +0000
+++ b/net/py-lexicon/Makefile   Sat Jun 20 16:46:38 2020 +0000
@@ -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 -r 9e65309c76f3 -r a918f0e4bec2 net/py-lexicon/distinfo
--- a/net/py-lexicon/distinfo   Sat Jun 20 16:43:15 2020 +0000
+++ b/net/py-lexicon/distinfo   Sat Jun 20 16:46:38 2020 +0000
@@ -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



Home | Main Index | Thread Index | Old Index