[Python-modules-commits] [prompt-toolkit] 02/04: record new upstream branch created by importing prompt-toolkit_0.53.orig.tar.gz and merge it

Scott Kitterman kitterman at moszumanska.debian.org
Sun Oct 11 05:24:08 UTC 2015


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

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

commit af6f30354a26ffe29b2dd4cb663519e795891a4f
Merge: 77a7a4c ec734c5
Author: Scott Kitterman <scott at kitterman.com>
Date:   Sun Oct 11 00:58:15 2015 -0400

    record new upstream branch created by importing prompt-toolkit_0.53.orig.tar.gz and merge it

 CHANGELOG                                          | 25 ++++++++++
 PKG-INFO                                           | 10 ++--
 README.rst                                         |  8 ++--
 debian/.git-dpm                                    | 14 +++---
 examples/abortaction.retry.py                      | 14 ++++++
 examples/asyncio-prompt.py                         |  3 --
 examples/auto-suggestion.py                        | 10 ++--
 examples/autocompletion.py                         |  4 +-
 examples/autocorrection.py                         |  4 +-
 examples/bottom-toolbar.py                         |  8 ++--
 examples/clock-input.py                            | 24 ++++------
 examples/colored-prompt.py                         |  4 +-
 examples/custom-key-binding.py                     | 20 ++++++--
 examples/get-input-vi-mode.py                      |  5 +-
 examples/get-input-with-default.py                 |  6 +--
 examples/get-input.py                              |  4 +-
 examples/get-multiline-input.py                    |  4 +-
 .../get-password-with-toggle-display-shortcut.py   |  8 ++--
 examples/get-password.py                           |  4 +-
 examples/html-input.py                             |  4 +-
 examples/input-validation.py                       |  6 +--
 examples/inputhook.py                              | 10 ++--
 examples/mouse-support.py                          |  4 +-
 examples/multi-column-autocompletion-with-meta.py  |  4 +-
 examples/multi-column-autocompletion.py            |  4 +-
 examples/multiline-prompt.py                       |  4 +-
 examples/no-wrapping.py                            |  4 +-
 examples/patch-stdout.py                           |  4 +-
 examples/persistent-history.py                     |  4 +-
 examples/regular-language.py                       | 15 +++---
 examples/system-clipboard-integration.py           |  4 +-
 examples/system-prompt.py                          |  4 +-
 examples/terminal-title.py                         |  4 +-
 examples/tutorial/sqlite-cli.py                    |  8 ++--
 examples/up-arrow-partial-string-matching.py       |  8 ++--
 prompt_toolkit.egg-info/PKG-INFO                   | 10 ++--
 prompt_toolkit.egg-info/SOURCES.txt                |  1 +
 prompt_toolkit/__init__.py                         |  5 +-
 prompt_toolkit/auto_suggest.py                     |  2 +-
 prompt_toolkit/buffer.py                           |  2 +-
 prompt_toolkit/clipboard/base.py                   |  1 -
 prompt_toolkit/completion.py                       | 10 ++++
 .../contrib/regular_languages/validation.py        |  5 +-
 prompt_toolkit/document.py                         |  8 ++--
 prompt_toolkit/interface.py                        | 20 ++++----
 prompt_toolkit/key_binding/bindings/basic.py       |  6 +++
 prompt_toolkit/key_binding/bindings/vi.py          |  7 +++
 prompt_toolkit/key_binding/manager.py              | 17 ++++++-
 prompt_toolkit/keys.py                             |  1 +
 prompt_toolkit/layout/controls.py                  | 21 +++++++-
 prompt_toolkit/layout/menus.py                     |  7 ++-
 prompt_toolkit/layout/toolbars.py                  |  2 +-
 prompt_toolkit/renderer.py                         | 25 ++++++++--
 prompt_toolkit/shortcuts.py                        | 56 ++++++++++++----------
 prompt_toolkit/terminal/vt100_input.py             |  1 +
 prompt_toolkit/terminal/win32_input.py             |  1 +
 prompt_toolkit/validation.py                       |  8 ++--
 setup.py                                           |  2 +-
 58 files changed, 308 insertions(+), 180 deletions(-)

diff --cc debian/.git-dpm
index 59983d0,0000000..08826ac
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
- e5c8236ee5c42905ec3acfc87df5e4e9c601fd4b
- e5c8236ee5c42905ec3acfc87df5e4e9c601fd4b
- e5c8236ee5c42905ec3acfc87df5e4e9c601fd4b
- e5c8236ee5c42905ec3acfc87df5e4e9c601fd4b
- prompt-toolkit_0.52.orig.tar.gz
- 9dcbfdb5a15dcc96614f28364a3ac4682a2965eb
- 152677
++ec734c5b796e5286c971c5f72d4580502814ac85
++ec734c5b796e5286c971c5f72d4580502814ac85
++ec734c5b796e5286c971c5f72d4580502814ac85
++ec734c5b796e5286c971c5f72d4580502814ac85
++prompt-toolkit_0.53.orig.tar.gz
++573b68eaf96d239f9ebfa35be587aaabf388b45e
++153969
 +debianTag="debian/%e%v"
 +patchedTag="patched/%e%v"
 +upstreamTag="upstream/%e%u"

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