Hello community,

here is the log from the commit of package yast2-geo-cluster for 
openSUSE:Factory checked in at 2017-12-05 01:30:13
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yast2-geo-cluster (Old)
 and      /work/SRC/openSUSE:Factory/.yast2-geo-cluster.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "yast2-geo-cluster"

Tue Dec  5 01:30:13 2017 rev:17 rq:548026 version:4.0.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/yast2-geo-cluster/yast2-geo-cluster.changes      
2017-10-24 22:24:38.616863855 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-geo-cluster.new/yast2-geo-cluster.changes 
2017-12-05 01:30:20.821061144 +0100
@@ -1,0 +2,6 @@
+Fri Dec  1 06:22:22 UTC 2017 - [email protected]
+
+- fate#323526, support python3.
+- Version 4.0.2
+
+-------------------------------------------------------------------

Old:
----
  yast2-geo-cluster-4.0.1.tar.bz2

New:
----
  yast2-geo-cluster-4.0.2.tar.bz2

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

Other differences:
------------------
++++++ yast2-geo-cluster.spec ++++++
--- /var/tmp/diff_new_pack.pTEPbR/_old  2017-12-05 01:30:21.553034551 +0100
+++ /var/tmp/diff_new_pack.pTEPbR/_new  2017-12-05 01:30:21.557034407 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-geo-cluster
-Version:        4.0.1
+Version:        4.0.2
 Release:        0
 
 %define _fwdefdir /etc/sysconfig/SuSEfirewall2.d/services

++++++ yast2-geo-cluster-4.0.1.tar.bz2 -> yast2-geo-cluster-4.0.2.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-geo-cluster-4.0.1/package/yast2-geo-cluster.changes 
new/yast2-geo-cluster-4.0.2/package/yast2-geo-cluster.changes
--- old/yast2-geo-cluster-4.0.1/package/yast2-geo-cluster.changes       
2017-10-23 11:06:43.614271147 +0200
+++ new/yast2-geo-cluster-4.0.2/package/yast2-geo-cluster.changes       
2017-12-04 10:34:20.000000000 +0100
@@ -1,4 +1,10 @@
 -------------------------------------------------------------------
+Fri Dec  1 06:22:22 UTC 2017 - [email protected]
+
+- fate#323526, support python3.
+- Version 4.0.2
+
+-------------------------------------------------------------------
 Thu Sep 28 09:07:29 UTC 2017 - [email protected]
 
 - fate#323960, support manual tickets mode.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-geo-cluster-4.0.1/package/yast2-geo-cluster.spec 
new/yast2-geo-cluster-4.0.2/package/yast2-geo-cluster.spec
--- old/yast2-geo-cluster-4.0.1/package/yast2-geo-cluster.spec  2017-10-23 
11:06:43.614271147 +0200
+++ new/yast2-geo-cluster-4.0.2/package/yast2-geo-cluster.spec  2017-12-04 
10:34:20.000000000 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-geo-cluster
-Version:        4.0.1
+Version:        4.0.2
 Release:        0
 
 %define _fwdefdir /etc/sysconfig/SuSEfirewall2.d/services
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-geo-cluster-4.0.1/src/modules/GeoCluster3.py 
new/yast2-geo-cluster-4.0.2/src/modules/GeoCluster3.py
--- old/yast2-geo-cluster-4.0.1/src/modules/GeoCluster3.py      2017-10-23 
11:06:43.618271147 +0200
+++ new/yast2-geo-cluster-4.0.2/src/modules/GeoCluster3.py      2017-12-04 
10:34:20.000000000 +0100
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/python3
 
 # 
------------------------------------------------------------------------------
 # Copyright (c) 2006 Novell, Inc. All Rights Reserved.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-geo-cluster-4.0.1/src/servers_non_y2/ag_booth 
new/yast2-geo-cluster-4.0.2/src/servers_non_y2/ag_booth
--- old/yast2-geo-cluster-4.0.1/src/servers_non_y2/ag_booth     2017-10-23 
11:06:43.618271147 +0200
+++ new/yast2-geo-cluster-4.0.2/src/servers_non_y2/ag_booth     2017-12-04 
10:34:20.000000000 +0100
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/python3
 # -*- coding: utf8 -*-
 
 #
@@ -273,7 +273,7 @@
 
        return
 
-class BoothConf_Parser:
+class BoothConf_Parser(object):
        def __init__(self):
                load_booth_conf_list()
 
@@ -450,7 +450,7 @@
                        except OSError:
                                pass
 
-class SCR_Agent:
+class SCR_Agent(object):
        def __init__(self):
                self.command = ""
                self.args = ""


Reply via email to