forked from pool/python-dns-lexicon
Accepting request 789608 from devel:languages:python
- Update to 3.3.19: * Implement retry to handle rate limits in DNSMadeEasy (#442) * Updated Link For Constellix API and Added Link for v2 of DNSSimple API * Bug fixed: failure if "Forward" Record (#447) * add RcodeZero (https://www.rcodezero.at) provider * Move test_hostingde provider in the correct place * Added example for lexicon usage as a python library * Add support for Python 3.8 * minor fixes for RcodeZero provider: add "Accept" header to request and fixed loglevel of debug message * Change uri check after login for easyname * Fix auto provider handling of parameters. (#473) * Adds subaction as query parameter instead of using url argument * Introduce Gransy provider. Gransy provider is former Subreg provider, but because it works for multiple sites * Changes to robst parser 'html5lib' for Hetzner * Adds TTL to the digitalocean provider (#482) - Drop Python 2 support, due to softlayer no longer supporting it - Delete one broken unit test class OBS-URL: https://build.opensuse.org/request/show/789608 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-dns-lexicon?expand=0&rev=11
This commit is contained in:
3
lexicon-3.3.19.tar.gz
Normal file
3
lexicon-3.3.19.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:96ca6af4690478d371dca62d600cbf5255c8b31e4a298217bc0e18c4d77055f5
|
||||
size 3270630
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:dd991adddc154f7bd3a6430cc57ac459f8256171cba89569b6c7f325ebf94215
|
||||
size 3208391
|
||||
@@ -1,3 +1,26 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 30 05:28:26 UTC 2020 - Steve Kowalik <steven.kowalik@suse.com>
|
||||
|
||||
- Update to 3.3.19:
|
||||
* Implement retry to handle rate limits in DNSMadeEasy (#442)
|
||||
* Updated Link For Constellix API and Added Link for v2 of DNSSimple API
|
||||
* Bug fixed: failure if "Forward" Record (#447)
|
||||
* add RcodeZero (https://www.rcodezero.at) provider
|
||||
* Move test_hostingde provider in the correct place
|
||||
* Added example for lexicon usage as a python library
|
||||
* Add support for Python 3.8
|
||||
* minor fixes for RcodeZero provider: add "Accept" header to request and
|
||||
fixed loglevel of debug message
|
||||
* Change uri check after login for easyname
|
||||
* Fix auto provider handling of parameters. (#473)
|
||||
* Adds subaction as query parameter instead of using url argument
|
||||
* Introduce Gransy provider. Gransy provider is former Subreg provider, but
|
||||
because it works for multiple sites
|
||||
* Changes to robst parser 'html5lib' for Hetzner
|
||||
* Adds TTL to the digitalocean provider (#482)
|
||||
- Drop Python 2 support, due to softlayer no longer supporting it
|
||||
- Delete one broken unit test class
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 17 11:30:55 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-dns-lexicon
|
||||
#
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -17,8 +17,9 @@
|
||||
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
%define skip_python2 1
|
||||
Name: python-dns-lexicon
|
||||
Version: 3.3.3
|
||||
Version: 3.3.19
|
||||
Release: 0
|
||||
Summary: DNS record manipulation utility
|
||||
License: MIT
|
||||
@@ -31,6 +32,7 @@ BuildRequires: %{python_module boto3}
|
||||
BuildRequires: %{python_module cryptography}
|
||||
BuildRequires: %{python_module dnspython >= 1.15.0}
|
||||
BuildRequires: %{python_module future}
|
||||
BuildRequires: %{python_module html5lib}
|
||||
BuildRequires: %{python_module localzone}
|
||||
BuildRequires: %{python_module mock >= 2.0.0}
|
||||
BuildRequires: %{python_module pytest >= 3.8.0}
|
||||
@@ -41,6 +43,7 @@ BuildRequires: %{python_module tldextract}
|
||||
BuildRequires: %{python_module transip >= 0.3.0}
|
||||
BuildRequires: %{python_module vcrpy >= 1.13.0}
|
||||
BuildRequires: %{python_module xmltodict}
|
||||
BuildRequires: %{python_module zeep}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
Requires: python-PyNamecheap
|
||||
@@ -72,11 +75,8 @@ Lexicon was designed to be used in automation, specifically letsencrypt.
|
||||
|
||||
%prep
|
||||
%setup -q -n lexicon-%{version}
|
||||
# remove localzone test as this test requires an internet connection
|
||||
# will be fixed with next release
|
||||
rm lexicon/tests/providers/test_localzone.py
|
||||
# subreg zeep is all time broken so do not test that
|
||||
rm lexicon/tests/providers/test_subreg.py
|
||||
# Remove, since they are completely broken
|
||||
rm lexicon/tests/providers/test_auto.py
|
||||
|
||||
# rpmlint
|
||||
find . -type f -name ".gitignore" -delete
|
||||
|
||||
Reference in New Issue
Block a user