[Python-modules-commits] [prompt-toolkit] 03/04: [ Ondřej Nový ] [ Scott Kitterman ] New upstream release

Scott Kitterman kitterman at moszumanska.debian.org
Sun Apr 3 02:02:52 UTC 2016


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

kitterman pushed a commit to branch master
in repository prompt-toolkit.

commit 01398e25d4789108e9d098b01e513b2dac96749c
Merge: c41b557 a26a5f5
Author: Scott Kitterman <scott at kitterman.com>
Date:   Sat Apr 2 22:00:14 2016 -0400

    [ Ondřej Nový ]
    [ Scott Kitterman ]
    New upstream release

 CHANGELOG                                          | 102 +++
 PKG-INFO                                           |  32 +-
 README.rst                                         |  13 +-
 debian/.git-dpm                                    |   6 +-
 debian/changelog                                   |   6 +-
 ...d-compatibility-stubs-for-renamed-functio.patch |  22 -
 debian/patches/series                              |   1 -
 examples/autocompletion.py                         |   7 +-
 examples/bottom-toolbar.py                         |   6 +-
 examples/clock-input.py                            |   4 +-
 examples/colored-prompt.py                         |  10 +-
 examples/full-screen-layout.py                     |   7 +-
 examples/get-multiline-input.py                    |  12 +-
 examples/html-input.py                             |   1 +
 examples/print-tokens.py                           |  25 +
 examples/regular-language.py                       |   7 +-
 examples/rprompt.py                                |  29 +
 examples/switch-between-vi-emacs.py                |  20 +-
 prompt_toolkit.egg-info/PKG-INFO                   |  32 +-
 prompt_toolkit.egg-info/SOURCES.txt                |  14 +-
 prompt_toolkit.egg-info/requires.txt               |   1 -
 prompt_toolkit/__init__.py                         |   3 +-
 prompt_toolkit/application.py                      |   5 +-
 prompt_toolkit/buffer.py                           |  54 +-
 prompt_toolkit/cache.py                            |  86 +++
 prompt_toolkit/contrib/regular_languages/lexer.py  |  28 +-
 prompt_toolkit/document.py                         | 268 ++++++--
 prompt_toolkit/eventloop/asyncio_win32.py          |   2 +
 prompt_toolkit/eventloop/win32.py                  |  21 +-
 prompt_toolkit/filters/base.py                     |  33 +-
 prompt_toolkit/filters/types.py                    |  56 +-
 prompt_toolkit/filters/utils.py                    |   8 +-
 prompt_toolkit/history.py                          |   3 +-
 prompt_toolkit/interface.py                        | 101 ++-
 prompt_toolkit/key_binding/bindings/basic.py       |  13 +-
 prompt_toolkit/key_binding/bindings/emacs.py       |  39 +-
 prompt_toolkit/key_binding/bindings/scroll.py      |  93 ++-
 prompt_toolkit/key_binding/bindings/vi.py          |  74 +-
 prompt_toolkit/key_binding/manager.py              |   2 +-
 prompt_toolkit/key_binding/registry.py             |   1 +
 prompt_toolkit/keys.py                             |   8 +
 prompt_toolkit/layout/__init__.py                  |   2 +-
 prompt_toolkit/layout/containers.py                | 741 +++++++++++++++------
 prompt_toolkit/layout/controls.py                  | 658 +++++++++---------
 prompt_toolkit/layout/highlighters.py              | 209 ------
 prompt_toolkit/layout/lexers.py                    | 261 +++++++-
 prompt_toolkit/layout/margins.py                   | 195 ++++--
 prompt_toolkit/layout/menus.py                     | 141 ++--
 prompt_toolkit/layout/processors.py                | 446 +++++++------
 prompt_toolkit/layout/prompt.py                    |  20 +-
 prompt_toolkit/layout/screen.py                    | 115 +---
 prompt_toolkit/layout/toolbars.py                  |  21 +-
 prompt_toolkit/layout/utils.py                     |  45 +-
 prompt_toolkit/output.py                           |   4 +
 prompt_toolkit/renderer.py                         |  14 +-
 prompt_toolkit/shortcuts.py                        | 187 ++++--
 prompt_toolkit/styles.py                           | 221 ------
 prompt_toolkit/styles/__init__.py                  |  20 +
 prompt_toolkit/styles/base.py                      |  86 +++
 prompt_toolkit/styles/defaults.py                  |  83 +++
 prompt_toolkit/styles/from_dict.py                 | 143 ++++
 prompt_toolkit/styles/from_pygments.py             |  71 ++
 prompt_toolkit/terminal/conemu_output.py           |   3 +-
 prompt_toolkit/terminal/vt100_input.py             |  25 +
 prompt_toolkit/terminal/vt100_output.py            | 317 ++++++---
 prompt_toolkit/terminal/win32_input.py             |  19 +-
 prompt_toolkit/terminal/win32_output.py            |  91 ++-
 prompt_toolkit/token.py                            |  38 ++
 prompt_toolkit/utils.py                            |  39 +-
 prompt_toolkit/validation.py                       |   2 +-
 setup.cfg                                          |   2 +-
 setup.py                                           |  32 +-
 tests/filter_tests.py                              | 153 +++++
 tests/layout_tests/__init__.py                     |   2 +-
 tests/run_tests.py                                 |   7 +-
 tests/screen_tests/__init__.py                     |  96 ---
 tests/style_tests.py                               |  41 ++
 77 files changed, 3688 insertions(+), 2117 deletions(-)

