[pytango] 331/483: update doc
Sandor Bodo-Merle
sbodomerle-guest at moszumanska.debian.org
Thu Sep 28 19:14:56 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 76db09cdf5b11ec031d2e4b9d881b0f3a7001124
Author: tiagocoutinho <tiagocoutinho at 4e9c00fd-8f2e-0410-aa12-93ce3db5e235>
Date: Wed Nov 27 14:25:43 2013 +0000
update doc
git-svn-id: http://svn.code.sf.net/p/tango-cs/code/bindings/PyTango/trunk@24401 4e9c00fd-8f2e-0410-aa12-93ce3db5e235
---
doc/client/miscellaneous.rst | 9 ++++-----
doc/revision.rst | 3 ++-
src/boost/python/release.py | 4 ++--
3 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/doc/client/miscellaneous.rst b/doc/client/miscellaneous.rst
index 07b1db5..0eaba34 100644
--- a/doc/client/miscellaneous.rst
+++ b/doc/client/miscellaneous.rst
@@ -159,11 +159,10 @@ gevent mode
.. warning::
Before using gevent mode please note that at the time of writing this
- documentation, *PyTango.gevent* requires an unreleased version 1.0 of
- gevent (the last official version of gevent is 0.13.6 which was released
- more than 2.5 years ago). Also take into account that gevent_ is *not*
- available on python 3.
- So please consider using the *Futures* mode instead.
+ documentation, *PyTango.gevent* requires the latest version 1.0 of
+ gevent (which has been released the day before :-P). Also take into
+ account that gevent_ 1.0 is *not* available on python 3.
+ Please consider using the *Futures* mode instead.
Using gevent_ cooperative mode in PyTango is relatively easy::
diff --git a/doc/revision.rst b/doc/revision.rst
index b7b68f8..0a2d7ae 100644
--- a/doc/revision.rst
+++ b/doc/revision.rst
@@ -73,7 +73,7 @@ History of modifications:
+----------+----------------------------------------------------------------------------------+-----------------------------------------------------+-----------------------+
| 28/08/13 | `8.13 <http://www.tango-controls.org/static/PyTango/v723/doc/html/index.html>`_ | Update to PyTango 7.2.4 | T\. Coutinho |
+----------+----------------------------------------------------------------------------------+-----------------------------------------------------+-----------------------+
-| 22/11/13 | `8.18 <http://www.tango-controls.org/static/PyTango/v810/doc/html/index.html>`_ | Update to PyTango 8.1.1 | T\. Coutinho |
+| 27/11/13 | `8.18 <http://www.tango-controls.org/static/PyTango/v810/doc/html/index.html>`_ | Update to PyTango 8.1.1 | T\. Coutinho |
+----------+----------------------------------------------------------------------------------+-----------------------------------------------------+-----------------------+
.. _version-history:
@@ -98,6 +98,7 @@ Version history
| | - `628: Problem in installing PyTango 8.0.3 on Scientific Linux 6 <https://sourceforge.net/p/tango-cs/bugs/628/>`_ |
| | - `635: Reading of ULong64 attributes does not work <https://sourceforge.net/p/tango-cs/bugs/635/>`_ |
| | - `636: PyTango log messages are not filtered by level <https://sourceforge.net/p/tango-cs/bugs/636/>`_ |
+| | - `637: [pytango] segfault doing write_attribute on Group <https://sourceforge.net/p/tango-cs/bugs/637/>`_ |
+----------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| 8.1.0 | *SKIPPED* |
+----------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------+
diff --git a/src/boost/python/release.py b/src/boost/python/release.py
index 714b0f7..b2d7a64 100644
--- a/src/boost/python/release.py
+++ b/src/boost/python/release.py
@@ -51,8 +51,8 @@ class Release:
license = 'LGPL'
authors = { 'Coutinho' : ('Tiago Coutinho' , 'coutinho at esrf.fr') }
author_lines = "\n".join([ "%s <%s>" % x for x in authors.values()])
- url = 'http://www.tango-controls.org/static/PyTango/'
- download_url = 'http://pypi.python.org/packages/source/P/PyTango'
+ url = 'http://www.tinyurl.com/PyTango/'
+ download_url = 'http://pypi.python.org/pypi/PyTango'
platform = ['Linux', 'Windows XP/Vista/7/8']
keywords = ['Tango', 'CORBA', 'binding']
--
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