Hello community,
here is the log from the commit of package python-certbot-nginx for
openSUSE:Factory checked in at 2020-06-11 15:16:42
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-certbot-nginx (Old)
and /work/SRC/openSUSE:Factory/.python-certbot-nginx.new.3606 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-certbot-nginx"
Thu Jun 11 15:16:42 2020 rev:20 rq:813520 version:1.5.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-certbot-nginx/python-certbot-nginx.changes
2020-05-14 23:27:11.701295301 +0200
+++
/work/SRC/openSUSE:Factory/.python-certbot-nginx.new.3606/python-certbot-nginx.changes
2020-06-11 15:16:49.975186264 +0200
@@ -1,0 +2,6 @@
+Thu Jun 11 12:14:55 UTC 2020 - Marketa Calabkova <[email protected]>
+
+- update to version 1.5.0
+ * Sync with main certbot package.
+
+-------------------------------------------------------------------
Old:
----
certbot-nginx-1.4.0.tar.gz
New:
----
certbot-nginx-1.5.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-certbot-nginx.spec ++++++
--- /var/tmp/diff_new_pack.G5Md64/_old 2020-06-11 15:16:50.687188258 +0200
+++ /var/tmp/diff_new_pack.G5Md64/_new 2020-06-11 15:16:50.691188270 +0200
@@ -18,7 +18,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-certbot-nginx
-Version: 1.4.0
+Version: 1.5.0
Release: 0
Summary: Nginx plugin for Certbot
License: Apache-2.0
++++++ certbot-nginx-1.4.0.tar.gz -> certbot-nginx-1.5.0.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/certbot-nginx-1.4.0/PKG-INFO
new/certbot-nginx-1.5.0/PKG-INFO
--- old/certbot-nginx-1.4.0/PKG-INFO 2020-05-05 21:37:47.727920800 +0200
+++ new/certbot-nginx-1.5.0/PKG-INFO 2020-06-02 19:13:03.000000000 +0200
@@ -1,6 +1,6 @@
Metadata-Version: 1.2
Name: certbot-nginx
-Version: 1.4.0
+Version: 1.5.0
Summary: Nginx plugin for Certbot
Home-page: https://github.com/letsencrypt/letsencrypt
Author: Certbot Project
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/certbot-nginx-1.4.0/certbot_nginx.egg-info/PKG-INFO
new/certbot-nginx-1.5.0/certbot_nginx.egg-info/PKG-INFO
--- old/certbot-nginx-1.4.0/certbot_nginx.egg-info/PKG-INFO 2020-05-05
21:37:47.000000000 +0200
+++ new/certbot-nginx-1.5.0/certbot_nginx.egg-info/PKG-INFO 2020-06-02
19:13:02.000000000 +0200
@@ -1,6 +1,6 @@
Metadata-Version: 1.2
Name: certbot-nginx
-Version: 1.4.0
+Version: 1.5.0
Summary: Nginx plugin for Certbot
Home-page: https://github.com/letsencrypt/letsencrypt
Author: Certbot Project
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/certbot-nginx-1.4.0/setup.py
new/certbot-nginx-1.5.0/setup.py
--- old/certbot-nginx-1.4.0/setup.py 2020-05-05 21:37:34.000000000 +0200
+++ new/certbot-nginx-1.5.0/setup.py 2020-06-02 19:12:35.000000000 +0200
@@ -6,7 +6,7 @@
from setuptools import setup
from setuptools.command.test import test as TestCommand
-version = '1.4.0'
+version = '1.5.0'
# Remember to update local-oldest-requirements.txt when changing the minimum
# acme/certbot version.