diff --cc debian/.git-dpm
index 4464942,0000000..9a82835
mode 100644,000000..100644
--- a/debian/.git-dpm
+++ b/debian/.git-dpm
@@@ -1,11 -1,0 +1,11 @@@
 +# see git-dpm(1) from git-dpm package
- cdc2af2d3ccb0716646d9fc9fbe5c76770ac3d0e
- cdc2af2d3ccb0716646d9fc9fbe5c76770ac3d0e
- bf27329a4e483cdf3894b4d0d31726bd3007a746
++a26a5f52fdcc079b0be8bd853cd73d3e1972c403
++a26a5f52fdcc079b0be8bd853cd73d3e1972c403
++a26a5f52fdcc079b0be8bd853cd73d3e1972c403
 +a26a5f52fdcc079b0be8bd853cd73d3e1972c403
 +prompt-toolkit_0.60.orig.tar.gz
 +4be09f58437b4581b90afed90599b7155bb420c6
 +194250
 +debianTag="debian/%e%v"
 +patchedTag="patched/%e%v"
 +upstreamTag="upstream/%e%u"
diff --cc debian/changelog
index 93d5e05,0000000..7f8e538
mode 100644,000000..100644
--- a/debian/changelog
+++ b/debian/changelog
@@@ -1,52 -1,0 +1,56 @@@
 +prompt-toolkit (0.57-2) UNRELEASED; urgency=medium
 +
++  [ Ondřej Nový ]
 +  * Fixed VCS URL (https)
 +
-  -- Ondřej Nový <novy at ondrej.org>  Tue, 29 Mar 2016 21:47:25 +0200
++  [ Scott Kitterman ]
++  * New upstream release
++
++ -- Scott Kitterman <scott at kitterman.com>  Sat, 02 Apr 2016 22:00:14 -0400
 +
 +prompt-toolkit (0.57-1) unstable; urgency=medium
 +
 +  * New upstream release
 +  * Add backward compatibility stubs for renamed functions in
 +    shortcuts.py
 +
 + -- Scott Kitterman <scott at kitterman.com>  Sun, 10 Jan 2016 04:17:11 -0500
 +
 +prompt-toolkit (0.53-1) unstable; urgency=low
 +
 +  [ Lennart Weller ]
 +  * New upstream release
 +
 +  [ SVN-Git Migration ]
 +  * Added git-dpm
 +  * Update Vcs fields for git migration
 +
 + -- Lennart Weller <lhw at ring0.de>  Sun, 11 Oct 2015 01:20:56 -0400
 +
 +prompt-toolkit (0.52-1) unstable; urgency=low
 +
 +  [ Lennart Weller ]
 +  * New upstream release
 +  * Remove Files-Excluded: prompt_toolkit/libs since it was dropped upstream
 +  * Drop dversionmangle from debian/rules since a dfsg tarball is no longer
 +    needed
 +
 +  [ Scott Kitterman ]
 +  * Add python-pygments/python3-pygments, python-six/python3-six and python-
 +    wcwidth/python3-wcidth to build-depends so tests can run in a clean build
 +    environment
 +  * Remove explicit module depends and let dh-python generate them
 +
 + -- Scott Kitterman <scott at kitterman.com>  Mon, 28 Sep 2015 12:50:55 -0400
 +
 +prompt-toolkit (0.50+dfsg-1) unstable; urgency=medium
 +
 +  [ Lennart Weller ]
 +  * Initial release (Closes: #794570)
 +
 +  [ Scott Kitterman ]
 +  * Update debian/copyright to use Files-Excluded to remove unused code copy
 +    that contains sourceless generated files (See #798569 for details)
 +  * Update debian/watch for dfsg mangled Debian version
 +
 + -- Scott Kitterman <scott at kitterman.com>  Thu, 10 Sep 2015 11:13:47 -0400

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/prompt-toolkit.git



More information about the Python-modules-commits mailing list