Hello community, here is the log from the commit of package python-acme for openSUSE:Factory checked in at 2018-05-04 11:31:09 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-acme (Old) and /work/SRC/openSUSE:Factory/.python-acme.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-acme" Fri May 4 11:31:09 2018 rev:18 rq:603739 version:0.24.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-acme/python-acme.changes 2018-04-24 15:31:29.821765746 +0200 +++ /work/SRC/openSUSE:Factory/.python-acme.new/python-acme.changes 2018-05-04 11:31:22.343643675 +0200 @@ -1,0 +2,6 @@ +Thu May 3 15:01:41 UTC 2018 - [email protected] + +- update to 0.24.0 + - No changelog from upstream + +------------------------------------------------------------------- Old: ---- acme-0.23.0.tar.gz acme-0.23.0.tar.gz.asc New: ---- acme-0.24.0.tar.gz acme-0.24.0.tar.gz.asc ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-acme.spec ++++++ --- /var/tmp/diff_new_pack.45sLi0/_old 2018-05-04 11:31:23.543599646 +0200 +++ /var/tmp/diff_new_pack.45sLi0/_new 2018-05-04 11:31:23.547599499 +0200 @@ -21,7 +21,7 @@ %define libname acme Name: python-%{libname} -Version: 0.23.0 +Version: 0.24.0 Release: 0 Summary: Python library for the ACME protocol License: Apache-2.0 ++++++ acme-0.23.0.tar.gz -> acme-0.24.0.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/acme-0.23.0/PKG-INFO new/acme-0.24.0/PKG-INFO --- old/acme-0.23.0/PKG-INFO 2018-04-04 23:56:48.000000000 +0200 +++ new/acme-0.24.0/PKG-INFO 2018-05-02 01:50:51.000000000 +0200 @@ -1,6 +1,6 @@ Metadata-Version: 2.1 Name: acme -Version: 0.23.0 +Version: 0.24.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-0.23.0/acme/messages.py new/acme-0.24.0/acme/messages.py --- old/acme-0.23.0/acme/messages.py 2018-04-04 23:56:02.000000000 +0200 +++ new/acme-0.24.0/acme/messages.py 2018-05-02 01:50:33.000000000 +0200 @@ -435,6 +435,7 @@ # be absent'... then acme-spec gives example with 'expires' # present... That's confusing! expires = fields.RFC3339Field('expires', omitempty=True) + wildcard = jose.Field('wildcard', omitempty=True) @challenges.decoder def challenges(value): # pylint: disable=missing-docstring,no-self-argument diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/acme-0.23.0/acme.egg-info/PKG-INFO new/acme-0.24.0/acme.egg-info/PKG-INFO --- old/acme-0.23.0/acme.egg-info/PKG-INFO 2018-04-04 23:56:48.000000000 +0200 +++ new/acme-0.24.0/acme.egg-info/PKG-INFO 2018-05-02 01:50:51.000000000 +0200 @@ -1,6 +1,6 @@ Metadata-Version: 2.1 Name: acme -Version: 0.23.0 +Version: 0.24.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-0.23.0/setup.py new/acme-0.24.0/setup.py --- old/acme-0.23.0/setup.py 2018-04-04 23:56:02.000000000 +0200 +++ new/acme-0.24.0/setup.py 2018-05-02 01:50:33.000000000 +0200 @@ -4,7 +4,7 @@ from setuptools import find_packages -version = '0.23.0' +version = '0.24.0' # Please update tox.ini when modifying dependency version requirements install_requires = [
