Hello community,

here is the log from the commit of package python-EasyProcess for 
openSUSE:Factory checked in at 2013-03-08 13:26:46
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-EasyProcess (Old)
 and      /work/SRC/openSUSE:Factory/.python-EasyProcess.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-EasyProcess", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-EasyProcess/python-EasyProcess.changes    
2013-02-17 17:12:32.000000000 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-EasyProcess.new/python-EasyProcess.changes   
    2013-03-08 13:26:47.000000000 +0100
@@ -1,0 +2,6 @@
+Sun Feb 17 14:07:19 UTC 2013 - [email protected]
+
+- Update to version 0.1.6:
+  * No changelog available
+
+-------------------------------------------------------------------
python3-EasyProcess.changes: same change

Old:
----
  EasyProcess-0.1.5.tar.gz

New:
----
  EasyProcess-0.1.6.tar.gz

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

Other differences:
------------------
++++++ python-EasyProcess.spec ++++++
--- /var/tmp/diff_new_pack.hE9lZn/_old  2013-03-08 13:26:51.000000000 +0100
+++ /var/tmp/diff_new_pack.hE9lZn/_new  2013-03-08 13:26:51.000000000 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           python-EasyProcess
-Version:        0.1.5
+Version:        0.1.6
 Release:        0
 Url:            https://github.com/ponty/easyprocess
 Summary:        Easy to use python subprocess interface

python3-EasyProcess.spec: same change
++++++ EasyProcess-0.1.5.tar.gz -> EasyProcess-0.1.6.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/EasyProcess-0.1.5/EasyProcess.egg-info/PKG-INFO 
new/EasyProcess-0.1.6/EasyProcess.egg-info/PKG-INFO
--- old/EasyProcess-0.1.5/EasyProcess.egg-info/PKG-INFO 2013-02-16 
11:04:00.000000000 +0100
+++ new/EasyProcess-0.1.6/EasyProcess.egg-info/PKG-INFO 2013-02-16 
18:09:41.000000000 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: EasyProcess
-Version: 0.1.5
+Version: 0.1.6
 Summary: Easy to use python subprocess interface.
 Home-page: https://github.com/ponty/easyprocess
 Author: ponty
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/EasyProcess-0.1.5/PKG-INFO 
new/EasyProcess-0.1.6/PKG-INFO
--- old/EasyProcess-0.1.5/PKG-INFO      2013-02-16 11:04:01.000000000 +0100
+++ new/EasyProcess-0.1.6/PKG-INFO      2013-02-16 18:09:41.000000000 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: EasyProcess
-Version: 0.1.5
+Version: 0.1.6
 Summary: Easy to use python subprocess interface.
 Home-page: https://github.com/ponty/easyprocess
 Author: ponty
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/EasyProcess-0.1.5/easyprocess/__init__.py 
new/EasyProcess-0.1.6/easyprocess/__init__.py
--- old/EasyProcess-0.1.5/easyprocess/__init__.py       2013-02-16 
10:57:20.000000000 +0100
+++ new/EasyProcess-0.1.6/easyprocess/__init__.py       2013-02-16 
17:46:35.000000000 +0100
@@ -14,7 +14,7 @@
 import time
 import ConfigParser
 
-__version__ = '0.1.5'
+__version__ = '0.1.6'
 
 log = logging.getLogger(__name__)
 # log=logging
@@ -84,7 +84,7 @@
     '''
     config = None
 
-    def __init__(self, cmd, ubuntu_package=None, url=None, cwd=None, 
use_temp_files=False):
+    def __init__(self, cmd, ubuntu_package=None, url=None, cwd=None, 
use_temp_files=True):
         self.use_temp_files = use_temp_files
         self._outputs_processed = False
 

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to