Script 'mail_helper' called by obssrc
Hello community,

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

Package is "python-certbot-nginx"

Sat Jun 25 10:24:52 2022 rev:35 rq:984966 version:1.28.0

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/python-certbot-nginx/python-certbot-nginx.changes    
    2022-05-30 12:45:40.696528507 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-certbot-nginx.new.1548/python-certbot-nginx.changes
      2022-06-25 10:25:11.830753845 +0200
@@ -1,0 +2,9 @@
+Fri Jun 24 19:24:23 UTC 2022 - Dirk M??ller <[email protected]>
+
+- 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-nginx-1.27.0.tar.gz

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

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

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

++++++ certbot-nginx-1.27.0.tar.gz -> certbot-nginx-1.28.0.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/certbot-nginx-1.27.0/PKG-INFO 
new/certbot-nginx-1.28.0/PKG-INFO
--- old/certbot-nginx-1.27.0/PKG-INFO   2022-05-03 20:33:29.403052600 +0200
+++ new/certbot-nginx-1.28.0/PKG-INFO   2022-06-07 21:41:30.357125000 +0200
@@ -1,12 +1,11 @@
 Metadata-Version: 2.1
 Name: certbot-nginx
-Version: 1.27.0
+Version: 1.28.0
 Summary: Nginx plugin for Certbot
 Home-page: https://github.com/letsencrypt/letsencrypt
 Author: Certbot Project
 Author-email: [email protected]
 License: Apache License 2.0
-Platform: UNKNOWN
 Classifier: Development Status :: 5 - Production/Stable
 Classifier: Environment :: Plugins
 Classifier: Intended Audience :: System Administrators
@@ -26,6 +25,3 @@
 Classifier: Topic :: Utilities
 Requires-Python: >=3.7
 License-File: LICENSE.txt
-
-UNKNOWN
-
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/certbot-nginx-1.27.0/certbot_nginx/_internal/constants.py 
new/certbot-nginx-1.28.0/certbot_nginx/_internal/constants.py
--- old/certbot-nginx-1.27.0/certbot_nginx/_internal/constants.py       
2022-05-03 20:33:10.000000000 +0200
+++ new/certbot-nginx-1.28.0/certbot_nginx/_internal/constants.py       
2022-06-07 21:41:07.000000000 +0200
@@ -49,6 +49,10 @@
     'af85f6193808a44789a1d293e6cffa249cad9a21135940800958b8e3c72dbc69',
     'a2a612fd21b02abaa32d9d11ac63d987d6e3054dbfa356de5800eea0d7ce17f3',
     '2d9648302e3588a172c318e46bff88ade46fc7a16d6afc85322776a04800d473',
+    '5e21cc66989f26ec46116d979421e538131cf8ab33ffff3f682fbfe491b0ace8',
+    'f5615544105c4eee44f02a604e3e9ae55b3d5bad247160bb18731a0ac531af02',
+    '05a799c4db12f8e15e68219c98056824cbd5ae7b05863225318ae112f343880b',
+    'dc81acfd9670f137d5abbccfe3438d9306d4b6a906439b0fbf6a6756272e7cc7',
 ]
 """SHA256 hashes of the contents of all versions of MOD_SSL_CONF_SRC"""
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/certbot-nginx-1.27.0/certbot_nginx/_internal/tls_configs/options-ssl-nginx-old.conf
 
new/certbot-nginx-1.28.0/certbot_nginx/_internal/tls_configs/options-ssl-nginx-old.conf
--- 
old/certbot-nginx-1.27.0/certbot_nginx/_internal/tls_configs/options-ssl-nginx-old.conf
     2022-05-03 20:33:10.000000000 +0200
+++ 
new/certbot-nginx-1.28.0/certbot_nginx/_internal/tls_configs/options-ssl-nginx-old.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
 
 ssl_session_cache shared:le_nginx_SSL:10m;
 ssl_session_timeout 1440m;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/certbot-nginx-1.27.0/certbot_nginx/_internal/tls_configs/options-ssl-nginx-tls12-only.conf
 
