Hello community,
here is the log from the commit of package python-certbot-dns-rfc2136 for
openSUSE:Factory checked in at 2019-06-18 15:00:05
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-certbot-dns-rfc2136 (Old)
and /work/SRC/openSUSE:Factory/.python-certbot-dns-rfc2136.new.4811 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-certbot-dns-rfc2136"
Tue Jun 18 15:00:05 2019 rev:7 rq:710538 version:0.35.1
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-certbot-dns-rfc2136/python-certbot-dns-rfc2136.changes
2019-06-03 18:50:41.536530540 +0200
+++
/work/SRC/openSUSE:Factory/.python-certbot-dns-rfc2136.new.4811/python-certbot-dns-rfc2136.changes
2019-06-18 15:00:08.013274619 +0200
@@ -1,0 +2,6 @@
+Tue Jun 18 10:25:47 UTC 2019 - Marketa Calabkova <[email protected]>
+
+- update to version 0.35.1
+ * sync with main certbot package
+
+-------------------------------------------------------------------
Old:
----
certbot-dns-rfc2136-0.34.2.tar.gz
New:
----
certbot-dns-rfc2136-0.35.1.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-certbot-dns-rfc2136.spec ++++++
--- /var/tmp/diff_new_pack.HS7RH9/_old 2019-06-18 15:00:08.905274176 +0200
+++ /var/tmp/diff_new_pack.HS7RH9/_new 2019-06-18 15:00:08.909274175 +0200
@@ -18,7 +18,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-certbot-dns-rfc2136
-Version: 0.34.2
+Version: 0.35.1
Release: 0
Summary: RFC 2136 DNS Authenticator plugin for Certbot
License: Apache-2.0
++++++ certbot-dns-rfc2136-0.34.2.tar.gz -> certbot-dns-rfc2136-0.35.1.tar.gz
++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/certbot-dns-rfc2136-0.34.2/PKG-INFO
new/certbot-dns-rfc2136-0.35.1/PKG-INFO
--- old/certbot-dns-rfc2136-0.34.2/PKG-INFO 2019-05-07 21:18:10.000000000
+0200
+++ new/certbot-dns-rfc2136-0.35.1/PKG-INFO 2019-06-11 00:02:45.000000000
+0200
@@ -1,6 +1,6 @@
Metadata-Version: 2.1
Name: certbot-dns-rfc2136
-Version: 0.34.2
+Version: 0.35.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.34.2/certbot_dns_rfc2136.egg-info/PKG-INFO
new/certbot-dns-rfc2136-0.35.1/certbot_dns_rfc2136.egg-info/PKG-INFO
--- old/certbot-dns-rfc2136-0.34.2/certbot_dns_rfc2136.egg-info/PKG-INFO
2019-05-07 21:18:10.000000000 +0200
+++ new/certbot-dns-rfc2136-0.35.1/certbot_dns_rfc2136.egg-info/PKG-INFO
2019-06-11 00:02:45.000000000 +0200
@@ -1,6 +1,6 @@
Metadata-Version: 2.1
Name: certbot-dns-rfc2136
-Version: 0.34.2
+Version: 0.35.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.34.2/setup.py
new/certbot-dns-rfc2136-0.35.1/setup.py
--- old/certbot-dns-rfc2136-0.34.2/setup.py 2019-05-07 21:17:33.000000000
+0200
+++ new/certbot-dns-rfc2136-0.35.1/setup.py 2019-06-11 00:02:10.000000000
+0200
@@ -2,7 +2,7 @@
from setuptools import find_packages
-version = '0.34.2'
+version = '0.35.1'
# Remember to update local-oldest-requirements.txt when changing the minimum
# acme/certbot version.