From c6d97085694db9c6e155a949208fda50eb9c4369 Mon Sep 17 00:00:00 2001 From: Jiri Konecny Date: Tue, 10 Apr 2018 15:43:03 +0200 Subject: [PATCH] New version - 1.1-1 - Add global configuration initialize test (jkonecny) - Use default password function from GlobalConfiguration (jkonecny) - Add tests for GlobalConfiguration class (jkonecny) - Move default width to GlobalConfiguration class (jkonecny) - Add GlobalConfiguration object (jkonecny) - Fix a missing article in docs. (jkonecny) - Add tests for UIScreen get_user_input method (jkonecny) - Only InputManager is used to get input in UIScreen (jkonecny) - Move emit of InputReadySignal to InputRequest (jkonecny) - Get only last input on concurrent input (jkonecny) - Add concurrency tests for InputHandler (jkonecny) - Add requester source to the InputHandler (#1557472) (jkonecny) - Use InputManager as screen helper not in ScreenScheduler (#1557472) (jkonecny) - Add test to check InputThreadManager after initialization (jkonecny) - Reinitialize InputThreadManager when app is initialized (jkonecny) - Input requests are now handled by InputThreadManager (jkonecny) - Remove io_manager property from ScreenScheduler (jkonecny) - Rename io_manager to input_manager (jkonecny) - Change IOManager to InputManager (jkonecny) - Move draw from IOManager to ScreenScheduler (jkonecny) - Separate password input to PasswordInputHandler (jkonecny) - Add DEFAULT_WIDTH constant (jkonecny) - Add tests for InputHandler (jkonecny) - Replace get_input_without_check by new property (jkonecny) - Separate input to a new module (jkonecny) --- .gitignore | 1 + python-simpleline.spec | 29 ++++++++++++++++++++++++++++- sources | 2 +- 3 files changed, 30 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 6d484a1..040929e 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ /simpleline-0.7.tar.gz /simpleline-0.8.tar.gz /simpleline-1.0.tar.gz +/simpleline-1.1.tar.gz diff --git a/python-simpleline.spec b/python-simpleline.spec index 1d6952a..f329e44 100644 --- a/python-simpleline.spec +++ b/python-simpleline.spec @@ -3,7 +3,7 @@ Name: python-%{srcname} Summary: A Python library for creating text UI Url: https://github.com/rhinstaller/python-%{srcname} -Version: 1.0 +Version: 1.1 Release: 1%{?dist} # This tarball was created from upstream git: # git clone https://github.com/rhinstaller/python-simpleline @@ -60,6 +60,33 @@ make test %{python3_sitelib}/* %changelog +* Tue Apr 10 2018 Jiri Konecny - 1.1-1 +- Add global configuration initialize test (jkonecny) +- Use default password function from GlobalConfiguration (jkonecny) +- Add tests for GlobalConfiguration class (jkonecny) +- Move default width to GlobalConfiguration class (jkonecny) +- Add GlobalConfiguration object (jkonecny) +- Fix a missing article in docs. (jkonecny) +- Add tests for UIScreen get_user_input method (jkonecny) +- Only InputManager is used to get input in UIScreen (jkonecny) +- Move emit of InputReadySignal to InputRequest (jkonecny) +- Get only last input on concurrent input (jkonecny) +- Add concurrency tests for InputHandler (jkonecny) +- Add requester source to the InputHandler (#1557472) (jkonecny) +- Use InputManager as screen helper not in ScreenScheduler (#1557472) (jkonecny) +- Add test to check InputThreadManager after initialization (jkonecny) +- Reinitialize InputThreadManager when app is initialized (jkonecny) +- Input requests are now handled by InputThreadManager (jkonecny) +- Remove io_manager property from ScreenScheduler (jkonecny) +- Rename io_manager to input_manager (jkonecny) +- Change IOManager to InputManager (jkonecny) +- Move draw from IOManager to ScreenScheduler (jkonecny) +- Separate password input to PasswordInputHandler (jkonecny) +- Add DEFAULT_WIDTH constant (jkonecny) +- Add tests for InputHandler (jkonecny) +- Replace get_input_without_check by new property (jkonecny) +- Separate input to a new module (jkonecny) + * Wed Feb 28 2018 Jiri Konecny - 1.0-1 - Fix docs based on the new PROCESSED feature (jkonecny) - Use new PROCESS_AND* in examples (jkonecny) diff --git a/sources b/sources index 9788c65..287fd9a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (simpleline-1.0.tar.gz) = 8e71ee2c23eafc3c9f13bf0e54a6109c5c163c195351d467ab360ff0bac74918c5c139d68a5226173d713d5e1b606c8e9f142081cf3020121ed911c9c1336464 +SHA512 (simpleline-1.1.tar.gz) = e7344ddd7fae6f38428d56f1bb33dc0a813eb946ea3524e081c0e37da5744009bdaf211e48ab0759cad7a11a59d444785fde2d71b85ab040c2f4f7b763bf5962