Hello community,

here is the log from the commit of package python-acme for openSUSE:Factory 
checked in at 2020-08-21 19:11:58
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-acme (Old)
 and      /work/SRC/openSUSE:Factory/.python-acme.new.3399 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-acme"

Fri Aug 21 19:11:58 2020 rev:46 rq:828416 version:1.7.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-acme/python-acme.changes  2020-07-15 
15:01:41.151214944 +0200
+++ /work/SRC/openSUSE:Factory/.python-acme.new.3399/python-acme.changes        
2020-08-21 19:13:00.256670863 +0200
@@ -1,0 +2,7 @@
+Fri Aug 21 08:28:01 UTC 2020 - Marketa Calabkova <[email protected]>
+
+- update to version 1.7.0
+  * We deprecated support for Python 3.5 in Certbot and its ACME library.
+    Support for Python 3.5 will be removed in the next major release of 
Certbot.
+
+-------------------------------------------------------------------

Old:
----
  acme-1.6.0.tar.gz
  acme-1.6.0.tar.gz.asc

New:
----
  acme-1.7.0.tar.gz
  acme-1.7.0.tar.gz.asc

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-acme.spec ++++++
--- /var/tmp/diff_new_pack.iJV7EU/_old  2020-08-21 19:13:04.404673327 +0200
+++ /var/tmp/diff_new_pack.iJV7EU/_new  2020-08-21 19:13:04.408673329 +0200
@@ -19,7 +19,7 @@
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define libname acme
 Name:           python-%{libname}
-Version:        1.6.0
+Version:        1.7.0
 Release:        0
 Summary:        Python library for the ACME protocol
 License:        Apache-2.0
@@ -49,6 +49,9 @@
 Requires:       python-requests >= 2.6.0
 Requires:       python-requests-toolbelt >= 0.3.0
 Requires:       python-six >= 1.9.0
+%ifpython2
+Requires:       python-mock
+%endif
 BuildArch:      noarch
 %if %{?suse_version} < 1500
 BuildRequires:  %{python_module devel}

++++++ acme-1.6.0.tar.gz -> acme-1.7.0.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/acme-1.6.0/PKG-INFO new/acme-1.7.0/PKG-INFO
--- old/acme-1.6.0/PKG-INFO     2020-07-07 19:13:32.000000000 +0200
+++ new/acme-1.7.0/PKG-INFO     2020-08-04 20:20:18.842036200 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: acme
-Version: 1.6.0
+Version: 1.7.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.6.0/acme/__init__.py 
new/acme-1.7.0/acme/__init__.py
--- old/acme-1.6.0/acme/__init__.py     2020-07-07 19:13:19.000000000 +0200
+++ new/acme-1.7.0/acme/__init__.py     2020-08-04 20:20:15.000000000 +0200
@@ -20,3 +20,11 @@
     # preserved (acme.jose.* is josepy.*)
     if mod == 'josepy' or mod.startswith('josepy.'):
         sys.modules['acme.' + mod.replace('josepy', 'jose', 1)] = 
sys.modules[mod]
+
+
+if sys.version_info[:2] == (3, 5):
+    warnings.warn(
+            "Python 3.5 support will be dropped in the next release of "
+            "acme. Please upgrade your Python version.",
+            PendingDeprecationWarning,
+    )  # pragma: no cover
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/acme-1.6.0/acme.egg-info/PKG-INFO 
new/acme-1.7.0/acme.egg-info/PKG-INFO
--- old/acme-1.6.0/acme.egg-info/PKG-INFO       2020-07-07 19:13:32.000000000 
+0200
+++ new/acme-1.7.0/acme.egg-info/PKG-INFO       2020-08-04 20:20:18.000000000 
+0200
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: acme
-Version: 1.6.0
+Version: 1.7.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.6.0/setup.py new/acme-1.7.0/setup.py
--- old/acme-1.6.0/setup.py     2020-07-07 19:13:23.000000000 +0200
+++ new/acme-1.7.0/setup.py     2020-08-04 20:20:16.000000000 +0200
@@ -6,7 +6,7 @@
 from setuptools import setup
 from setuptools.command.test import test as TestCommand
 
-version = '1.6.0'
+version = '1.7.0'
 
 # Please update tox.ini when modifying dependency version requirements
 install_requires = [



Reply via email to