new/certbot-nginx-1.28.0/certbot_nginx/_internal/tls_configs/options-ssl-nginx-tls12-only.conf
--- 
old/certbot-nginx-1.27.0/certbot_nginx/_internal/tls_configs/options-ssl-nginx-tls12-only.conf
      2022-05-03 20:33:10.000000000 +0200
+++ 
new/certbot-nginx-1.28.0/certbot_nginx/_internal/tls_configs/options-ssl-nginx-tls12-only.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
 
 ssl_session_cache shared:le_nginx_SSL:10m;
 ssl_session_timeout 1440m;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/certbot-nginx-1.27.0/certbot_nginx/_internal/tls_configs/options-ssl-nginx-tls13-session-tix-on.conf
 
new/certbot-nginx-1.28.0/certbot_nginx/_internal/tls_configs/options-ssl-nginx-tls13-session-tix-on.conf
--- 
old/certbot-nginx-1.27.0/certbot_nginx/_internal/tls_configs/options-ssl-nginx-tls13-session-tix-on.conf
    2022-05-03 20:33:10.000000000 +0200
+++ 
new/certbot-nginx-1.28.0/certbot_nginx/_internal/tls_configs/options-ssl-nginx-tls13-session-tix-on.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
 
 ssl_session_cache shared:le_nginx_SSL:10m;
 ssl_session_timeout 1440m;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/certbot-nginx-1.27.0/certbot_nginx/_internal/tls_configs/options-ssl-nginx.conf
 
new/certbot-nginx-1.28.0/certbot_nginx/_internal/tls_configs/options-ssl-nginx.conf
--- 
old/certbot-nginx-1.27.0/certbot_nginx/_internal/tls_configs/options-ssl-nginx.conf
 2022-05-03 20:33:10.000000000 +0200
+++ 
new/certbot-nginx-1.28.0/certbot_nginx/_internal/tls_configs/options-ssl-nginx.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
 
 ssl_session_cache shared:le_nginx_SSL:10m;
 ssl_session_timeout 1440m;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/certbot-nginx-1.27.0/certbot_nginx.egg-info/PKG-INFO 
new/certbot-nginx-1.28.0/certbot_nginx.egg-info/PKG-INFO
--- old/certbot-nginx-1.27.0/certbot_nginx.egg-info/PKG-INFO    2022-05-03 
20:33:28.000000000 +0200
+++ new/certbot-nginx-1.28.0/certbot_nginx.egg-info/PKG-INFO    2022-06-07 
21:41:29.000000000 +0200
@@ -1,12 +1,11 @@
 Metadata-Version: 2.1
 Name: certbot-nginx
-Version: 1.27.0
+Version: 1.28.0
 Summary: Nginx plugin for Certbot
 Home-page: https://github.com/letsencrypt/letsencrypt
 Author: Certbot Project
 Author-email: [email protected]
 License: Apache License 2.0
-Platform: UNKNOWN
 Classifier: Development Status :: 5 - Production/Stable
 Classifier: Environment :: Plugins
 Classifier: Intended Audience :: System Administrators
@@ -26,6 +25,3 @@
 Classifier: Topic :: Utilities
 Requires-Python: >=3.7
 License-File: LICENSE.txt
-
-UNKNOWN
-
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/certbot-nginx-1.27.0/certbot_nginx.egg-info/requires.txt 
new/certbot-nginx-1.28.0/certbot_nginx.egg-info/requires.txt
--- old/certbot-nginx-1.27.0/certbot_nginx.egg-info/requires.txt        
2022-05-03 20:33:29.000000000 +0200
+++ new/certbot-nginx-1.28.0/certbot_nginx.egg-info/requires.txt        
2022-06-07 21:41:30.000000000 +0200
@@ -1,5 +1,5 @@
-acme>=1.27.0
-certbot>=1.27.0
+acme>=1.28.0
+certbot>=1.28.0
 PyOpenSSL>=17.3.0
 pyparsing>=2.2.1
 setuptools>=41.6.0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/certbot-nginx-1.27.0/setup.py 
new/certbot-nginx-1.28.0/setup.py
--- old/certbot-nginx-1.27.0/setup.py   2022-05-03 20:33:11.000000000 +0200
+++ new/certbot-nginx-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