Hello community,
here is the log from the commit of package python-certbot-apache for
openSUSE:Factory checked in at 2019-09-13 14:59:04
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-certbot-apache (Old)
and /work/SRC/openSUSE:Factory/.python-certbot-apache.new.7948 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-certbot-apache"
Fri Sep 13 14:59:04 2019 rev:11 rq:730162 version:0.38.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-certbot-apache/python-certbot-apache.changes
2019-08-28 16:04:01.698777535 +0200
+++
/work/SRC/openSUSE:Factory/.python-certbot-apache.new.7948/python-certbot-apache.changes
2019-09-13 14:59:06.901279261 +0200
@@ -1,0 +2,6 @@
+Wed Sep 11 12:29:13 UTC 2019 - Marketa Calabkova <[email protected]>
+
+- update to version 0.38.0
+ * Fixed OS detection in the Apache plugin on Scientific Linux.
+
+-------------------------------------------------------------------
Old:
----
certbot-apache-0.37.2.tar.gz
New:
----
certbot-apache-0.38.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-certbot-apache.spec ++++++
--- /var/tmp/diff_new_pack.3RBUf8/_old 2019-09-13 14:59:07.361279280 +0200
+++ /var/tmp/diff_new_pack.3RBUf8/_new 2019-09-13 14:59:07.361279280 +0200
@@ -18,7 +18,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-certbot-apache
-Version: 0.37.2
+Version: 0.38.0
Release: 0
Summary: Apache plugin for Certbot
License: Apache-2.0
++++++ certbot-apache-0.37.2.tar.gz -> certbot-apache-0.38.0.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/certbot-apache-0.37.2/PKG-INFO
new/certbot-apache-0.38.0/PKG-INFO
--- old/certbot-apache-0.37.2/PKG-INFO 2019-08-21 23:48:50.000000000 +0200
+++ new/certbot-apache-0.38.0/PKG-INFO 2019-09-03 21:42:45.000000000 +0200
@@ -1,6 +1,6 @@
Metadata-Version: 2.1
Name: certbot-apache
-Version: 0.37.2
+Version: 0.38.0
Summary: Apache 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-apache-0.37.2/certbot_apache/entrypoint.py
new/certbot-apache-0.38.0/certbot_apache/entrypoint.py
--- old/certbot-apache-0.37.2/certbot_apache/entrypoint.py 2019-08-21
23:48:40.000000000 +0200
+++ new/certbot-apache-0.38.0/certbot_apache/entrypoint.py 2019-09-03
21:42:35.000000000 +0200
@@ -31,6 +31,8 @@
"gentoo base system": override_gentoo.GentooConfigurator,
"opensuse": override_suse.OpenSUSEConfigurator,
"suse": override_suse.OpenSUSEConfigurator,
+ "scientific": override_centos.CentOSConfigurator,
+ "scientific linux": override_centos.CentOSConfigurator,
}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/certbot-apache-0.37.2/certbot_apache.egg-info/PKG-INFO
new/certbot-apache-0.38.0/certbot_apache.egg-info/PKG-INFO
--- old/certbot-apache-0.37.2/certbot_apache.egg-info/PKG-INFO 2019-08-21
23:48:50.000000000 +0200
+++ new/certbot-apache-0.38.0/certbot_apache.egg-info/PKG-INFO 2019-09-03
21:42:45.000000000 +0200
@@ -1,6 +1,6 @@
Metadata-Version: 2.1
Name: certbot-apache
-Version: 0.37.2
+Version: 0.38.0
Summary: Apache 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-apache-0.37.2/setup.py
new/certbot-apache-0.38.0/setup.py
--- old/certbot-apache-0.37.2/setup.py 2019-08-21 23:48:41.000000000 +0200
+++ new/certbot-apache-0.38.0/setup.py 2019-09-03 21:42:36.000000000 +0200
@@ -4,7 +4,7 @@
import sys
-version = '0.37.2'
+version = '0.38.0'
# Remember to update local-oldest-requirements.txt when changing the minimum
# acme/certbot version.