Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-certbot-apache for 
openSUSE:Factory checked in at 2022-06-25 10:24:43
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-certbot-apache (Old)
 and      /work/SRC/openSUSE:Factory/.python-certbot-apache.new.1548 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-certbot-apache"

Sat Jun 25 10:24:43 2022 rev:35 rq:984954 version:1.28.0

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/python-certbot-apache/python-certbot-apache.changes  
    2022-05-30 12:45:30.600515071 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-certbot-apache.new.1548/python-certbot-apache.changes
    2022-06-25 10:25:04.102742812 +0200
@@ -1,0 +2,9 @@
+Fri Jun 24 19:24:23 UTC 2022 - Dirk M??ller <dmuel...@suse.com>
+
+- update to 1.28.0:
+  * Updated Apache/NGINX TLS configs to document contents are based on 
ssl-config.mozilla.org
+  * A change to order finalization has been made to the `acme` module and 
Certbot:
+    - An order's `certificate` field will only be processed if the order's 
`status` is `valid`.
+    - An order's `error` field will only be processed if the order's `status` 
is `invalid`.
+
+-------------------------------------------------------------------

Old:
----
  certbot-apache-1.27.0.tar.gz

New:
----
  certbot-apache-1.28.0.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-certbot-apache.spec ++++++
--- /var/tmp/diff_new_pack.LsIuAN/_old  2022-06-25 10:25:04.574743486 +0200
+++ /var/tmp/diff_new_pack.LsIuAN/_new  2022-06-25 10:25:04.578743491 +0200
@@ -19,7 +19,7 @@
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define skip_python2 1
 Name:           python-certbot-apache
-Version:        1.27.0
+Version:        1.28.0
 Release:        0
 Summary:        Apache plugin for Certbot
 License:        Apache-2.0

++++++ certbot-apache-1.27.0.tar.gz -> certbot-apache-1.28.0.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/certbot-apache-1.27.0/PKG-INFO 
new/certbot-apache-1.28.0/PKG-INFO
--- old/certbot-apache-1.27.0/PKG-INFO  2022-05-03 20:33:24.770930000 +0200
+++ new/certbot-apache-1.28.0/PKG-INFO  2022-06-07 21:41:25.469028500 +0200
@@ -1,12 +1,11 @@
 Metadata-Version: 2.1
 Name: certbot-apache
-Version: 1.27.0
+Version: 1.28.0
 Summary: Apache plugin for Certbot
 Home-page: https://github.com/letsencrypt/letsencrypt
 Author: Certbot Project
 Author-email: certbot-...@eff.org
 License: Apache License 2.0
-Platform: UNKNOWN
 Classifier: Development Status :: 5 - Production/Stable
 Classifier: Environment :: Plugins
 Classifier: Intended Audience :: System Administrators
@@ -27,6 +26,3 @@
 Requires-Python: >=3.7
 Provides-Extra: dev
 License-File: LICENSE.txt
-
-UNKNOWN
-
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/certbot-apache-1.27.0/certbot_apache/_internal/constants.py 
new/certbot-apache-1.28.0/certbot_apache/_internal/constants.py
--- old/certbot-apache-1.27.0/certbot_apache/_internal/constants.py     
2022-05-03 20:33:10.000000000 +0200
+++ new/certbot-apache-1.28.0/certbot_apache/_internal/constants.py     
2022-06-07 21:41:07.000000000 +0200
@@ -32,6 +32,8 @@
     '5cc003edd93fb9cd03d40c7686495f8f058f485f75b5e764b789245a386e6daf',
     '007cd497a56a3bb8b6a2c1aeb4997789e7e38992f74e44cc5d13a625a738ac73',
     '34783b9e2210f5c4a23bced2dfd7ec289834716673354ed7c7abf69fe30192a3',
+    '61466bc2f98a623c02be8a5ee916ead1655b0ce883bdc936692076ea499ff5ce',
+    '3fd812e3e87fe5c645d3682a511b2a06c8286f19594f28e280f17cd6af1301b5',
 ]
 """SHA256 hashes of the contents of previous versions of all versions of 
MOD_SSL_CONF_SRC"""
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/certbot-apache-1.27.0/certbot_apache/_internal/tls_configs/current-options-ssl-apache.conf
 
