Hello community,

here is the log from the commit of package python-certbot-dns-rfc2136 for 
openSUSE:Factory checked in at 2019-11-15 00:28:39
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-certbot-dns-rfc2136 (Old)
 and      /work/SRC/openSUSE:Factory/.python-certbot-dns-rfc2136.new.26869 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-certbot-dns-rfc2136"

Fri Nov 15 00:28:39 2019 rev:14 rq:748675 version:0.40.1

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/python-certbot-dns-rfc2136/python-certbot-dns-rfc2136.changes
    2019-10-31 18:14:31.585965005 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-certbot-dns-rfc2136.new.26869/python-certbot-dns-rfc2136.changes
 2019-11-15 00:28:41.219775262 +0100
@@ -1,0 +2,6 @@
+Thu Nov 14 11:58:39 UTC 2019 - Marketa Calabkova <[email protected]>
+
+- update to version 0.40.1
+  * certbot-dns-rfc2136 now uses TCP to query SOA records.
+
+-------------------------------------------------------------------

Old:
----
  certbot-dns-rfc2136-0.39.0.tar.gz

New:
----
  certbot-dns-rfc2136-0.40.1.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-certbot-dns-rfc2136.spec ++++++
--- /var/tmp/diff_new_pack.u5VWvt/_old  2019-11-15 00:28:42.431774841 +0100
+++ /var/tmp/diff_new_pack.u5VWvt/_new  2019-11-15 00:28:42.435774840 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-certbot-dns-rfc2136
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LLC.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,20 +18,20 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:           python-certbot-dns-rfc2136
-Version:        0.39.0
+Version:        0.40.1
 Release:        0
 Summary:        RFC 2136 DNS Authenticator plugin for Certbot
 License:        Apache-2.0
-Url:            https://github.com/certbot/certbot
+URL:            https://github.com/certbot/certbot
 Source:         
https://files.pythonhosted.org/packages/source/c/certbot-dns-rfc2136/certbot-dns-rfc2136-%{version}.tar.gz
-BuildRequires:  %{python_module certbot >= 0.34.0}
+BuildRequires:  %{python_module certbot >= 0.39.0}
 BuildRequires:  %{python_module dnspython}
 BuildRequires:  %{python_module mock}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 Requires:       python-acme >= 0.29.0
-Requires:       python-certbot >= 0.34.0
+Requires:       python-certbot >= 0.39.0
 Requires:       python-dnspython
 Requires:       python-zope.interface
 BuildArch:      noarch

++++++ certbot-dns-rfc2136-0.39.0.tar.gz -> certbot-dns-rfc2136-0.40.1.tar.gz 
++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/certbot-dns-rfc2136-0.39.0/PKG-INFO 
new/certbot-dns-rfc2136-0.40.1/PKG-INFO
--- old/certbot-dns-rfc2136-0.39.0/PKG-INFO     2019-10-01 21:49:16.000000000 
+0200
+++ new/certbot-dns-rfc2136-0.40.1/PKG-INFO     2019-11-06 03:25:24.000000000 
+0100
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: certbot-dns-rfc2136
-Version: 0.39.0
+Version: 0.40.1
 Summary: RFC 2136 DNS Authenticator plugin for Certbot
 Home-page: https://github.com/certbot/certbot
 Author: Certbot Project
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/certbot-dns-rfc2136-0.39.0/certbot_dns_rfc2136.egg-info/PKG-INFO 
new/certbot-dns-rfc2136-0.40.1/certbot_dns_rfc2136.egg-info/PKG-INFO
--- old/certbot-dns-rfc2136-0.39.0/certbot_dns_rfc2136.egg-info/PKG-INFO        
2019-10-01 21:49:16.000000000 +0200
+++ new/certbot-dns-rfc2136-0.40.1/certbot_dns_rfc2136.egg-info/PKG-INFO        
2019-11-06 03:25:24.000000000 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: certbot-dns-rfc2136
-Version: 0.39.0
+Version: 0.40.1
 Summary: RFC 2136 DNS Authenticator plugin for Certbot
 Home-page: https://github.com/certbot/certbot
 Author: Certbot Project
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/certbot-dns-rfc2136-0.39.0/setup.py 
new/certbot-dns-rfc2136-0.40.1/setup.py
--- old/certbot-dns-rfc2136-0.39.0/setup.py     2019-10-01 21:48:41.000000000 
+0200
+++ new/certbot-dns-rfc2136-0.40.1/setup.py     2019-11-06 03:24:52.000000000 
+0100
@@ -2,7 +2,7 @@
 from setuptools import find_packages
 
 
-version = '0.39.0'
+version = '0.40.1'
 
 # Remember to update local-oldest-requirements.txt when changing the minimum
 # acme/certbot version.


Reply via email to