New version - 0.7-1
- Fix crash when container callback is not set (jkonecny) - Add EntryWidget to show item title and value (jkonecny) - Add GetPasswordInputScreen for getting passwords (jkonecny) - UIScreen can have hidden input (jkonecny) - Move getpass func inside locks (jkonecny) - Implement GetInputScreen (jkonecny) - Do not print new line with empty container (jkonecny) - Add no_separator to UIScreen (jkonecny) - Fix HelpScreen title (jkonecny) - Remove original classes from GLib tests (jkonecny) - Fix test case name (jkonecny) - Move tests to subfolder (jkonecny) - Move base widgets as second example (jkonecny) - Add example with basic widgets usage (jkonecny) - Improve README.md (jkonecny) - Improve example starting script (jkonecny) - Add glib loop example (jkonecny) - Add prefixes to examples to impress difficulty (jkonecny) - Add comments to the examples (jkonecny) - Update examples to use new features (jkonecny)
This commit is contained in:
parent
5691b98f79
commit
3d69ee515c
1
.gitignore
vendored
1
.gitignore
vendored
@ -4,3 +4,4 @@
|
|||||||
/simpleline-0.4.tar.gz
|
/simpleline-0.4.tar.gz
|
||||||
/simpleline-0.5.tar.gz
|
/simpleline-0.5.tar.gz
|
||||||
/simpleline-0.6.tar.gz
|
/simpleline-0.6.tar.gz
|
||||||
|
/simpleline-0.7.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: 0.6
|
Version: 0.7
|
||||||
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,28 @@ make test
|
|||||||
%{python3_sitelib}/*
|
%{python3_sitelib}/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Oct 17 2017 Jiri Konecny <jkonecny@redhat.com> - 0.7-1
|
||||||
|
- Fix crash when container callback is not set (jkonecny)
|
||||||
|
- Add EntryWidget to show item title and value (jkonecny)
|
||||||
|
- Add GetPasswordInputScreen for getting passwords (jkonecny)
|
||||||
|
- UIScreen can have hidden input (jkonecny)
|
||||||
|
- Move getpass func inside locks (jkonecny)
|
||||||
|
- Implement GetInputScreen (jkonecny)
|
||||||
|
- Do not print new line with empty container (jkonecny)
|
||||||
|
- Add no_separator to UIScreen (jkonecny)
|
||||||
|
- Fix HelpScreen title (jkonecny)
|
||||||
|
- Remove original classes from GLib tests (jkonecny)
|
||||||
|
- Fix test case name (jkonecny)
|
||||||
|
- Move tests to subfolder (jkonecny)
|
||||||
|
- Move base widgets as second example (jkonecny)
|
||||||
|
- Add example with basic widgets usage (jkonecny)
|
||||||
|
- Improve README.md (jkonecny)
|
||||||
|
- Improve example starting script (jkonecny)
|
||||||
|
- Add glib loop example (jkonecny)
|
||||||
|
- Add prefixes to examples to impress difficulty (jkonecny)
|
||||||
|
- Add comments to the examples (jkonecny)
|
||||||
|
- Update examples to use new features (jkonecny)
|
||||||
|
|
||||||
* Fri Sep 08 2017 Jiri Konecny <jkonecny@redhat.com> - 0.6-1
|
* Fri Sep 08 2017 Jiri Konecny <jkonecny@redhat.com> - 0.6-1
|
||||||
- Implement the force quit all loops feature (jkonecny)
|
- Implement the force quit all loops feature (jkonecny)
|
||||||
- Improved GLib event loop testing (jkonecny)
|
- Improved GLib event loop testing (jkonecny)
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (simpleline-0.6.tar.gz) = 9bb18cbb60a07d173f7513a2e2900b35a46c0169888ee43a8ef31f2afd5fb164d24bf87b58dd97d90931c23afffb05bef66cec752763dbf1706fc3e1ee428430
|
SHA512 (simpleline-0.7.tar.gz) = 98ce4e241d36804cdce3bdfb236794c1ae4de71bf757db0c2b670823b6796a90657f3971cc0d94f93926687c182edc319061844d0842033f22a07d34ed56c606
|
||||||
|
Loading…
Reference in New Issue
Block a user