new/certbot-apache-1.28.0/certbot_apache/_internal/tls_configs/current-options-ssl-apache.conf
--- 
old/certbot-apache-1.27.0/certbot_apache/_internal/tls_configs/current-options-ssl-apache.conf
      2022-05-03 20:33:10.000000000 +0200
+++ 
new/certbot-apache-1.28.0/certbot_apache/_internal/tls_configs/current-options-ssl-apache.conf
      2022-06-07 21:41:07.000000000 +0200
@@ -2,7 +2,7 @@
 # manually, Certbot will be unable to automatically provide future security
 # updates. Instead, Certbot will print and log an error message with a path to
 # the up-to-date file that you will need to refer to when manually updating
-# this file.
+# this file. Contents are based on https://ssl-config.mozilla.org
 
 SSLEngine on
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/certbot-apache-1.27.0/certbot_apache/_internal/tls_configs/old-options-ssl-apache.conf
 
new/certbot-apache-1.28.0/certbot_apache/_internal/tls_configs/old-options-ssl-apache.conf
--- 
old/certbot-apache-1.27.0/certbot_apache/_internal/tls_configs/old-options-ssl-apache.conf
  2022-05-03 20:33:10.000000000 +0200
+++ 
new/certbot-apache-1.28.0/certbot_apache/_internal/tls_configs/old-options-ssl-apache.conf
  2022-06-07 21:41:07.000000000 +0200
@@ -2,7 +2,7 @@
 # manually, Certbot will be unable to automatically provide future security
 # updates. Instead, Certbot will print and log an error message with a path to
 # the up-to-date file that you will need to refer to when manually updating
-# this file.
+# this file. Contents are based on https://ssl-config.mozilla.org
 
 SSLEngine on
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/certbot-apache-1.27.0/certbot_apache.egg-info/PKG-INFO 
new/certbot-apache-1.28.0/certbot_apache.egg-info/PKG-INFO
--- old/certbot-apache-1.27.0/certbot_apache.egg-info/PKG-INFO  2022-05-03 
20:33:24.000000000 +0200
+++ new/certbot-apache-1.28.0/certbot_apache.egg-info/PKG-INFO  2022-06-07 
21:41:25.000000000 +0200
@@ -1,12 +1,11 @@
 Metadata-Version: 2.1
 Name: certbot-apache
-Version: 1.27.0
+Version: 1.28.0
 Summary: Apache plugin for Certbot
 Home-page: https://github.com/letsencrypt/letsencrypt
 Author: Certbot Project
 Author-email: certbot-...@eff.org
 License: Apache License 2.0
-Platform: UNKNOWN
 Classifier: Development Status :: 5 - Production/Stable
 Classifier: Environment :: Plugins
 Classifier: Intended Audience :: System Administrators
@@ -27,6 +26,3 @@
 Requires-Python: >=3.7
 Provides-Extra: dev
 License-File: LICENSE.txt
-
-UNKNOWN
-
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/certbot-apache-1.27.0/certbot_apache.egg-info/requires.txt 
new/certbot-apache-1.28.0/certbot_apache.egg-info/requires.txt
--- old/certbot-apache-1.27.0/certbot_apache.egg-info/requires.txt      
2022-05-03 20:33:24.000000000 +0200
+++ new/certbot-apache-1.28.0/certbot_apache.egg-info/requires.txt      
2022-06-07 21:41:25.000000000 +0200
@@ -1,5 +1,5 @@
-acme>=1.27.0
-certbot>=1.27.0
+acme>=1.28.0
+certbot>=1.28.0
 python-augeas
 setuptools>=41.6.0
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/certbot-apache-1.27.0/setup.py 
new/certbot-apache-1.28.0/setup.py
--- old/certbot-apache-1.27.0/setup.py  2022-05-03 20:33:11.000000000 +0200
+++ new/certbot-apache-1.28.0/setup.py  2022-06-07 21:41:08.000000000 +0200
@@ -1,7 +1,7 @@
 from setuptools import find_packages
 from setuptools import setup
 
-version = '1.27.0'
+version = '1.28.0'
 
 install_requires = [
     # We specify the minimum acme and certbot version as the current plugin

Reply via email to