[Python-modules-commits] [python-easygui] 02/02: record new upstream branch created by importing python-easygui_0.98.0.orig.tar.gz and merge it
Andreas Noteng
anoteng-guest at moszumanska.debian.org
Wed May 11 20:57:48 UTC 2016
This is an automated email from the git hooks/post-receive script.
anoteng-guest pushed a commit to branch master
in repository python-easygui.
commit 53bf75e06ab8810d19fb474d7be91e6e20faf21d
Merge: d5e6467 01e4c07
Author: Andreas Noteng <andreas at noteng.no>
Date: Wed May 11 22:57:07 2016 +0200
record new upstream branch created by importing python-easygui_0.98.0.orig.tar.gz and merge it
.gitattributes | 29 +
.gitignore | 56 +
MANIFEST | 6 +
README.md | 118 +
README.txt | 120 +
__init__.py | 0
debian/.git-dpm | 14 +-
developer_information/BUILD INSTRUCTIONS.txt | 95 +
developer_information/DEVELOPER_NOTES.txt | 17 +
developer_information/Git-branching-model.png | Bin 0 -> 193289 bytes
easygui.py | 2412 --------------------
easygui/__init__.py | 58 +
easygui/boxes/__init__.py | 0
easygui/boxes/about.py | 257 +++
easygui/boxes/base_boxes.py | 27 +
easygui/boxes/button_box.py | 504 ++++
easygui/boxes/choice_box.py | 456 ++++
easygui/boxes/demo.py | 465 ++++
easygui/boxes/derived_boxes.py | 414 ++++
easygui/boxes/diropen_box.py | 58 +
easygui/boxes/egstore.py | 145 ++
easygui/boxes/fileboxsetup.py | 164 ++
easygui/boxes/fileopen_box.py | 122 +
easygui/boxes/filesave_box.py | 69 +
easygui/boxes/fillable_box.py | 169 ++
easygui/boxes/global_state.py | 28 +
easygui/boxes/multi_fillable_box.py | 495 ++++
easygui/boxes/text_box.py | 575 +++++
easygui/boxes/utils.py | 222 ++
easygui/easygui.py | 86 +
.../python_and_check_logo.gif | Bin
easygui/python_and_check_logo.jpg | Bin 0 -> 8928 bytes
easygui/python_and_check_logo.png | Bin 0 -> 3585 bytes
easygui/zzzzz.gif | Bin 0 -> 1703 bytes
easygui_license_info.txt | 9 -
easygui_pydoc.html | 441 ----
easygui_version_info.html | 417 ----
setup.cfg | 3 +
setup.py | 119 +-
sphinx/Makefile | 179 ++
sphinx/__init__.py | 1 +
.../_static/python-logo-master-v3-TM-flattened.png | Bin 0 -> 11155 bytes
.../easygui_demo_registration_app.zip | Bin 0 -> 3619 bytes
.../screenshot_register_main.png | Bin 0 -> 49603 bytes
.../screenshot_register_show.png | Bin 0 -> 16886 bytes
sphinx/_static/tutorial/python-logo.gif | Bin 0 -> 2086 bytes
sphinx/_static/tutorial/screenshot2.png | Bin 0 -> 12824 bytes
sphinx/_static/tutorial/screenshot3.png | Bin 0 -> 16559 bytes
sphinx/_static/tutorial/screenshot4.png | Bin 0 -> 19062 bytes
.../tutorial/screenshot_buttonbox-with-image.gif | Bin 0 -> 22101 bytes
.../tutorial/screenshot_buttonbox_with_image.png | Bin 0 -> 9475 bytes
sphinx/_static/tutorial/screenshot_ccbox.png | Bin 0 -> 19062 bytes
sphinx/_static/tutorial/screenshot_choicebox.png | Bin 0 -> 26832 bytes
.../tutorial/screenshot_choicebox_icecream.png | Bin 0 -> 28991 bytes
...eenshot_choicebox_monofonts_and_exit_button.gif | Bin 0 -> 40957 bytes
.../screenshot_choicebox_with_multiple_buttons.gif | Bin 0 -> 21431 bytes
.../_static/tutorial/screenshot_codebox_vista.png | Bin 0 -> 35260 bytes
.../tutorial/screenshot_exceptionbox_vista.png | Bin 0 -> 24498 bytes
.../tutorial/screenshot_fileopenbox_vista.png | Bin 0 -> 64330 bytes
sphinx/_static/tutorial/screenshot_msgbox.png | Bin 0 -> 14872 bytes
.../_static/tutorial/screenshot_multchoicebox.png | Bin 0 -> 43432 bytes
.../_static/tutorial/screenshot_multenterbox.png | Bin 0 -> 9609 bytes
.../tutorial/screenshot_multenterbox_vista.png | Bin 0 -> 11853 bytes
sphinx/_static/tutorial/screenshot_passwordbox.png | Bin 0 -> 7841 bytes
sphinx/api.rst | 12 +
sphinx/conf.py | 292 +++
sphinx/cookbook.rst | 145 ++
sphinx/faq.rst | 52 +
sphinx/index.rst | 117 +
sphinx/links.rst | 49 +
sphinx/make.bat | 246 ++
sphinx/support.rst | 44 +
sphinx/tutorial.rst | 498 ++++
test_cases/SimpleCv.py | 38 +
test_cases/The Pirates of the Caribean Game.py | 36 +
test_cases/audio/intro.mp3 | Bin 0 -> 704026 bytes
test_cases/audio/intro.ogg | Bin 0 -> 332054 bytes
test_cases/books.xml | 120 +
test_cases/dice.py | 68 +
test_cases/file_open_box.py | 11 +
test_cases/flash_multiple_rb.py | 16 +
test_cases/geo_quiz.py | 460 ++++
test_cases/gps_auto_update.py | 40 +
test_cases/hex_entry.py | 89 +
test_cases/images/cross.gif | Bin 0 -> 4517 bytes
test_cases/images/daffy duck.gif | Bin 0 -> 6766 bytes
test_cases/images/dave.gif | Bin 0 -> 17478 bytes
test_cases/images/globe.jpg | Bin 0 -> 44519 bytes
test_cases/images/mickey.gif | Bin 0 -> 10353 bytes
test_cases/images/minnie.gif | Bin 0 -> 8236 bytes
test_cases/images/tick.gif | Bin 0 -> 2073 bytes
test_cases/multienter_backspace.py | 38 +
test_cases/multiple_disney_images.py | 39 +
test_cases/pi.jpg | Bin 0 -> 5520 bytes
test_cases/result.png | Bin 0 -> 546 bytes
test_cases/text2binary.py | 12 +
test_cases/weather_man.py | 10 +
test_cases/xml_parse.py | 32 +
98 files changed, 7524 insertions(+), 3290 deletions(-)
diff --cc debian/.git-dpm
index eaafb1a,0000000..6524cbf
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
- 30127c62a038a3bf23dd60bc2f0f373a37fe5a0f
- 30127c62a038a3bf23dd60bc2f0f373a37fe5a0f
- 30127c62a038a3bf23dd60bc2f0f373a37fe5a0f
- 30127c62a038a3bf23dd60bc2f0f373a37fe5a0f
- python-easygui_0.96.orig.tar.gz
- 8ef2bdc8196e73254d3c6939fd5fd7835a4db868
- 56339
++01e4c07b90934332149c14210b136c3eb39a7d49
++01e4c07b90934332149c14210b136c3eb39a7d49
++01e4c07b90934332149c14210b136c3eb39a7d49
++01e4c07b90934332149c14210b136c3eb39a7d49
++python-easygui_0.98.0.orig.tar.gz
++217c43738af484d453110a70ddf2d0b4e2f8570b
++1891080
+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/python-easygui.git
More information about the Python-modules-commits
mailing list