15
0

Accepting request 819315 from devel:languages:python

- Update to 3.3.26:
  * More straightforward approach to configure tests suites
  * Allow updating gandi RRSet TTL
  * Final customizations for hetzner dns api v1. The main fix is, that hetzner
    does not need the fqdn as record name
  * Add initial support for UltraDNS provider
  * Add support for record sets in Route53
  * Give a flag to set explicitly the zone ID and avoid unscoped API tokens
  * Test lowest and highest supported python versions. Move mostly to 3.x
  * Register properly the pytest mark ext_suite_1
  * Use Bearer Token Authorization for Cloudflare API Tokens
  * Remove Hetzner KonsoleH provider that is broken and not maintained
  * Implement pagination for cloudflare

OBS-URL: https://build.opensuse.org/request/show/819315
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-dns-lexicon?expand=0&rev=13
This commit is contained in:
2020-07-08 17:13:36 +00:00
committed by Git OBS Bridge
4 changed files with 21 additions and 4 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:96ca6af4690478d371dca62d600cbf5255c8b31e4a298217bc0e18c4d77055f5
size 3270630

3
lexicon-3.3.26.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:21313584739efdb823e04c154043eeda15420ff34dec871c3697c785525a99d9
size 3090964

View File

@@ -1,3 +1,20 @@
-------------------------------------------------------------------
Wed Jul 8 04:43:48 UTC 2020 - Steve Kowalik <steven.kowalik@suse.com>
- Update to 3.3.26:
* More straightforward approach to configure tests suites
* Allow updating gandi RRSet TTL
* Final customizations for hetzner dns api v1. The main fix is, that hetzner
does not need the fqdn as record name
* Add initial support for UltraDNS provider
* Add support for record sets in Route53
* Give a flag to set explicitly the zone ID and avoid unscoped API tokens
* Test lowest and highest supported python versions. Move mostly to 3.x
* Register properly the pytest mark ext_suite_1
* Use Bearer Token Authorization for Cloudflare API Tokens
* Remove Hetzner KonsoleH provider that is broken and not maintained
* Implement pagination for cloudflare
-------------------------------------------------------------------
Tue May 26 07:22:41 UTC 2020 - Petr Gajdos <pgajdos@suse.com>

View File

@@ -19,7 +19,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1
Name: python-dns-lexicon
Version: 3.3.19
Version: 3.3.26
Release: 0
Summary: DNS record manipulation utility
License: MIT