[pyzo] branch debian/master updated (ece57d3 -> 65b69ff)

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Tue Jul 11 16:18:17 UTC 2017


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

ghisvail-guest pushed a change to branch debian/master
in repository pyzo.

      from  ece57d3   Release to unstable.
       new  7cb891b   Source tarballs from PyPI
       new  482b581   Update gbp.conf
      adds  a6b8724   New upstream version 4.4.0
       new  49662eb   Updated version 4.4.0 from 'upstream/4.4.0'
       new  bbf1cbf   Refresh the patch queue
       new  75b6f5c   Filter the egg-info directory using extend-diff-ignore
       new  5648156   Add missing Built-Using metadata
       new  608c890   Mark pyzo-doc multiarch foreign
       new  3e0d46a   Clean artefacts generated by the docs
       new  bfa2d12   Normalize the dh_auto_build override
       new  72a570c   Bump standards version to 4.0.0, no changes required
       new  97c7de6   Bump debhelper version to 10, no changes required
       new  65b69ff   Release to unstable

The 12 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:
 .gitignore                                      |    5 -
 .hgignore                                       |    9 -
 Info.plist                                      |    2 +
 PKG-INFO                                        |   56 +
 debian/changelog                                |   16 +
 debian/clean                                    |    1 -
 debian/compat                                   |    2 +-
 debian/control                                  |    6 +-
 debian/gbp.conf                                 |    8 +-
 debian/patches/Disable-install-of-appdata.patch |    2 +-
 debian/rules                                    |   13 +-
 debian/source/options                           |    1 +
 debian/watch                                    |    6 +-
 dllutils.py                                     |  231 --
 doc/Makefile                                    |  177 --
 doc/conf.py                                     |    2 +-
 doc/make.bat                                    |    0
 freezeScript.py                                 |  416 ---
 installerBuilderScript.iss                      |   54 -
 pyzo.egg-info/PKG-INFO                          |   56 +
 pyzo.egg-info/SOURCES.txt                       |  299 +++
 pyzo.egg-info/dependency_links.txt              |    1 +
 pyzo.egg-info/entry_points.txt                  |    3 +
 pyzo.egg-info/not-zip-safe                      |    1 +
 pyzo.egg-info/pbr.json                          |    1 +
 pyzo.egg-info/top_level.txt                     |    1 +
 pyzo.pro                                        |   24 -
 pyzo/__init__.py                                |   22 +-
 pyzo/__main__.py                                |   15 +-
 pyzo/codeeditor/__init__.py                     |   21 +-
 pyzo/codeeditor/_test.py                        |    8 +-
 pyzo/codeeditor/base.py                         |   73 +-
 pyzo/codeeditor/extensions/__init__.py          |    1 +
 pyzo/codeeditor/extensions/appearance.py        |  175 +-
 pyzo/codeeditor/extensions/autocompletion.py    |   46 +-
 pyzo/codeeditor/extensions/behaviour.py         |  112 +-
 pyzo/codeeditor/extensions/calltip.py           |    4 +-
 pyzo/codeeditor/highlighter.py                  |   12 +-
 pyzo/codeeditor/license.txt                     |   26 -
 pyzo/codeeditor/manager.py                      |   30 +-
 pyzo/codeeditor/misc.py                         |   16 +-
 pyzo/codeeditor/parsers/__init__.py             |   51 +-
 pyzo/codeeditor/parsers/c_parser.py             |   18 +-
 pyzo/codeeditor/parsers/cython_parser.py        |   17 +-
 pyzo/codeeditor/parsers/python_parser.py        |   70 +-
 pyzo/codeeditor/parsers/tokens.py               |    8 +-
 pyzo/codeeditor/qt.py                           |    2 +-
 pyzo/codeeditor/style.py                        |   32 +-
 pyzo/codeeditor/textutils.py                    |  368 +--
 pyzo/core/about.py                              |    8 +-
 pyzo/core/assistant.py                          |   10 +-
 pyzo/core/baseTextCtrl.py                       |  157 +-
 pyzo/core/codeparser.py                         |  119 +-
 pyzo/core/commandline.py                        |    8 +-
 pyzo/core/compactTabWidget.py                   |   62 +-
 pyzo/core/editor.py                             |   83 +-
 pyzo/core/editorTabs.py                         |  196 +-
 pyzo/core/history.py                            |  133 +
 pyzo/core/icons.py                              |   46 +-
 pyzo/core/kernelbroker.py                       |   86 +-
 pyzo/core/main.py                               |   42 +-
 pyzo/core/menu.py                               |  631 +++--
 pyzo/core/pyzoLogging.py                        |   13 +-
 pyzo/core/shell.py                              | 3185 +++++++++++------------
 pyzo/core/shellInfoDialog.py                    |   90 +-
 pyzo/core/shellStack.py                         | 1481 ++++++-----
 pyzo/core/splash.py                             |   33 +-
 pyzo/pyzokernel/_nope.py                        |    2 +-
 pyzo/pyzokernel/debug.py                        |   36 +-
 pyzo/pyzokernel/guiintegration.py               | 1121 ++++----
 pyzo/pyzokernel/guisupport.py                   |    8 +-
 pyzo/pyzokernel/interpreter.py                  |  109 +-
 pyzo/pyzokernel/introspection.py                |  826 +++---
 pyzo/pyzokernel/magic.py                        |   83 +-
 pyzo/pyzokernel/pipper.py                       |   11 +-
 pyzo/pyzokernel/start.html                      |   30 -
 pyzo/pyzokernel/start.py                        |   13 +-
 pyzo/resources/defaultConfig.ssdf               |    5 +-
 pyzo/resources/icons/arrow_right.png            |  Bin 0 -> 349 bytes
 pyzo/resources/translations/pyzo_ca_ES.tr       |  584 +++--
 pyzo/resources/translations/pyzo_ca_ES.tr.qm    |  Bin 33299 -> 32994 bytes
 pyzo/resources/translations/pyzo_de_DE.tr       |  576 ++--
 pyzo/resources/translations/pyzo_de_DE.tr.qm    |  Bin 34654 -> 34374 bytes
 pyzo/resources/translations/pyzo_es_ES.tr       |  576 ++--
 pyzo/resources/translations/pyzo_es_ES.tr.qm    |  Bin 34262 -> 34018 bytes
 pyzo/resources/translations/pyzo_fr_FR.tr       |  605 +++--
 pyzo/resources/translations/pyzo_fr_FR.tr.qm    |  Bin 48717 -> 53840 bytes
 pyzo/resources/translations/pyzo_nl_NL.tr       |  587 +++--
 pyzo/resources/translations/pyzo_nl_NL.tr.qm    |  Bin 37083 -> 43806 bytes
 pyzo/resources/translations/pyzo_pt_BR.tr       |  908 ++++---
 pyzo/resources/translations/pyzo_pt_PT.tr       |  584 +++--
 pyzo/resources/translations/pyzo_pt_PT.tr.qm    |  Bin 33944 -> 33660 bytes
 pyzo/resources/translations/pyzo_ru_RU.tr       |  614 +++--
 pyzo/resources/translations/pyzo_ru_RU.tr.qm    |  Bin 29066 -> 28806 bytes
 pyzo/resources/translations/pyzo_sk_SK.tr       |  918 ++++---
 pyzo/resources/translations/pyzo_zh_CN.tr       |  556 ++--
 pyzo/resources/translations/pyzo_zh_CN.tr.qm    |  Bin 23223 -> 23081 bytes
 pyzo/resources/translations/pyzo_zh_TW.tr       |  771 ++++--
 pyzo/resources/translations/pyzo_zh_TW.tr.qm    |  Bin 28450 -> 31809 bytes
 pyzo/resources/tutorial.py                      |  404 +--
 pyzo/tools/__init__.py                          |   38 +-
 pyzo/tools/pyzoFileBrowser/__init__.py          |   25 +-
 pyzo/tools/pyzoFileBrowser/browser.py           |   42 +-
 pyzo/tools/pyzoFileBrowser/importwizard.py      | 1133 ++++----
 pyzo/tools/pyzoFileBrowser/proxies.py           |  896 +++----
 pyzo/tools/pyzoFileBrowser/tasks.py             |   11 +-
 pyzo/tools/pyzoFileBrowser/tree.py              | 1976 +++++++-------
 pyzo/tools/pyzoFileBrowser/utils.py             |  104 +-
 pyzo/tools/pyzoHistoryViewer.py                 |  233 +-
 pyzo/tools/pyzoInteractiveHelp.py               |   26 +-
 pyzo/tools/pyzoLogger.py                        |   13 +-
 pyzo/tools/pyzoSourceStructure.py               |  127 +-
 pyzo/tools/pyzoWebBrowser.py                    |   17 +-
 pyzo/tools/pyzoWorkspace.py                     |   55 +-
 pyzo/util/__init__.py                           |    1 +
 pyzo/util/_locale.py                            |   24 +-
 pyzo/util/bootstrapconda.py                     |   13 +-
 pyzo/util/interpreters/__init__.py              |   10 +-
 pyzo/util/interpreters/inwinreg.py              |   20 +-
 pyzo/util/interpreters/pythoninterpreter.py     |    4 +-
 pyzo/util/paths.py                              |   44 +-
 pyzo/util/pyzowizard.py                         |   64 +-
 pyzo/util/qt/QtCore.py                          |    2 +-
 pyzo/util/qt/QtHelp.py                          |   11 +
 pyzo/util/qt/QtPrintSupport.py                  |   26 +
 pyzo/util/qt/QtWidgets.py                       |    5 +-
 pyzo/util/qt/__init__.py                        |  223 +-
 pyzo/util/qt/_patch/__init__.py                 |    1 +
 pyzo/util/qt/_patch/qcombobox.py                |    2 +-
 pyzo/util/qt/_patch/qheaderview.py              |    7 +
 pyzo/util/qt/_version.py                        |    2 +-
 pyzo/util/qt/uic.py                             |    7 +-
 pyzo/util/zon.py                                |   28 +-
 pyzo/yoton/README.md                            |   59 -
 pyzo/yoton/__init__.py                          |    9 +-
 pyzo/yoton/channels/__init__.py                 |    7 +-
 pyzo/yoton/channels/channels_base.py            |  730 +++---
 pyzo/yoton/channels/channels_file.py            |  400 +--
 pyzo/yoton/channels/channels_pubsub.py          |  814 +++---
 pyzo/yoton/channels/channels_reqrep.py          | 1832 ++++++-------
 pyzo/yoton/channels/channels_state.py           |  277 +-
 pyzo/yoton/channels/message_types.py            |   46 +-
 pyzo/yoton/clientserver.py                      |   69 +-
 pyzo/yoton/connection.py                        |   50 +-
 pyzo/yoton/connection_itc.py                    |    8 +-
 pyzo/yoton/connection_tcp.py                    |   92 +-
 pyzo/yoton/context.py                           | 1112 ++++----
 pyzo/yoton/core.py                              |   42 +-
 pyzo/yoton/events.py                            |   68 +-
 pyzo/yoton/misc.py                              |   36 +-
 pyzo/yoton/tests/_test_inExternalCode.py        |   13 -
 pyzo/yoton/tests/_test_message_stuff.py         |   44 -
 pyzo/yoton/tests/count_lines_of_code.py         |   60 -
 pyzo/yoton/tests/event_driven1.py               |   71 -
 pyzo/yoton/tests/event_driven2.py               |   54 -
 pyzo/yoton/tests/hello_world.py                 |   44 -
 pyzo/yoton/tests/hops.py                        |   29 -
 pyzo/yoton/tests/message_type.py                |   52 -
 pyzo/yoton/tests/reqrep.py                      |   41 -
 pyzo/yoton/tests/routing_splitting.py           |   43 -
 pyzo/yoton/tests/status.py                      |   82 -
 pyzo/yoton/tests/test_networkPackageQueue.py    |   59 -
 pyzo/yoton/tests/test_rapid_reconnect.py        |   23 -
 pyzo/yoton/tests/test_speed.py                  |  147 --
 pyzo/yoton/tests/utest.py                       |  292 ---
 pyzo/yotonloader.py                             |    6 +-
 pyzolauncher.py                                 |    0
 setup.cfg                                       |   17 +
 168 files changed, 15915 insertions(+), 14833 deletions(-)
 delete mode 100644 .gitignore
 delete mode 100644 .hgignore
 create mode 100644 PKG-INFO
 delete mode 100644 debian/clean
 create mode 100644 debian/source/options
 delete mode 100644 dllutils.py
 delete mode 100644 doc/Makefile
 mode change 100644 => 100755 doc/make.bat
 delete mode 100755 freezeScript.py
 delete mode 100644 installerBuilderScript.iss
 create mode 100644 pyzo.egg-info/PKG-INFO
 create mode 100644 pyzo.egg-info/SOURCES.txt
 create mode 100644 pyzo.egg-info/dependency_links.txt
 create mode 100644 pyzo.egg-info/entry_points.txt
 create mode 100644 pyzo.egg-info/not-zip-safe
 create mode 100644 pyzo.egg-info/pbr.json
 create mode 100644 pyzo.egg-info/top_level.txt
 delete mode 100644 pyzo.pro
 mode change 100755 => 100644 pyzo/__main__.py
 delete mode 100644 pyzo/codeeditor/license.txt
 create mode 100644 pyzo/core/history.py
 delete mode 100644 pyzo/pyzokernel/start.html
 create mode 100644 pyzo/resources/icons/arrow_right.png
 create mode 100644 pyzo/util/qt/QtHelp.py
 create mode 100644 pyzo/util/qt/QtPrintSupport.py
 delete mode 100644 pyzo/yoton/README.md
 delete mode 100644 pyzo/yoton/tests/_test_inExternalCode.py
 delete mode 100644 pyzo/yoton/tests/_test_message_stuff.py
 delete mode 100644 pyzo/yoton/tests/count_lines_of_code.py
 delete mode 100644 pyzo/yoton/tests/event_driven1.py
 delete mode 100644 pyzo/yoton/tests/event_driven2.py
 delete mode 100644 pyzo/yoton/tests/hello_world.py
 delete mode 100644 pyzo/yoton/tests/hops.py
 delete mode 100644 pyzo/yoton/tests/message_type.py
 delete mode 100644 pyzo/yoton/tests/reqrep.py
 delete mode 100644 pyzo/yoton/tests/routing_splitting.py
 delete mode 100644 pyzo/yoton/tests/status.py
 delete mode 100644 pyzo/yoton/tests/test_networkPackageQueue.py
 delete mode 100644 pyzo/yoton/tests/test_rapid_reconnect.py
 delete mode 100644 pyzo/yoton/tests/test_speed.py
 delete mode 100644 pyzo/yoton/tests/utest.py
 mode change 100755 => 100644 pyzolauncher.py
 create mode 100644 setup.cfg

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



More information about the debian-science-commits mailing list