From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter =?utf-8?q?M=C3=BCller?= To: development@lists.ipfire.org Subject: [PATCH] Remove orphaned ddns patches Date: Sat, 23 Oct 2021 14:44:56 +0200 Message-ID: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============8653908737486553913==" List-Id: --===============8653908737486553913== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable These are no longer necessary, since ddns 0.14 comes with both of them applied. Signed-off-by: Peter M=C3=BCller --- ...nss-fix-unhandled-exeption-on-update-patch | 30 ------------------- ...nss-fix-unhandled-exeption-on-update-patch | 30 ------------------- 2 files changed, 60 deletions(-) delete mode 100644 src/patches/ddns-011-ddnss-fix-unhandled-exeption-on-upda= te-patch delete mode 100644 src/patches/ddns-013-ddnss-fix-unhandled-exeption-on-upda= te-patch diff --git a/src/patches/ddns-011-ddnss-fix-unhandled-exeption-on-update-patc= h b/src/patches/ddns-011-ddnss-fix-unhandled-exeption-on-update-patch deleted file mode 100644 index 95f6391be..000000000 --- a/src/patches/ddns-011-ddnss-fix-unhandled-exeption-on-update-patch +++ /dev/null @@ -1,30 +0,0 @@ -commit 7d0956d14ff8d823551ccd47ccf1492c9da9aac9 -Author: Stefan Schantl -Date: Mon May 25 18:00:51 2020 +0200 - - ProviderDDNSS: Fix unhandled exception on update - =20 - In python > 3.3 the getheader() attribute is not longer part of the - urllib.response response.info() object. It is part of response object - and so directly can be accessed. - =20 - Fixes #12328 - =20 - Signed-off-by: Stefan Schantl - -diff --git a/src/ddns/providers.py b/src/ddns/providers.py -index f1fed22..46d8a67 100644 ---- a/src/ddns/providers.py -+++ b/src/ddns/providers.py -@@ -642,10 +642,8 @@ class DDNSProviderDDNSS(DDNSProvider): - response =3D self.send_request(self.url, data=3Ddata) -=20 - # This provider sends the response code as part of the header. -- header =3D response.info() -- - # Get status information from the header. -- output =3D header.getheader('ddnss-response') -+ output =3D response.getheader('ddnss-response') -=20 - # Handle success messages. - if output =3D=3D "good" or output =3D=3D "nochg": diff --git a/src/patches/ddns-013-ddnss-fix-unhandled-exeption-on-update-patc= h b/src/patches/ddns-013-ddnss-fix-unhandled-exeption-on-update-patch deleted file mode 100644 index 95f6391be..000000000 --- a/src/patches/ddns-013-ddnss-fix-unhandled-exeption-on-update-patch +++ /dev/null @@ -1,30 +0,0 @@ -commit 7d0956d14ff8d823551ccd47ccf1492c9da9aac9 -Author: Stefan Schantl -Date: Mon May 25 18:00:51 2020 +0200 - - ProviderDDNSS: Fix unhandled exception on update - =20 - In python > 3.3 the getheader() attribute is not longer part of the - urllib.response response.info() object. It is part of response object - and so directly can be accessed. - =20 - Fixes #12328 - =20 - Signed-off-by: Stefan Schantl - -diff --git a/src/ddns/providers.py b/src/ddns/providers.py -index f1fed22..46d8a67 100644 ---- a/src/ddns/providers.py -+++ b/src/ddns/providers.py -@@ -642,10 +642,8 @@ class DDNSProviderDDNSS(DDNSProvider): - response =3D self.send_request(self.url, data=3Ddata) -=20 - # This provider sends the response code as part of the header. -- header =3D response.info() -- - # Get status information from the header. -- output =3D header.getheader('ddnss-response') -+ output =3D response.getheader('ddnss-response') -=20 - # Handle success messages. - if output =3D=3D "good" or output =3D=3D "nochg": --=20 2.26.2 --===============8653908737486553913==--