New version - 0.5-1
- Fix exception in Screen input caused infinite loop (jkonecny) - Add test if app is initialized (jkonecny) - Redraw on first scheduled screen (#1487326) (jkonecny) - Redraw after YesNoDialog modal window close (jkonecny)
This commit is contained in:
parent
43fbd0ed2a
commit
a57c621acd
1
.gitignore
vendored
1
.gitignore
vendored
@ -2,3 +2,4 @@
|
|||||||
/simpleline-0.2.tar.gz
|
/simpleline-0.2.tar.gz
|
||||||
/simpleline-0.3.tar.gz
|
/simpleline-0.3.tar.gz
|
||||||
/simpleline-0.4.tar.gz
|
/simpleline-0.4.tar.gz
|
||||||
|
/simpleline-0.5.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.4
|
Version: 0.5
|
||||||
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
|
||||||
@ -59,6 +59,12 @@ make test
|
|||||||
%{python3_sitelib}/*
|
%{python3_sitelib}/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Sep 04 2017 Jiri Konecny <jkonecny@redhat.com> - 0.5-1
|
||||||
|
- Fix exception in Screen input caused infinite loop (jkonecny)
|
||||||
|
- Add test if app is initialized (jkonecny)
|
||||||
|
- Redraw on first scheduled screen (#1487326) (jkonecny)
|
||||||
|
- Redraw after YesNoDialog modal window close (jkonecny)
|
||||||
|
|
||||||
* Fri Aug 18 2017 Jiri Konecny <jkonecny@redhat.com> - 0.4-1
|
* Fri Aug 18 2017 Jiri Konecny <jkonecny@redhat.com> - 0.4-1
|
||||||
- Screen scheduling is moved to ScreenHandler (jkonecny)
|
- Screen scheduling is moved to ScreenHandler (jkonecny)
|
||||||
- Remove merge commits from changelog (jkonecny)
|
- Remove merge commits from changelog (jkonecny)
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (simpleline-0.4.tar.gz) = 456cb99fab113b483e3f764772f76595454d4f1b9c435b3e80c09d0e2e0754022ac3b2842a613645a17d8121f43c518e6736657da7c84799d3e797af1f311bdf
|
SHA512 (simpleline-0.5.tar.gz) = 25e1fc31d604273590122ae3935c88dccc12c1ab8732a48e895a92d763b812f84db238910dd17caa97c675b86153064fe5670e884117266f6ec820f65948648a
|
||||||
|
Loading…
Reference in New Issue
Block a user