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 2022-10-27 13:54:35 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-acme (Old) and /work/SRC/openSUSE:Factory/.python-acme.new.2275 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-acme" Thu Oct 27 13:54:35 2022 rev:62 rq:1031480 version:1.31.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-acme/python-acme.changes 2022-09-22 14:50:18.918495665 +0200 +++ /work/SRC/openSUSE:Factory/.python-acme.new.2275/python-acme.changes 2022-10-27 13:55:10.320873463 +0200 @@ -1,0 +2,6 @@ +Tue Oct 4 16:37:19 UTC 2022 - Michael Str??der <mich...@stroeder.com> + +- Update to 1.31.0 + * sync with the main certbot package + +------------------------------------------------------------------- Old: ---- acme-1.30.0.tar.gz acme-1.30.0.tar.gz.asc New: ---- acme-1.31.0.tar.gz acme-1.31.0.tar.gz.asc ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-acme.spec ++++++ --- /var/tmp/diff_new_pack.avyFhE/_old 2022-10-27 13:55:10.900876422 +0200 +++ /var/tmp/diff_new_pack.avyFhE/_new 2022-10-27 13:55:10.904876441 +0200 @@ -20,7 +20,7 @@ %define skip_python2 1 %define libname acme Name: python-%{libname} -Version: 1.30.0 +Version: 1.31.0 Release: 0 Summary: Python library for the ACME protocol License: Apache-2.0 ++++++ acme-1.30.0.tar.gz -> acme-1.31.0.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/acme-1.30.0/PKG-INFO new/acme-1.31.0/PKG-INFO --- old/acme-1.30.0/PKG-INFO 2022-09-07 20:08:20.080492500 +0200 +++ new/acme-1.31.0/PKG-INFO 2022-10-04 16:40:52.979122000 +0200 @@ -1,6 +1,6 @@ Metadata-Version: 2.1 Name: acme -Version: 1.30.0 +Version: 1.31.0 Summary: ACME protocol implementation in Python Home-page: https://github.com/letsencrypt/letsencrypt Author: Certbot Project diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/acme-1.30.0/acme.egg-info/PKG-INFO new/acme-1.31.0/acme.egg-info/PKG-INFO --- old/acme-1.30.0/acme.egg-info/PKG-INFO 2022-09-07 20:08:20.000000000 +0200 +++ new/acme-1.31.0/acme.egg-info/PKG-INFO 2022-10-04 16:40:52.000000000 +0200 @@ -1,6 +1,6 @@ Metadata-Version: 2.1 Name: acme -Version: 1.30.0 +Version: 1.31.0 Summary: ACME protocol implementation in Python Home-page: https://github.com/letsencrypt/letsencrypt Author: Certbot Project diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/acme-1.30.0/setup.py new/acme-1.31.0/setup.py --- old/acme-1.30.0/setup.py 2022-09-07 20:08:16.000000000 +0200 +++ new/acme-1.31.0/setup.py 2022-10-04 16:40:42.000000000 +0200 @@ -3,7 +3,7 @@ from setuptools import find_packages from setuptools import setup -version = '1.30.0' +version = '1.31.0' install_requires = [ 'cryptography>=2.5.0',