From 6f6ccd30b505941e1230e51272e60f14ef47a292 Mon Sep 17 00:00:00 2001 From: Maikel Poot Date: Wed, 1 Dec 2021 07:50:35 +0100 Subject: [PATCH] applied PR-review requests --- CHANGELOG.md | 3 +++ requirements.txt | 1 - 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 40fab98..004936c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -36,6 +36,9 @@ previous versions of octoDNS are discouraged and may result in undefined behavior and broken records. See https://github.com/octodns/octodns/pull/749 for related discussion. +* TransipProvider removed as it currently relies on `suds` which is broken in + new python versions and hasn't seen a release since 2010. May return with + https://github.com/octodns/octodns/pull/762 #### Stuff diff --git a/requirements.txt b/requirements.txt index 4f98856..c9c9f00 100644 --- a/requirements.txt +++ b/requirements.txt @@ -23,5 +23,4 @@ python-dateutil==2.8.1 requests==2.25.1 s3transfer==0.3.3 setuptools==44.1.1 -six==1.15.0 python-transip==0.5.0 \ No newline at end of file