Hello community,
here is the log from the commit of package python-certbot-dns-route53 for
openSUSE:Factory checked in at 2019-02-11 21:27:21
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-certbot-dns-route53 (Old)
and /work/SRC/openSUSE:Factory/.python-certbot-dns-route53.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-certbot-dns-route53"
Mon Feb 11 21:27:21 2019 rev:4 rq:673127 version:0.31.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-certbot-dns-route53/python-certbot-dns-route53.changes
2019-02-02 21:49:11.739983605 +0100
+++
/work/SRC/openSUSE:Factory/.python-certbot-dns-route53.new.28833/python-certbot-dns-route53.changes
2019-02-11 21:27:23.735015530 +0100
@@ -1,0 +2,6 @@
+Fri Feb 8 11:10:29 UTC 2019 - Marketa Calabkova <[email protected]>
+
+- update to version 0.31.0
+ * sync with main certbot package
+
+-------------------------------------------------------------------
Old:
----
certbot-dns-route53-0.30.2.tar.gz
New:
----
certbot-dns-route53-0.31.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-certbot-dns-route53.spec ++++++
--- /var/tmp/diff_new_pack.NHQQiF/_old 2019-02-11 21:27:24.527015102 +0100
+++ /var/tmp/diff_new_pack.NHQQiF/_new 2019-02-11 21:27:24.531015100 +0100
@@ -18,7 +18,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-certbot-dns-route53
-Version: 0.30.2
+Version: 0.31.0
Release: 0
Summary: Route53 DNS Authenticator plugin for Certbot
License: Apache-2.0
++++++ certbot-dns-route53-0.30.2.tar.gz -> certbot-dns-route53-0.31.0.tar.gz
++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/certbot-dns-route53-0.30.2/PKG-INFO
new/certbot-dns-route53-0.31.0/PKG-INFO
--- old/certbot-dns-route53-0.30.2/PKG-INFO 2019-01-25 21:16:28.000000000
+0100
+++ new/certbot-dns-route53-0.31.0/PKG-INFO 2019-02-07 22:21:16.000000000
+0100
@@ -1,6 +1,6 @@
Metadata-Version: 1.2
Name: certbot-dns-route53
-Version: 0.30.2
+Version: 0.31.0
Summary: Route53 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-route53-0.30.2/certbot_dns_route53.egg-info/PKG-INFO
new/certbot-dns-route53-0.31.0/certbot_dns_route53.egg-info/PKG-INFO
--- old/certbot-dns-route53-0.30.2/certbot_dns_route53.egg-info/PKG-INFO
2019-01-25 21:16:28.000000000 +0100
+++ new/certbot-dns-route53-0.31.0/certbot_dns_route53.egg-info/PKG-INFO
2019-02-07 22:21:16.000000000 +0100
@@ -1,6 +1,6 @@
Metadata-Version: 1.2
Name: certbot-dns-route53
-Version: 0.30.2
+Version: 0.31.0
Summary: Route53 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-route53-0.30.2/setup.py
new/certbot-dns-route53-0.31.0/setup.py
--- old/certbot-dns-route53-0.30.2/setup.py 2019-01-25 21:15:42.000000000
+0100
+++ new/certbot-dns-route53-0.31.0/setup.py 2019-02-07 22:20:31.000000000
+0100
@@ -1,7 +1,7 @@
from setuptools import setup
from setuptools import find_packages
-version = '0.30.2'
+version = '0.31.0'
# Remember to update local-oldest-requirements.txt when changing the minimum
# acme/certbot version.