Hello community,

here is the log from the commit of package python-acme for openSUSE:Factory 
checked in at 2017-10-08 20:15:06
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-acme (Old)
 and      /work/SRC/openSUSE:Factory/.python-acme.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-acme"

Sun Oct  8 20:15:06 2017 rev:13 rq:532439 version:0.19.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-acme/python-acme.changes  2017-10-02 
16:54:37.926783833 +0200
+++ /work/SRC/openSUSE:Factory/.python-acme.new/python-acme.changes     
2017-10-08 20:15:16.543852008 +0200
@@ -1,0 +2,6 @@
+Sat Oct  7 10:08:12 UTC 2017 - ec...@opensuse.org
+
+- update to 0.19.0
+  - No changelog from upstream
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ python-acme.spec ++++++
--- /var/tmp/diff_new_pack.oyfwvj/_old  2017-10-08 20:15:19.103739390 +0200
+++ /var/tmp/diff_new_pack.oyfwvj/_new  2017-10-08 20:15:19.119738686 +0200
@@ -21,7 +21,7 @@
 %define libname acme
 
 Name:           python-%{libname}
-Version:        0.18.2
+Version:        0.19.0
 Release:        0
 Summary:        Python library for the ACME protocol
 License:        Apache-2.0

++++++ acme-0.18.2.tar.gz -> acme-0.19.0.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/acme-0.18.2/PKG-INFO new/acme-0.19.0/PKG-INFO
--- old/acme-0.18.2/PKG-INFO    2017-09-20 19:45:09.000000000 +0200
+++ new/acme-0.19.0/PKG-INFO    2017-10-04 21:05:25.000000000 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: acme
-Version: 0.18.2
+Version: 0.19.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.18.2/acme.egg-info/PKG-INFO 
new/acme-0.19.0/acme.egg-info/PKG-INFO
--- old/acme-0.18.2/acme.egg-info/PKG-INFO      2017-09-20 19:45:09.000000000 
+0200
+++ new/acme-0.19.0/acme.egg-info/PKG-INFO      2017-10-04 21:05:25.000000000 
+0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: acme
-Version: 0.18.2
+Version: 0.19.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.18.2/acme.egg-info/requires.txt 
new/acme-0.19.0/acme.egg-info/requires.txt
--- old/acme-0.18.2/acme.egg-info/requires.txt  2017-09-20 19:45:09.000000000 
+0200
+++ new/acme-0.19.0/acme.egg-info/requires.txt  2017-10-04 21:05:25.000000000 
+0200
@@ -5,7 +5,7 @@
 pytz
 requests[security]>=2.4.1
 setuptools>=1.0
-six
+six>=1.9.0
 
 [dev]
 nose
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/acme-0.18.2/setup.py new/acme-0.19.0/setup.py
--- old/acme-0.18.2/setup.py    2017-09-20 19:44:43.000000000 +0200
+++ new/acme-0.19.0/setup.py    2017-10-04 21:05:07.000000000 +0200
@@ -4,7 +4,7 @@
 from setuptools import find_packages
 
 
-version = '0.18.2'
+version = '0.19.0'
 
 # Please update tox.ini when modifying dependency version requirements
 install_requires = [
@@ -20,7 +20,7 @@
     # For pkg_resources. >=1.0 so pip resolves it to a version cryptography
     # will tolerate; see #2599:
     'setuptools>=1.0',
-    'six',
+    'six>=1.9.0',  # needed for python_2_unicode_compatible
 ]
 
 # env markers cause problems with older pip and setuptools



Reply via email to