[pytango] 145/483: Fixes #3570970

Sandor Bodo-Merle sbodomerle-guest at moszumanska.debian.org
Thu Sep 28 19:14:34 UTC 2017


This is an automated email from the git hooks/post-receive script.

sbodomerle-guest pushed a commit to annotated tag bliss_8.10
in repository pytango.

commit f7aecc23c8005817a2dab6c7192d0566396b3b7f
Author: tiagocoutinho <tiagocoutinho at 4e9c00fd-8f2e-0410-aa12-93ce3db5e235>
Date:   Fri Sep 28 08:55:30 2012 +0000

    Fixes #3570970
    
    git-svn-id: http://svn.code.sf.net/p/tango-cs/code/bindings/PyTango/trunk@21175 4e9c00fd-8f2e-0410-aa12-93ce3db5e235
---
 PyTango/ipython/ipython_00_10/ipy_install.py | 6 +++---
 PyTango/ipython/ipython_00_11/ipy_install.py | 6 +++---
 PyTango/release.py                           | 2 +-
 3 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/PyTango/ipython/ipython_00_10/ipy_install.py b/PyTango/ipython/ipython_00_10/ipy_install.py
index 6e27c74..ca833ff 100644
--- a/PyTango/ipython/ipython_00_10/ipy_install.py
+++ b/PyTango/ipython/ipython_00_10/ipy_install.py
@@ -67,15 +67,15 @@ def install(ipydir=None,verbose=True):
             return
     profile = __PROFILE.format(pytangover=PyTango.Release.version, ipyver=IPython.Release.version)
     
-    out.write(u"Installing tango extension to ipython... ")
+    out.write("Installing tango extension to ipython... ")
     out.flush()
     try:
         f = open(f_name, "w")
         f.write(profile)
         f.close()
-        out.write(u"[DONE]\n\n")
+        out.write("[DONE]\n\n")
     except:
-        out.write(u"[FAILED]\n\n")
+        out.write("[FAILED]\n\n")
         raise
     
     ipy_user_config = os.path.join(IPython.genutils.get_ipython_dir(), 'ipy_user_conf.py')
diff --git a/PyTango/ipython/ipython_00_11/ipy_install.py b/PyTango/ipython/ipython_00_11/ipy_install.py
index 8db8d73..0096dce 100644
--- a/PyTango/ipython/ipython_00_11/ipy_install.py
+++ b/PyTango/ipython/ipython_00_11/ipy_install.py
@@ -83,7 +83,7 @@ def install(ipydir=None, verbose=True, profile='tango'):
     if not create_config:
         return
 
-    out.write(u"Installing tango extension to ipython... ")
+    out.write("Installing tango extension to ipython... ")
     out.flush()
 
     profile = __PROFILE.format(pytangover=PyTango.Release.version,
@@ -91,8 +91,8 @@ def install(ipydir=None, verbose=True, profile='tango'):
     with open(abs_config_file_name, "w") as f:
         f.write(profile)
         f.close()
-    out.write(u"[DONE]\n\n")
-    out.write(u"""\
+    out.write("[DONE]\n\n")
+    out.write("""\
 To start ipython with tango interface simply type on the command line:
 %% ipython --profile=tango
 
diff --git a/PyTango/release.py b/PyTango/release.py
index 0770dfd..91e4593 100644
--- a/PyTango/release.py
+++ b/PyTango/release.py
@@ -52,7 +52,7 @@ class Release:
             - keywords : (seq<str>) list of keywords
             - license : (str) the license"""
     name = 'PyTango'
-    version_info = (8, 0, 0, 'final', 0)
+    version_info = (8, 0, 1, 'dev', 0)
     version = '.'.join(map(str, version_info[:3]))
     version_long = version + ''.join(map(str, version_info[3:]))
     version_description = 'This version implements the C++ Tango 8.0 API.'

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/pytango.git



More information about the debian-science-commits mailing list