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 2021-12-21 18:40:56
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-certbot-nginx (Old)
and /work/SRC/openSUSE:Factory/.python-certbot-nginx.new.2520 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-certbot-nginx"
Tue Dec 21 18:40:56 2021 rev:31 rq:941884 version:1.20.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-certbot-nginx/python-certbot-nginx.changes
2021-08-11 11:49:33.841577129 +0200
+++
/work/SRC/openSUSE:Factory/.python-certbot-nginx.new.2520/python-certbot-nginx.changes
2021-12-21 18:41:37.357927213 +0100
@@ -1,0 +2,6 @@
+Mon Dec 13 17:46:02 UTC 2021 - Ferdinand Thiessen <[email protected]>
+
+- update to version 1.20.0
+ * sync with the main certbot package
+
+-------------------------------------------------------------------
Old:
----
certbot-nginx-1.18.0.tar.gz
New:
----
certbot-nginx-1.20.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-certbot-nginx.spec ++++++
--- /var/tmp/diff_new_pack.ub507M/_old 2021-12-21 18:41:37.837927644 +0100
+++ /var/tmp/diff_new_pack.ub507M/_new 2021-12-21 18:41:37.841927647 +0100
@@ -19,7 +19,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1
Name: python-certbot-nginx
-Version: 1.18.0
+Version: 1.20.0
Release: 0
Summary: Nginx plugin for Certbot
License: Apache-2.0
@@ -38,7 +38,6 @@
Requires: python-certbot >= %{version}
Requires: python-pyOpenSSL
Requires: python-pyparsing >= 2.2.0
-Requires: python-zope.interface
BuildArch: noarch
%python_subpackages
++++++ certbot-nginx-1.18.0.tar.gz -> certbot-nginx-1.20.0.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/certbot-nginx-1.18.0/PKG-INFO
new/certbot-nginx-1.20.0/PKG-INFO
--- old/certbot-nginx-1.18.0/PKG-INFO 2021-08-03 22:14:35.720396500 +0200
+++ new/certbot-nginx-1.20.0/PKG-INFO 2021-10-05 15:53:07.641754200 +0200
@@ -1,6 +1,6 @@
Metadata-Version: 2.1
Name: certbot-nginx
-Version: 1.18.0
+Version: 1.20.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.18.0/certbot_nginx/_internal/configurator.py
new/certbot-nginx-1.20.0/certbot_nginx/_internal/configurator.py
--- old/certbot-nginx-1.18.0/certbot_nginx/_internal/configurator.py
2021-08-03 22:12:58.000000000 +0200
+++ new/certbot-nginx-1.20.0/certbot_nginx/_internal/configurator.py
2021-10-05 15:52:55.000000000 +0200
@@ -50,7 +50,7 @@
config files modified by the configurator will lose all their comments.
:ivar config: Configuration.
- :type config: :class:`~certbot.interfaces.IConfig`
+ :type config: certbot.configuration.NamespaceConfig
:ivar parser: Handles low level parsing
:type parser: :class:`~certbot_nginx._internal.parser`
@@ -744,7 +744,7 @@
vhost, ssl_block)
##################################
- # enhancement methods (IInstaller)
+ # enhancement methods (Installer)
##################################
def supported_enhancements(self):
"""Returns currently supported enhancements."""
@@ -956,7 +956,7 @@
self.save_notes += "\tssl_stapling_verify on\n"
######################################
- # Nginx server management (IInstaller)
+ # Nginx server management (Installer)
######################################
def restart(self):
"""Restarts nginx server.
@@ -1086,7 +1086,7 @@
)
###################################################
- # Wrapper functions for Reverter class (IInstaller)
+ # Wrapper functions for Reverter class (Installer)
###################################################
def save(self, title=None, temporary=False):
"""Saves all changes to the configuration files.
@@ -1148,7 +1148,7 @@
self.parser.load()
###########################################################################
- # Challenges Section for IAuthenticator
+ # Challenges Section for Authenticator
###########################################################################
def get_chall_pref(self, unused_domain):
"""Return list of challenge preferences."""
@@ -1232,7 +1232,7 @@
"""
try:
- reload_output: Text = u""
+ reload_output: Text = ""
with tempfile.TemporaryFile() as out:
proc = subprocess.run([nginx_ctl, "-c", nginx_conf, "-s",
"reload"],
env=util.env_no_snap_for_external_calls(),
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/certbot-nginx-1.18.0/certbot_nginx/_internal/constants.py
new/certbot-nginx-1.20.0/certbot_nginx/_internal/constants.py
--- old/certbot-nginx-1.18.0/certbot_nginx/_internal/constants.py
2021-08-03 22:12:58.000000000 +0200
+++ new/certbot-nginx-1.20.0/certbot_nginx/_internal/constants.py
2021-10-05 15:52:55.000000000 +0200
@@ -23,10 +23,12 @@
MOD_SSL_CONF_DEST = "options-ssl-nginx.conf"
-"""Name of the mod_ssl config file as saved in `IConfig.config_dir`."""
+"""Name of the mod_ssl config file as saved
+in `certbot.configuration.NamespaceConfig.config_dir`."""
UPDATED_MOD_SSL_CONF_DIGEST = ".updated-options-ssl-nginx-conf-digest.txt"
-"""Name of the hash of the updated or informed mod_ssl_conf as saved in
`IConfig.config_dir`."""
+"""Name of the hash of the updated or informed mod_ssl_conf as saved
+in `certbot.configuration.NamespaceConfig.config_dir`."""
ALL_SSL_OPTIONS_HASHES = [
'0f81093a1465e3d4eaa8b0c14e77b2a2e93568b0fc1351c2b87893a95f0de87c',
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/certbot-nginx-1.18.0/certbot_nginx/_internal/parser_obj.py
new/certbot-nginx-1.20.0/certbot_nginx/_internal/parser_obj.py
--- old/certbot-nginx-1.18.0/certbot_nginx/_internal/parser_obj.py
2021-08-03 22:12:58.000000000 +0200
+++ new/certbot-nginx-1.20.0/certbot_nginx/_internal/parser_obj.py
2021-10-05 15:52:55.000000000 +0200
@@ -260,7 +260,7 @@
class Block(Parsable):
- """ Any sort of bloc, denoted by a block name and curly braces, like so:
+ """ Any sort of block, denoted by a block name and curly braces, like so:
The parsed block:
block name {
content 1;
@@ -313,8 +313,8 @@
"""
if not Block.should_parse(raw_list):
raise errors.MisconfigurationError("Block parsing expects a list
of length 2. "
- "First element should be a list of string types (the bloc
names), "
- "and second should be another list of statements (the bloc
content).")
+ "First element should be a list of string types (the block
names), "
+ "and second should be another list of statements (the block
content).")
self.names = Sentence(self)
if add_spaces:
raw_list[0].append(" ")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/certbot-nginx-1.18.0/certbot_nginx.egg-info/PKG-INFO
new/certbot-nginx-1.20.0/certbot_nginx.egg-info/PKG-INFO
--- old/certbot-nginx-1.18.0/certbot_nginx.egg-info/PKG-INFO 2021-08-03
22:14:35.000000000 +0200
+++ new/certbot-nginx-1.20.0/certbot_nginx.egg-info/PKG-INFO 2021-10-05
15:53:07.000000000 +0200
@@ -1,6 +1,6 @@
Metadata-Version: 2.1
Name: certbot-nginx
-Version: 1.18.0
+Version: 1.20.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.18.0/certbot_nginx.egg-info/requires.txt
new/certbot-nginx-1.20.0/certbot_nginx.egg-info/requires.txt
--- old/certbot-nginx-1.18.0/certbot_nginx.egg-info/requires.txt
2021-08-03 22:14:35.000000000 +0200
+++ new/certbot-nginx-1.20.0/certbot_nginx.egg-info/requires.txt
2021-10-05 15:53:07.000000000 +0200
@@ -1,6 +1,5 @@
-acme>=1.18.0
-certbot>=1.18.0
+acme>=1.20.0
+certbot>=1.20.0
PyOpenSSL>=17.3.0
pyparsing>=2.2.0
setuptools>=39.0.1
-zope.interface
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/certbot-nginx-1.18.0/setup.py
new/certbot-nginx-1.20.0/setup.py
--- old/certbot-nginx-1.18.0/setup.py 2021-08-03 22:12:59.000000000 +0200
+++ new/certbot-nginx-1.20.0/setup.py 2021-10-05 15:52:56.000000000 +0200
@@ -1,7 +1,7 @@
from setuptools import find_packages
from setuptools import setup
-version = '1.18.0'
+version = '1.20.0'
install_requires = [
# We specify the minimum acme and certbot version as the current plugin
@@ -12,7 +12,6 @@
'PyOpenSSL>=17.3.0',
'pyparsing>=2.2.0',
'setuptools>=39.0.1',
- 'zope.interface',
]
setup(