[Python-modules-commits] [python-easygui] branch upstream updated (30127c6 -> 01e4c07)

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 change to branch upstream
in repository python-easygui.

      from  30127c6   Imported Upstream version 0.96
       new  01e4c07   Import python-easygui_0.98.0.orig.tar.gz

The 1 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:
 .gitattributes                                     |   29 +
 .gitignore                                         |   56 +
 MANIFEST                                           |    6 +
 README.md                                          |  118 +
 README.txt                                         |  120 +
 __init__.py                                        |    0
 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 +
 97 files changed, 7517 insertions(+), 3283 deletions(-)
 create mode 100644 .gitattributes
 create mode 100644 .gitignore
 create mode 100644 MANIFEST
 create mode 100644 README.md
 create mode 100644 README.txt
 create mode 100644 __init__.py
 create mode 100644 developer_information/BUILD INSTRUCTIONS.txt
 create mode 100644 developer_information/DEVELOPER_NOTES.txt
 create mode 100644 developer_information/Git-branching-model.png
 delete mode 100644 easygui.py
 create mode 100644 easygui/__init__.py
 create mode 100644 easygui/boxes/__init__.py
 create mode 100644 easygui/boxes/about.py
 create mode 100644 easygui/boxes/base_boxes.py
 create mode 100644 easygui/boxes/button_box.py
 create mode 100644 easygui/boxes/choice_box.py
 create mode 100644 easygui/boxes/demo.py
 create mode 100644 easygui/boxes/derived_boxes.py
 create mode 100644 easygui/boxes/diropen_box.py
 create mode 100644 easygui/boxes/egstore.py
 create mode 100644 easygui/boxes/fileboxsetup.py
 create mode 100644 easygui/boxes/fileopen_box.py
 create mode 100644 easygui/boxes/filesave_box.py
 create mode 100644 easygui/boxes/fillable_box.py
 create mode 100644 easygui/boxes/global_state.py
 create mode 100644 easygui/boxes/multi_fillable_box.py
 create mode 100644 easygui/boxes/text_box.py
 create mode 100644 easygui/boxes/utils.py
 create mode 100644 easygui/easygui.py
 rename python_and_check_logo.gif => easygui/python_and_check_logo.gif (100%)
 create mode 100644 easygui/python_and_check_logo.jpg
 create mode 100644 easygui/python_and_check_logo.png
 create mode 100644 easygui/zzzzz.gif
 delete mode 100644 easygui_license_info.txt
 delete mode 100644 easygui_pydoc.html
 delete mode 100644 easygui_version_info.html
 create mode 100644 setup.cfg
 create mode 100644 sphinx/Makefile
 create mode 100644 sphinx/__init__.py
 create mode 100644 sphinx/_static/python-logo-master-v3-TM-flattened.png
 create mode 100644 sphinx/_static/registration_system/easygui_demo_registration_app.zip
 create mode 100644 sphinx/_static/registration_system/screenshot_register_main.png
 create mode 100644 sphinx/_static/registration_system/screenshot_register_show.png
 create mode 100644 sphinx/_static/tutorial/python-logo.gif
 create mode 100644 sphinx/_static/tutorial/screenshot2.png
 create mode 100644 sphinx/_static/tutorial/screenshot3.png
 create mode 100644 sphinx/_static/tutorial/screenshot4.png
 create mode 100644 sphinx/_static/tutorial/screenshot_buttonbox-with-image.gif
 create mode 100644 sphinx/_static/tutorial/screenshot_buttonbox_with_image.png
 create mode 100644 sphinx/_static/tutorial/screenshot_ccbox.png
 create mode 100644 sphinx/_static/tutorial/screenshot_choicebox.png
 create mode 100644 sphinx/_static/tutorial/screenshot_choicebox_icecream.png
 create mode 100644 sphinx/_static/tutorial/screenshot_choicebox_monofonts_and_exit_button.gif
 create mode 100644 sphinx/_static/tutorial/screenshot_choicebox_with_multiple_buttons.gif
 create mode 100644 sphinx/_static/tutorial/screenshot_codebox_vista.png
 create mode 100644 sphinx/_static/tutorial/screenshot_exceptionbox_vista.png
 create mode 100644 sphinx/_static/tutorial/screenshot_fileopenbox_vista.png
 create mode 100644 sphinx/_static/tutorial/screenshot_msgbox.png
 create mode 100644 sphinx/_static/tutorial/screenshot_multchoicebox.png
 create mode 100644 sphinx/_static/tutorial/screenshot_multenterbox.png
 create mode 100644 sphinx/_static/tutorial/screenshot_multenterbox_vista.png
 create mode 100644 sphinx/_static/tutorial/screenshot_passwordbox.png
 create mode 100644 sphinx/api.rst
 create mode 100644 sphinx/conf.py
 create mode 100644 sphinx/cookbook.rst
 create mode 100644 sphinx/faq.rst
 create mode 100644 sphinx/index.rst
 create mode 100644 sphinx/links.rst
 create mode 100644 sphinx/make.bat
 create mode 100644 sphinx/support.rst
 create mode 100644 sphinx/tutorial.rst
 create mode 100644 test_cases/SimpleCv.py
 create mode 100644 test_cases/The Pirates of the Caribean Game.py
 create mode 100644 test_cases/audio/intro.mp3
 create mode 100644 test_cases/audio/intro.ogg
 create mode 100644 test_cases/books.xml
 create mode 100644 test_cases/dice.py
 create mode 100644 test_cases/file_open_box.py
 create mode 100644 test_cases/flash_multiple_rb.py
 create mode 100644 test_cases/geo_quiz.py
 create mode 100644 test_cases/gps_auto_update.py
 create mode 100644 test_cases/hex_entry.py
 create mode 100644 test_cases/images/cross.gif
 create mode 100644 test_cases/images/daffy duck.gif
 create mode 100644 test_cases/images/dave.gif
 create mode 100644 test_cases/images/globe.jpg
 create mode 100644 test_cases/images/mickey.gif
 create mode 100644 test_cases/images/minnie.gif
 create mode 100644 test_cases/images/tick.gif
 create mode 100644 test_cases/multienter_backspace.py
 create mode 100644 test_cases/multiple_disney_images.py
 create mode 100644 test_cases/pi.jpg
 create mode 100644 test_cases/result.png
 create mode 100644 test_cases/text2binary.py
 create mode 100644 test_cases/weather_man.py
 create mode 100644 test_cases/xml_parse.py

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