[pytango] branch master updated (4f97b36 -> 52c3fd7)

Frédéric-Emmanuel Picca picca at moszumanska.debian.org
Wed Oct 1 04:20:00 UTC 2014


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

picca pushed a change to branch master
in repository pytango.

      from  4f97b36   prepare release
       new  ea8f1e0   Imported Upstream version 8.1.4
       new  3b08bc7   Merge tag 'upstream/8.1.4'
       new  12d2459   update the copyright for 8.1.4
       new  52c3fd7   release

The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 PKG-INFO                                           |    2 +-
 debian/changelog                                   |    6 +
 debian/copyright                                   |   24 +
 doc/_static/PowerSupplyDS.py                       |   80 +
 doc/_static/arrow03.png                            |  Bin 0 -> 5669 bytes
 doc/_static/banner1.png                            |  Bin 335135 -> 237697 bytes
 doc/_static/banner2.png                            |  Bin 89184 -> 73015 bytes
 doc/_static/banner3.png                            |  Bin 108825 -> 83303 bytes
 .../ipython/resource => doc/_static}/database.png  |  Bin
 .../ipython/resource => doc/_static}/device.png    |  Bin
 doc/_static/ipython_db.html                        |   25 +
 doc/_static/ipython_motor.html                     |   56 +
 doc/_static/ipython_serial.html                    |   56 +
 doc/_static/ipython_tango.html                     |  314 ++
 doc/_static/itango.ico                             |  Bin 0 -> 16446 bytes
 doc/_static/itango.png                             |  Bin 0 -> 15517 bytes
 doc/{itango => _static}/itango00.png               |  Bin
 doc/{itango => _static}/itango01.png               |  Bin
 doc/{itango => _static}/itango02.png               |  Bin
 doc/{itango => _static}/itango03.png               |  Bin
 doc/{itango => _static}/itango04.png               |  Bin
 doc/{itango => _static}/itango05.png               |  Bin
 doc/{itango => _static}/itango06.png               |  Bin
 doc/_static/jive_powersupply.png                   |  Bin 0 -> 14023 bytes
 doc/_static/jssor.css                              |   23 +
 doc/_static/jssor.js                               | 2806 ++++++++++++++
 doc/_static/jssor.slider.js                        | 4081 ++++++++++++++++++++
 .../ipython/resource => doc/_static}/motor.png     |  Bin
 doc/_static/serial.png                             |  Bin 0 -> 6323 bytes
 .../ipython/resource => doc/_static}/starter.png   |  Bin
 doc/_templates/index.html                          |  154 +-
 doc/_templates/indexsidebar.html                   |   14 +-
 doc/_templates/layout.html                         |    2 +
 doc/api.rst                                        |    8 +-
 doc/{client => client_api}/attribute_proxy.rst     |    0
 doc/{client => client_api}/device_proxy.rst        |    0
 doc/client_api/green.rst                           |   21 +
 doc/{client => client_api}/group.rst               |    0
 doc/{client => client_api}/index.rst               |    1 +
 doc/client_api/miscellaneous.rst                   |  144 +
 doc/{client => client_api}/other.rst               |    0
 doc/conf.py                                        |    4 +
 doc/contents.rst                                   |   11 +-
 doc/data_types.rst                                 |    2 +-
 doc/exception.rst                                  |   48 +-
 doc/faq.rst                                        |  132 +-
 doc/{client/miscellaneous.rst => green.rst}        |  176 +-
 doc/{server/index.rst => howto.rst}                | 1084 ++++--
 doc/{itango/highlights.rst => itango.rst}          |  102 +-
 doc/itango/features.rst                            |   40 -
 doc/itango/index.rst                               |   32 -
 doc/quicktour.rst                                  |  629 +--
 doc/quicktour_old.rst                              |  439 ---
 doc/revision.rst                                   |  529 +--
 doc/server/server.rst                              |  109 -
 doc/{server => server_api}/attribute.rst           |    0
 doc/{server => server_api}/device.rst              |    4 +-
 doc/{server => server_api}/device_class.rst        |    0
 doc/server_api/index.rst                           |   14 +
 doc/{server => server_api}/logging.rst             |    0
 doc/server_api/server.rst                          |  303 ++
 doc/{server => server_api}/util.rst                |    0
 doc/start.rst                                      |   25 +-
 doc/tep/tep-0001.rst                               |   45 +-
 doc/utilities.rst                                  |   23 +
 setup.py                                           |   70 +-
 src/boost/cpp/attr_conf_event_data.cpp             |   45 +-
 src/boost/cpp/attribute_proxy.cpp                  |   19 +-
 src/boost/cpp/base_types.cpp                       |   73 +-
 src/boost/cpp/callback.cpp                         |    5 +
 src/boost/cpp/callback.h                           |    6 +-
 src/boost/cpp/data_ready_event_data.cpp            |   39 +-
 src/boost/cpp/device_attribute.cpp                 |    2 +-
 src/boost/cpp/device_attribute.h                   |   10 +-
 src/boost/cpp/device_proxy.cpp                     |   12 +
 src/boost/cpp/event_data.cpp                       |   45 +-
 src/boost/cpp/fast_from_py.h                       |    3 +-
 src/boost/cpp/fast_from_py_numpy.hpp               |    1 -
 src/boost/cpp/server/attribute.cpp                 |  153 +-
 src/boost/cpp/server/attribute.h                   |    7 +
 src/boost/cpp/server/command.cpp                   |   19 +-
 src/boost/cpp/server/device_class.cpp              |   77 +-
 src/boost/cpp/server/device_impl.cpp               |   83 +-
 src/boost/cpp/server/device_impl.h                 |    2 +-
 src/boost/cpp/server/dserver.cpp                   |    7 -
 src/boost/cpp/server/tango_util.cpp                |   28 +-
 src/boost/cpp/server/wattribute.cpp                |  108 +-
 src/boost/cpp/to_py_numpy.hpp                      |    2 -
 src/boost/python/__init__.py                       |   68 +-
 src/boost/python/attr_data.py                      |    9 +-
 src/boost/python/client.py                         |  232 +-
 src/boost/python/codec.py                          |   22 +
 src/boost/python/connection.py                     |    8 +-
 src/boost/python/constants.py~                     |    0
 src/boost/python/databaseds/DataBaseds             |    5 +-
 src/boost/python/databaseds/create_db.sql          |    6 +
 src/boost/python/databaseds/database.py            |  750 +++-
 src/boost/python/databaseds/db_access.py           |  517 ---
 src/boost/python/databaseds/db_access/__init__.py  |   14 +
 src/boost/python/databaseds/db_access/sqlite3.py   | 1575 ++++++++
 src/boost/python/db.py                             |    2 +-
 src/boost/python/device_class.py                   |  744 ++--
 src/boost/python/device_proxy.py                   |   23 +-
 src/boost/python/device_server.py                  |  129 +-
 src/boost/python/group.py                          |    4 +-
 src/boost/python/ipython/__init__.py               |   10 +-
 src/boost/python/ipython/common.py                 |   17 +-
 .../python/ipython/ipython_00_10/ipy_install.py    |   19 +-
 .../python/ipython/ipython_00_11/ipy_install.py    |   15 +-
 .../python/ipython/ipython_00_11/ipython_00_11.py  |    2 +-
 .../python/ipython/ipython_10_00/ipy_install.py    |   17 +-
 .../python/ipython/ipython_10_00/ipython_10_00.py  |  127 +-
 src/boost/python/ipython/resource/serial.png       |  Bin 6365 -> 6323 bytes
 src/boost/python/pytango_init.py                   |    4 +-
 src/boost/python/release.py                        |    2 +-
 src/boost/python/server.py                         | 1700 +++++---
 src/boost/python/server.py.single_threaded.v1      | 1080 ++++++
 src/boost/python/server.py.single_threaded.v2      | 1096 ++++++
 src/boost/python/server.py.single_threaded.v3      | 1124 ++++++
 src/boost/python/server.py.single_threaded.v4      | 1102 ++++++
 src/boost/python/utils.py                          |  262 +-
 121 files changed, 19210 insertions(+), 3859 deletions(-)
 create mode 100644 doc/_static/PowerSupplyDS.py
 create mode 100644 doc/_static/arrow03.png
 copy {src/boost/python/ipython/resource => doc/_static}/database.png (100%)
 copy {src/boost/python/ipython/resource => doc/_static}/device.png (100%)
 create mode 100644 doc/_static/ipython_db.html
 create mode 100644 doc/_static/ipython_motor.html
 create mode 100644 doc/_static/ipython_serial.html
 create mode 100644 doc/_static/ipython_tango.html
 create mode 100644 doc/_static/itango.ico
 create mode 100644 doc/_static/itango.png
 rename doc/{itango => _static}/itango00.png (100%)
 rename doc/{itango => _static}/itango01.png (100%)
 rename doc/{itango => _static}/itango02.png (100%)
 rename doc/{itango => _static}/itango03.png (100%)
 rename doc/{itango => _static}/itango04.png (100%)
 rename doc/{itango => _static}/itango05.png (100%)
 rename doc/{itango => _static}/itango06.png (100%)
 create mode 100644 doc/_static/jive_powersupply.png
 create mode 100644 doc/_static/jssor.css
 create mode 100644 doc/_static/jssor.js
 create mode 100644 doc/_static/jssor.slider.js
 copy {src/boost/python/ipython/resource => doc/_static}/motor.png (100%)
 create mode 100644 doc/_static/serial.png
 copy {src/boost/python/ipython/resource => doc/_static}/starter.png (100%)
 rename doc/{client => client_api}/attribute_proxy.rst (100%)
 rename doc/{client => client_api}/device_proxy.rst (100%)
 create mode 100644 doc/client_api/green.rst
 rename doc/{client => client_api}/group.rst (100%)
 rename doc/{client => client_api}/index.rst (92%)
 create mode 100644 doc/client_api/miscellaneous.rst
 rename doc/{client => client_api}/other.rst (100%)
 rename doc/{client/miscellaneous.rst => green.rst} (75%)
 rename doc/{server/index.rst => howto.rst} (61%)
 rename doc/{itango/highlights.rst => itango.rst} (91%)
 delete mode 100644 doc/itango/features.rst
 delete mode 100644 doc/itango/index.rst
 delete mode 100644 doc/quicktour_old.rst
 delete mode 100644 doc/server/server.rst
 rename doc/{server => server_api}/attribute.rst (100%)
 rename doc/{server => server_api}/device.rst (94%)
 rename doc/{server => server_api}/device_class.rst (100%)
 create mode 100644 doc/server_api/index.rst
 rename doc/{server => server_api}/logging.rst (100%)
 create mode 100644 doc/server_api/server.rst
 rename doc/{server => server_api}/util.rst (100%)
 create mode 100644 src/boost/python/codec.py
 create mode 100644 src/boost/python/constants.py~
 delete mode 100644 src/boost/python/databaseds/db_access.py
 create mode 100644 src/boost/python/databaseds/db_access/__init__.py
 create mode 100644 src/boost/python/databaseds/db_access/sqlite3.py
 create mode 100644 src/boost/python/server.py.single_threaded.v1
 create mode 100644 src/boost/python/server.py.single_threaded.v2
 create mode 100644 src/boost/python/server.py.single_threaded.v3
 create mode 100644 src/boost/python/server.py.single_threaded.v4

-- 
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