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)
This commit is contained in:
parent
ffbc9831ee
commit
c6d9708569
1
.gitignore
vendored
1
.gitignore
vendored
@ -7,3 +7,4 @@
|
|||||||
/simpleline-0.7.tar.gz
|
/simpleline-0.7.tar.gz
|
||||||
/simpleline-0.8.tar.gz
|
/simpleline-0.8.tar.gz
|
||||||
/simpleline-1.0.tar.gz
|
/simpleline-1.0.tar.gz
|
||||||
|
/simpleline-1.1.tar.gz
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
Name: python-%{srcname}
|
Name: python-%{srcname}
|
||||||
Summary: A Python library for creating text UI
|
Summary: A Python library for creating text UI
|
||||||
Url: https://github.com/rhinstaller/python-%{srcname}
|
Url: https://github.com/rhinstaller/python-%{srcname}
|
||||||
Version: 1.0
|
Version: 1.1
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
# This tarball was created from upstream git:
|
# This tarball was created from upstream git:
|
||||||
# git clone https://github.com/rhinstaller/python-simpleline
|
# git clone https://github.com/rhinstaller/python-simpleline
|
||||||
@ -60,6 +60,33 @@ make test
|
|||||||
%{python3_sitelib}/*
|
%{python3_sitelib}/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Apr 10 2018 Jiri Konecny <jkonecny@redhat.com> - 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 <jkonecny@redhat.com> - 1.0-1
|
* Wed Feb 28 2018 Jiri Konecny <jkonecny@redhat.com> - 1.0-1
|
||||||
- Fix docs based on the new PROCESSED feature (jkonecny)
|
- Fix docs based on the new PROCESSED feature (jkonecny)
|
||||||
- Use new PROCESS_AND* in examples (jkonecny)
|
- Use new PROCESS_AND* in examples (jkonecny)
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (simpleline-1.0.tar.gz) = 8e71ee2c23eafc3c9f13bf0e54a6109c5c163c195351d467ab360ff0bac74918c5c139d68a5226173d713d5e1b606c8e9f142081cf3020121ed911c9c1336464
|
SHA512 (simpleline-1.1.tar.gz) = e7344ddd7fae6f38428d56f1bb33dc0a813eb946ea3524e081c0e37da5744009bdaf211e48ab0759cad7a11a59d444785fde2d71b85ab040c2f4f7b763bf5962
|
||||||
|
Loading…
Reference in New Issue
Block a user