Hello community,

here is the log from the commit of package python-zake for openSUSE:Factory 
checked in at 2016-12-08 00:30:08
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-zake (Old)
 and      /work/SRC/openSUSE:Factory/.python-zake.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-zake"

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-zake/python-zake.changes  2015-05-19 
23:47:47.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.python-zake.new/python-zake.changes     
2016-12-08 00:30:09.000000000 +0100
@@ -1,0 +2,5 @@
+Tue Nov 15 10:10:15 UTC 2016 - [email protected]
+
+- update to 0.2.2
+
+-------------------------------------------------------------------

Old:
----
  zake-0.2.1.tar.gz

New:
----
  zake-0.2.2.tar.gz

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

Other differences:
------------------
++++++ python-zake.spec ++++++
--- /var/tmp/diff_new_pack.YabV0B/_old  2016-12-08 00:30:10.000000000 +0100
+++ /var/tmp/diff_new_pack.YabV0B/_new  2016-12-08 00:30:10.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-zake
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,13 +17,13 @@
 
 
 Name:           python-zake
-Version:        0.2.1
+Version:        0.2.2
 Release:        0
 Summary:        Testing utilities for the kazoo library
 License:        Apache-2.0
 Group:          Development/Languages/Python
 Url:            https://github.com/yahoo/Zake
-Source:         
https://pypi.python.org/packages/source/z/zake/zake-%{version}.tar.gz
+Source:         https://pypi.io/packages/source/z/zake/zake-%{version}.tar.gz
 BuildRequires:  python-devel
 BuildRequires:  python-kazoo
 BuildRequires:  python-nose

++++++ zake-0.2.1.tar.gz -> zake-0.2.2.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/zake-0.2.1/PKG-INFO new/zake-0.2.2/PKG-INFO
--- old/zake-0.2.1/PKG-INFO     2015-03-11 01:47:47.000000000 +0100
+++ new/zake-0.2.2/PKG-INFO     2015-05-27 07:06:07.000000000 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: zake
-Version: 0.2.1
+Version: 0.2.2
 Summary: A python package that works to provide a nice set of testing 
utilities for the kazoo library.
 Home-page: https://github.com/yahoo/Zake
 Author: Joshua Harlow
@@ -41,5 +41,4 @@
 Classifier: Programming Language :: Python :: 2.6
 Classifier: Programming Language :: Python :: 2.7
 Classifier: Programming Language :: Python :: 3
-Classifier: Programming Language :: Python :: 3.3
 Classifier: Programming Language :: Python :: 3.4
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/zake-0.2.1/setup.cfg new/zake-0.2.2/setup.cfg
--- old/zake-0.2.1/setup.cfg    2015-03-11 01:47:47.000000000 +0100
+++ new/zake-0.2.2/setup.cfg    2015-05-27 07:06:07.000000000 +0200
@@ -1,6 +1,9 @@
 [global]
 verbose = 0
 
+[bdist_wheel]
+universal = 1
+
 [egg_info]
 tag_build = 
 tag_date = 0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/zake-0.2.1/setup.py new/zake-0.2.2/setup.py
--- old/zake-0.2.1/setup.py     2015-03-11 01:47:03.000000000 +0100
+++ new/zake-0.2.2/setup.py     2015-05-27 07:02:33.000000000 +0200
@@ -26,7 +26,7 @@
 
 setup(
     name='zake',
-    version='0.2.1',
+    version='0.2.2',
     description='A python package that works to provide a nice set of '
                 'testing utilities for the kazoo library.',
     author="Joshua Harlow",
@@ -34,7 +34,7 @@
     url='https://github.com/yahoo/Zake',
     license="ASL 2.0",
     install_requires=[
-        'kazoo',
+        'kazoo>=1.3.1,!=2.1',
         'six',
     ],
     classifiers=[
@@ -47,7 +47,6 @@
         "Programming Language :: Python :: 2.6",
         "Programming Language :: Python :: 2.7",
         "Programming Language :: Python :: 3",
-        "Programming Language :: Python :: 3.3",
         "Programming Language :: Python :: 3.4",
     ],
     keywords="kazoo testing zookeeper",
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/zake-0.2.1/zake.egg-info/PKG-INFO 
new/zake-0.2.2/zake.egg-info/PKG-INFO
--- old/zake-0.2.1/zake.egg-info/PKG-INFO       2015-03-11 01:47:47.000000000 
+0100
+++ new/zake-0.2.2/zake.egg-info/PKG-INFO       2015-05-27 07:06:07.000000000 
+0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: zake
-Version: 0.2.1
+Version: 0.2.2
 Summary: A python package that works to provide a nice set of testing 
utilities for the kazoo library.
 Home-page: https://github.com/yahoo/Zake
 Author: Joshua Harlow
@@ -41,5 +41,4 @@
 Classifier: Programming Language :: Python :: 2.6
 Classifier: Programming Language :: Python :: 2.7
 Classifier: Programming Language :: Python :: 3
-Classifier: Programming Language :: Python :: 3.3
 Classifier: Programming Language :: Python :: 3.4
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/zake-0.2.1/zake.egg-info/SOURCES.txt 
new/zake-0.2.2/zake.egg-info/SOURCES.txt
--- old/zake-0.2.1/zake.egg-info/SOURCES.txt    2015-03-11 01:47:47.000000000 
+0100
+++ new/zake-0.2.2/zake.egg-info/SOURCES.txt    2015-05-27 07:06:07.000000000 
+0200
@@ -10,6 +10,7 @@
 zake.egg-info/PKG-INFO
 zake.egg-info/SOURCES.txt
 zake.egg-info/dependency_links.txt
+zake.egg-info/pbr.json
 zake.egg-info/requires.txt
 zake.egg-info/top_level.txt
 zake/tests/__init__.py
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/zake-0.2.1/zake.egg-info/pbr.json 
new/zake-0.2.2/zake.egg-info/pbr.json
--- old/zake-0.2.1/zake.egg-info/pbr.json       1970-01-01 01:00:00.000000000 
+0100
+++ new/zake-0.2.2/zake.egg-info/pbr.json       2015-05-27 07:06:07.000000000 
+0200
@@ -0,0 +1 @@
+{"is_release": false, "git_version": "f9b3f58"}
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/zake-0.2.1/zake.egg-info/requires.txt 
new/zake-0.2.2/zake.egg-info/requires.txt
--- old/zake-0.2.1/zake.egg-info/requires.txt   2015-03-11 01:47:47.000000000 
+0100
+++ new/zake-0.2.2/zake.egg-info/requires.txt   2015-05-27 07:06:07.000000000 
+0200
@@ -1,2 +1,2 @@
-kazoo
+kazoo>=1.3.1,!=2.1
 six
\ No newline at end of file


Reply via email to