[pytango] 143/483: prepare for PyTango 8

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 37dafa0356fe82f4334fc9391d4de229b132f131
Author: tiagocoutinho <tiagocoutinho at 4e9c00fd-8f2e-0410-aa12-93ce3db5e235>
Date:   Fri Sep 21 15:35:41 2012 +0000

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

diff --git a/PyTango/ipython/ipython_00_10/ipython_00_10.py b/PyTango/ipython/ipython_00_10/ipython_00_10.py
index d582b75..f6b3933 100644
--- a/PyTango/ipython/ipython_00_10/ipython_00_10.py
+++ b/PyTango/ipython/ipython_00_10/ipython_00_10.py
@@ -890,8 +890,8 @@ def init_console(ip):
 
     so = ip.user_ns.get("tango_options", so)
     
-    o.colors = "Tango"
-    o.prompt_in1 = "ITango <$DB_NAME> [\\#]: "
+    #o.colors = "Tango"
+    o.prompt_in1 = "ITango [\\#]: "
     o.prompt_out = "Result [\\#]: "
     banner = """
 %(Purple)sITango %(version)s%(Normal)s -- An interactive %(Purple)sTango%(Normal)s client.
diff --git a/PyTango/ipython/ipython_00_11/ipython_00_11.py b/PyTango/ipython/ipython_00_11/ipython_00_11.py
index d98ed44..e3ec782 100644
--- a/PyTango/ipython/ipython_00_11/ipython_00_11.py
+++ b/PyTango/ipython/ipython_00_11/ipython_00_11.py
@@ -1216,7 +1216,7 @@ def load_config(config):
     #kernel_app = config.IPKernelApp
     ipython_widget = config.IPythonWidget
     ipython_widget.in_prompt  = 'ITango [<span class="in-prompt-number">%i</span>]: '
-    ipython_widget.out_prompt = '   Out [<span class="out-prompt-number">%i</span>]: '
+    ipython_widget.out_prompt = 'Result [<span class="out-prompt-number">%i</span>]: '
     
     #zmq_i_shell = config.ZMQInteractiveShell
     
diff --git a/PyTango/release.py b/PyTango/release.py
index 4bccdfc..0770dfd 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, 'dev', 0)
+    version_info = (8, 0, 0, 'final', 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