Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-acme for openSUSE:Factory checked in at 2026-05-07 15:44:32 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-acme (Old) and /work/SRC/openSUSE:Factory/.python-acme.new.1966 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-acme" Thu May 7 15:44:32 2026 rev:82 rq:1351312 version:5.5.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-acme/python-acme.changes 2026-03-16 15:49:14.566080757 +0100 +++ /work/SRC/openSUSE:Factory/.python-acme.new.1966/python-acme.changes 2026-05-07 15:46:16.410312239 +0200 @@ -1,0 +2,17 @@ +Wed May 6 20:14:08 UTC 2026 - Dirk Müller <[email protected]> + +- update to 5.5.0: + * Moved nearly all code for the certbot-nginx and certbot- + apache plugins into private modules in the certbot package + which now offers "apache" and "nginx" extras. Users should + notice no major changes. certbot-apache and certbot-nginx + will continue to exist as simple packages that depend on + certbot and also help register the plugin with certbot so it + knows the functionality is available. Unit tests for these + plugins are now also part of the certbot package. + * The certbot.ocsp module has been deprecated and will be + removed in the next major release. This is not a change to + Certbot's OCSP functionality. The code is just being removed + from Certbot's public API. + +------------------------------------------------------------------- Old: ---- acme-5.4.0.tar.gz New: ---- acme-5.5.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-acme.spec ++++++ --- /var/tmp/diff_new_pack.B196Gk/_old 2026-05-07 15:46:17.378351958 +0200 +++ /var/tmp/diff_new_pack.B196Gk/_new 2026-05-07 15:46:17.390352450 +0200 @@ -19,7 +19,7 @@ %{?sle15_python_module_pythons} %define libname acme Name: python-%{libname} -Version: 5.4.0 +Version: 5.5.0 Release: 0 Summary: Python library for the ACME protocol License: Apache-2.0 ++++++ acme-5.4.0.tar.gz -> acme-5.5.0.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/acme-5.4.0/PKG-INFO new/acme-5.5.0/PKG-INFO --- old/acme-5.4.0/PKG-INFO 2026-03-10 18:46:58.723157200 +0100 +++ new/acme-5.5.0/PKG-INFO 2026-04-07 18:37:48.284696800 +0200 @@ -1,6 +1,6 @@ Metadata-Version: 2.4 Name: acme -Version: 5.4.0 +Version: 5.5.0 Summary: ACME protocol implementation in Python Author: Certbot Project License-Expression: Apache-2.0 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/acme-5.4.0/setup.py new/acme-5.5.0/setup.py --- old/acme-5.4.0/setup.py 2026-03-10 18:46:56.000000000 +0100 +++ new/acme-5.5.0/setup.py 2026-04-07 18:37:45.000000000 +0200 @@ -1,6 +1,6 @@ from setuptools import setup -version = '5.4.0' +version = '5.5.0' setup( version=version, diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/acme-5.4.0/src/acme.egg-info/PKG-INFO new/acme-5.5.0/src/acme.egg-info/PKG-INFO --- old/acme-5.4.0/src/acme.egg-info/PKG-INFO 2026-03-10 18:46:58.000000000 +0100 +++ new/acme-5.5.0/src/acme.egg-info/PKG-INFO 2026-04-07 18:37:48.000000000 +0200 @@ -1,6 +1,6 @@ Metadata-Version: 2.4 Name: acme -Version: 5.4.0 +Version: 5.5.0 Summary: ACME protocol implementation in Python Author: Certbot Project License-Expression: Apache-2.0
