Hello community, here is the log from the commit of package python-acme for openSUSE:Factory checked in at 2019-10-02 14:56:02 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-acme (Old) and /work/SRC/openSUSE:Factory/.python-acme.new.2352 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-acme" Wed Oct 2 14:56:02 2019 rev:36 rq:734564 version:0.39.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-acme/python-acme.changes 2019-09-13 14:59:00.485278989 +0200 +++ /work/SRC/openSUSE:Factory/.python-acme.new.2352/python-acme.changes 2019-10-02 14:56:05.143256472 +0200 @@ -1,0 +2,6 @@ +Wed Oct 2 10:07:04 UTC 2019 - Marketa Calabkova <[email protected]> + +- update to version 0.39.0 + * Support for Python 3.8 was added to Certbot and all of its components. + +------------------------------------------------------------------- Old: ---- acme-0.38.0.tar.gz acme-0.38.0.tar.gz.asc New: ---- acme-0.39.0.tar.gz acme-0.39.0.tar.gz.asc ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-acme.spec ++++++ --- /var/tmp/diff_new_pack.eLscWO/_old 2019-10-02 14:56:05.655255129 +0200 +++ /var/tmp/diff_new_pack.eLscWO/_new 2019-10-02 14:56:05.659255118 +0200 @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define libname acme Name: python-%{libname} -Version: 0.38.0 +Version: 0.39.0 Release: 0 Summary: Python library for the ACME protocol License: Apache-2.0 ++++++ acme-0.38.0.tar.gz -> acme-0.39.0.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/acme-0.38.0/PKG-INFO new/acme-0.39.0/PKG-INFO --- old/acme-0.38.0/PKG-INFO 2019-09-03 21:42:42.000000000 +0200 +++ new/acme-0.39.0/PKG-INFO 2019-10-01 21:48:48.000000000 +0200 @@ -1,6 +1,6 @@ Metadata-Version: 2.1 Name: acme -Version: 0.38.0 +Version: 0.39.0 Summary: ACME protocol implementation in Python Home-page: https://github.com/letsencrypt/letsencrypt Author: Certbot Project @@ -19,6 +19,7 @@ Classifier: Programming Language :: Python :: 3.5 Classifier: Programming Language :: Python :: 3.6 Classifier: Programming Language :: Python :: 3.7 +Classifier: Programming Language :: Python :: 3.8 Classifier: Topic :: Internet :: WWW/HTTP Classifier: Topic :: Security Requires-Python: >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.* diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/acme-0.38.0/acme.egg-info/PKG-INFO new/acme-0.39.0/acme.egg-info/PKG-INFO --- old/acme-0.38.0/acme.egg-info/PKG-INFO 2019-09-03 21:42:42.000000000 +0200 +++ new/acme-0.39.0/acme.egg-info/PKG-INFO 2019-10-01 21:48:48.000000000 +0200 @@ -1,6 +1,6 @@ Metadata-Version: 2.1 Name: acme -Version: 0.38.0 +Version: 0.39.0 Summary: ACME protocol implementation in Python Home-page: https://github.com/letsencrypt/letsencrypt Author: Certbot Project @@ -19,6 +19,7 @@ Classifier: Programming Language :: Python :: 3.5 Classifier: Programming Language :: Python :: 3.6 Classifier: Programming Language :: Python :: 3.7 +Classifier: Programming Language :: Python :: 3.8 Classifier: Topic :: Internet :: WWW/HTTP Classifier: Topic :: Security Requires-Python: >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.* diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/acme-0.38.0/setup.py new/acme-0.39.0/setup.py --- old/acme-0.38.0/setup.py 2019-09-03 21:42:36.000000000 +0200 +++ new/acme-0.39.0/setup.py 2019-10-01 21:48:41.000000000 +0200 @@ -3,7 +3,7 @@ from setuptools.command.test import test as TestCommand import sys -version = '0.38.0' +version = '0.39.0' # Please update tox.ini when modifying dependency version requirements install_requires = [ @@ -73,6 +73,7 @@ 'Programming Language :: Python :: 3.5', 'Programming Language :: Python :: 3.6', 'Programming Language :: Python :: 3.7', + 'Programming Language :: Python :: 3.8', 'Topic :: Internet :: WWW/HTTP', 'Topic :: Security', ],
