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 2024-06-25 23:08:56 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-acme (Old) and /work/SRC/openSUSE:Factory/.python-acme.new.18349 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "python-acme" Tue Jun 25 23:08:56 2024 rev:68 rq:1183166 version:2.11.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-acme/python-acme.changes 2024-05-16 17:19:42.613783954 +0200 +++ /work/SRC/openSUSE:Factory/.python-acme.new.18349/python-acme.changes 2024-06-25 23:10:10.688212484 +0200 @@ -1,0 +2,6 @@ +Tue Jun 25 12:13:18 UTC 2024 - Markéta Machová <mmachova@suse.com> + +- Update to 2.11.0 + * sync with the main certbot package + +------------------------------------------------------------------- Old: ---- acme-2.10.0.tar.gz New: ---- acme-2.11.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-acme.spec ++++++ --- /var/tmp/diff_new_pack.PnlvrK/_old 2024-06-25 23:10:12.552280434 +0200 +++ /var/tmp/diff_new_pack.PnlvrK/_new 2024-06-25 23:10:12.572281163 +0200 @@ -19,7 +19,7 @@ %{?sle15_python_module_pythons} %define libname acme Name: python-%{libname} -Version: 2.10.0 +Version: 2.11.0 Release: 0 Summary: Python library for the ACME protocol License: Apache-2.0 ++++++ acme-2.10.0.tar.gz -> acme-2.11.0.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/acme-2.10.0/PKG-INFO new/acme-2.11.0/PKG-INFO --- old/acme-2.10.0/PKG-INFO 2024-04-02 23:20:01.087620300 +0200 +++ new/acme-2.11.0/PKG-INFO 2024-06-05 23:34:04.477813500 +0200 @@ -1,6 +1,6 @@ Metadata-Version: 2.1 Name: acme -Version: 2.10.0 +Version: 2.11.0 Summary: ACME protocol implementation in Python Home-page: https://github.com/certbot/certbot Author: Certbot Project diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/acme-2.10.0/acme.egg-info/PKG-INFO new/acme-2.11.0/acme.egg-info/PKG-INFO --- old/acme-2.10.0/acme.egg-info/PKG-INFO 2024-04-02 23:20:01.000000000 +0200 +++ new/acme-2.11.0/acme.egg-info/PKG-INFO 2024-06-05 23:34:04.000000000 +0200 @@ -1,6 +1,6 @@ Metadata-Version: 2.1 Name: acme -Version: 2.10.0 +Version: 2.11.0 Summary: ACME protocol implementation in Python Home-page: https://github.com/certbot/certbot Author: Certbot Project diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/acme-2.10.0/setup.py new/acme-2.11.0/setup.py --- old/acme-2.10.0/setup.py 2024-04-02 23:20:00.000000000 +0200 +++ new/acme-2.11.0/setup.py 2024-06-05 23:34:03.000000000 +0200 @@ -3,7 +3,7 @@ from setuptools import find_packages from setuptools import setup -version = '2.10.0' +version = '2.11.0' install_requires = [ 'cryptography>=3.2.1',