Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-certbot-dns-route53 for
openSUSE:Factory checked in at 2021-06-24 18:22:52
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-certbot-dns-route53 (Old)
and /work/SRC/openSUSE:Factory/.python-certbot-dns-route53.new.2625 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-certbot-dns-route53"
Thu Jun 24 18:22:52 2021 rev:28 rq:901691 version:1.16.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-certbot-dns-route53/python-certbot-dns-route53.changes
2021-05-12 19:33:14.734794725 +0200
+++
/work/SRC/openSUSE:Factory/.python-certbot-dns-route53.new.2625/python-certbot-dns-route53.changes
2021-06-24 18:23:11.816957667 +0200
@@ -1,0 +2,6 @@
+Thu Jun 24 09:30:04 UTC 2021 - Mark??ta Machov?? <[email protected]>
+
+- update to version 1.16.0
+ * Require the latest certbot and acme plugins for simplicity
+
+-------------------------------------------------------------------
Old:
----
certbot-dns-route53-1.15.0.tar.gz
New:
----
certbot-dns-route53-1.16.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-certbot-dns-route53.spec ++++++
--- /var/tmp/diff_new_pack.rQfyFP/_old 2021-06-24 18:23:12.200958093 +0200
+++ /var/tmp/diff_new_pack.rQfyFP/_new 2021-06-24 18:23:12.200958093 +0200
@@ -19,24 +19,24 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1
Name: python-certbot-dns-route53
-Version: 1.15.0
+Version: 1.16.0
Release: 0
Summary: Route53 DNS Authenticator plugin for Certbot
License: Apache-2.0
URL: https://github.com/certbot/certbot
Source:
https://files.pythonhosted.org/packages/source/c/certbot-dns-route53/certbot-dns-route53-%{version}.tar.gz
-BuildRequires: %{python_module acme >= 0.29.0}
+BuildRequires: %{python_module acme >= %{version}}
BuildRequires: %{python_module boto3}
-BuildRequires: %{python_module certbot >= 1.1.0}
+BuildRequires: %{python_module certbot >= %{version}}
BuildRequires: %{python_module mock}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module zope.interface}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
-Requires: python-acme >= 0.29.0
+Requires: python-acme >= %{version}
Requires: python-boto3
-Requires: python-certbot >= 1.1.0
+Requires: python-certbot >= %{version}
Requires: python-zope.interface
BuildArch: noarch
%python_subpackages
++++++ certbot-dns-route53-1.15.0.tar.gz -> certbot-dns-route53-1.16.0.tar.gz
++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/certbot-dns-route53-1.15.0/PKG-INFO
new/certbot-dns-route53-1.16.0/PKG-INFO
--- old/certbot-dns-route53-1.15.0/PKG-INFO 2021-05-04 20:49:19.125501000
+0200
+++ new/certbot-dns-route53-1.16.0/PKG-INFO 2021-06-01 19:51:45.025267100
+0200
@@ -1,12 +1,11 @@
Metadata-Version: 2.1
Name: certbot-dns-route53
-Version: 1.15.0
+Version: 1.16.0
Summary: Route53 DNS Authenticator plugin for Certbot
Home-page: https://github.com/certbot/certbot
Author: Certbot Project
Author-email: [email protected]
License: Apache License 2.0
-Description: UNKNOWN
Keywords: certbot,route53,aws
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
@@ -28,3 +27,7 @@
Classifier: Topic :: Utilities
Requires-Python: >=3.6
Provides-Extra: docs
+License-File: LICENSE.txt
+
+UNKNOWN
+
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/certbot-dns-route53-1.15.0/certbot_dns_route53.egg-info/PKG-INFO
new/certbot-dns-route53-1.16.0/certbot_dns_route53.egg-info/PKG-INFO
--- old/certbot-dns-route53-1.15.0/certbot_dns_route53.egg-info/PKG-INFO
2021-05-04 20:49:19.000000000 +0200
+++ new/certbot-dns-route53-1.16.0/certbot_dns_route53.egg-info/PKG-INFO
2021-06-01 19:51:44.000000000 +0200
@@ -1,12 +1,11 @@
Metadata-Version: 2.1
Name: certbot-dns-route53
-Version: 1.15.0
+Version: 1.16.0
Summary: Route53 DNS Authenticator plugin for Certbot
Home-page: https://github.com/certbot/certbot
Author: Certbot Project
Author-email: [email protected]
License: Apache License 2.0
-Description: UNKNOWN
Keywords: certbot,route53,aws
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
@@ -28,3 +27,7 @@
Classifier: Topic :: Utilities
Requires-Python: >=3.6
Provides-Extra: docs
+License-File: LICENSE.txt
+
+UNKNOWN
+
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/certbot-dns-route53-1.15.0/setup.py
new/certbot-dns-route53-1.16.0/setup.py
--- old/certbot-dns-route53-1.15.0/setup.py 2021-05-04 20:48:10.000000000
+0200
+++ new/certbot-dns-route53-1.16.0/setup.py 2021-06-01 19:49:18.000000000
+0200
@@ -4,7 +4,7 @@
from setuptools import find_packages
from setuptools import setup
-version = '1.15.0'
+version = '1.16.0'
# Remember to update local-oldest-requirements.txt when changing the minimum
# acme/certbot version.