Script 'mail_helper' called by obssrc
Hello community,

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

Package is "python-certbot"

Sat Jun 25 10:24:42 2022 rev:42 rq:984953 version:1.28.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-certbot/python-certbot.changes    
2022-05-30 12:45:29.520513633 +0200
+++ /work/SRC/openSUSE:Factory/.python-certbot.new.1548/python-certbot.changes  
2022-06-25 10:25:03.274741630 +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-1.27.0.tar.gz
  certbot-1.27.0.tar.gz.asc

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

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

Other differences:
------------------
++++++ python-certbot.spec ++++++
--- /var/tmp/diff_new_pack.S4lAC4/_old  2022-06-25 10:25:03.806742389 +0200
+++ /var/tmp/diff_new_pack.S4lAC4/_new  2022-06-25 10:25:03.814742401 +0200
@@ -19,7 +19,7 @@
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define skip_python2 1
 Name:           python-certbot
-Version:        1.27.0
+Version:        1.28.0
 Release:        0
 Summary:        ACME client
 License:        Apache-2.0

++++++ certbot-1.27.0.tar.gz -> certbot-1.28.0.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/certbot-1.27.0/CHANGELOG.md 
new/certbot-1.28.0/CHANGELOG.md
--- old/certbot-1.27.0/CHANGELOG.md     2022-05-03 20:33:11.000000000 +0200
+++ new/certbot-1.28.0/CHANGELOG.md     2022-06-07 21:41:07.000000000 +0200
@@ -2,6 +2,24 @@
 
 Certbot adheres to [Semantic Versioning](https://semver.org/).
 
+## 1.28.0 - 2022-06-07
+
+### Added
+
+* Updated Apache/NGINX TLS configs to document contents are based on 
ssl-config.mozilla.org
+
+### Changed
+
+* 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`.
+
+### Fixed
+
+*
+
+More details about these changes can be found on our GitHub repo.
+
 ## 1.27.0 - 2022-05-03
 
 ### Added
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/certbot-1.27.0/PKG-INFO new/certbot-1.28.0/PKG-INFO
--- old/certbot-1.27.0/PKG-INFO 2022-05-03 20:33:13.174623300 +0200
+++ new/certbot-1.28.0/PKG-INFO 2022-06-07 21:41:09.812716700 +0200
@@ -1,12 +1,11 @@
 Metadata-Version: 2.1
 Name: certbot
-Version: 1.27.0
+Version: 1.28.0
 Summary: ACME client
 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 :: Console
 Classifier: Environment :: Console :: Curses
@@ -149,5 +148,3 @@
 .. Do not modify this comment unless you know what you're doing. 
tag:features-end
 
 For extensive documentation on using and contributing to Certbot, go to 
https://certbot.eff.org/docs. If you would like to contribute to the project or 
run the latest code from git, you should read our `developer guide 
<https://certbot.eff.org/docs/contributing.html>`_.
-
-
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/certbot-1.27.0/certbot/__init__.py 
new/certbot-1.28.0/certbot/__init__.py
--- old/certbot-1.27.0/certbot/__init__.py      2022-05-03 20:33:11.000000000 
+0200
+++ new/certbot-1.28.0/certbot/__init__.py      2022-06-07 21:41:08.000000000 
+0200
@@ -1,3 +1,3 @@
 """Certbot client."""
 # version number like 1.2.3a0, must have at least 2 parts, like 1.2
-__version__ = '1.27.0'
+__version__ = '1.28.0'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/certbot-1.27.0/certbot/_internal/cli/__init__.py 
new/certbot-1.28.0/certbot/_internal/cli/__init__.py
--- old/certbot-1.27.0/certbot/_internal/cli/__init__.py        2022-05-03 
20:33:10.000000000 +0200
+++ new/certbot-1.28.0/certbot/_internal/cli/__init__.py        2022-06-07 
21:41:07.000000000 +0200
@@ -438,7 +438,7 @@
     helpful.add(
         "renew", "--no-autorenew", action="store_false",
         default=flag_default("autorenew"), dest="autorenew",
-        help="Disable auto renewal of certificates.")
+        help="Disable auto renewal of certificates. (default: False)")
 
     # Deprecated arguments
     helpful.add_deprecated_argument("--os-packages-only", 0)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/certbot-1.27.0/certbot.egg-info/PKG-INFO 
new/certbot-1.28.0/certbot.egg-info/PKG-INFO
--- old/certbot-1.27.0/certbot.egg-info/PKG-INFO        2022-05-03 
20:33:12.000000000 +0200
+++ new/certbot-1.28.0/certbot.egg-info/PKG-INFO        2022-06-07 
21:41:09.000000000 +0200
@@ -1,12 +1,11 @@
 Metadata-Version: 2.1
 Name: certbot
-Version: 1.27.0
+Version: 1.28.0
 Summary: ACME client
 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 :: Console
 Classifier: Environment :: Console :: Curses
@@ -149,5 +148,3 @@
 .. Do not modify this comment unless you know what you're doing. 
tag:features-end
 
 For extensive documentation on using and contributing to Certbot, go to 
https://certbot.eff.org/docs. If you would like to contribute to the project or 
run the latest code from git, you should read our `developer guide 
<https://certbot.eff.org/docs/contributing.html>`_.
-
-
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/certbot-1.27.0/certbot.egg-info/requires.txt 
new/certbot-1.28.0/certbot.egg-info/requires.txt
--- old/certbot-1.27.0/certbot.egg-info/requires.txt    2022-05-03 
20:33:13.000000000 +0200
+++ new/certbot-1.28.0/certbot.egg-info/requires.txt    2022-06-07 
21:41:09.000000000 +0200
@@ -1,4 +1,4 @@
-acme>=1.27.0
+acme>=1.28.0
 ConfigArgParse>=0.9.3
 configobj>=5.0.6
 cryptography>=2.5.0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/certbot-1.27.0/docs/cli-help.txt 
new/certbot-1.28.0/docs/cli-help.txt
--- old/certbot-1.27.0/docs/cli-help.txt        2022-05-03 20:33:10.000000000 
+0200
+++ new/certbot-1.28.0/docs/cli-help.txt        2022-06-07 21:41:07.000000000 
+0200
@@ -35,7 +35,7 @@
   --agree-tos       Agree to the ACME server's Subscriber Agreement
    -m EMAIL         Email address for important account notifications
 
-options:
+optional arguments:
   -h, --help            show this help message and exit
   -c CONFIG_FILE, --config CONFIG_FILE
                         path to config file (default: /etc/letsencrypt/cli.ini
@@ -126,7 +126,7 @@
                         case, and to know when to deprecate support for past
                         Python versions and flags. If you wish to hide this
                         information from the Let's Encrypt server, set this to
-                        "". (default: CertbotACMEClient/1.26.0 (certbot;
+                        "". (default: CertbotACMEClient/1.27.0 (certbot;
                         OS_NAME OS_VERSION) Authenticator/XXX Installer/YYY
                         (SUBCOMMAND; flags: FLAGS) Py/major.minor.patchlevel).
                         The flags encoded in the user agent are: --duplicate,
@@ -332,7 +332,7 @@
                         new certificates and keys; the shell variable
                         $RENEWED_DOMAINS will contain a space-delimited list
                         of renewed certificate domains (for example,
-                        "example.com www.example.com" (default: None)
+                        "example.com www.example.com") (default: None)
   --disable-hook-validation
                         Ordinarily the commands specified for --pre-
                         hook/--post-hook/--deploy-hook will be checked for

Reply via email to