New version - 0.4-1
- Screen scheduling is moved to ScreenHandler (jkonecny) - Remove merge commits from changelog (jkonecny)
This commit is contained in:
parent
c70e49c26b
commit
43fbd0ed2a
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,4 @@
|
|||||||
/simpleline-0.1.tar.gz
|
/simpleline-0.1.tar.gz
|
||||||
/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
|
||||||
|
@ -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.3
|
Version: 0.4
|
||||||
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,10 @@ make test
|
|||||||
%{python3_sitelib}/*
|
%{python3_sitelib}/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Aug 18 2017 Jiri Konecny <jkonecny@redhat.com> - 0.4-1
|
||||||
|
- Screen scheduling is moved to ScreenHandler (jkonecny)
|
||||||
|
- Remove merge commits from changelog (jkonecny)
|
||||||
|
|
||||||
* Thu Aug 17 2017 Jiri Konecny <jkonecny@redhat.com> - 0.3-1
|
* Thu Aug 17 2017 Jiri Konecny <jkonecny@redhat.com> - 0.3-1
|
||||||
- Remove merge commits from changelog (jkonecny)
|
- Remove merge commits from changelog (jkonecny)
|
||||||
- Fix bad input processing for list containers (jkonecny)
|
- Fix bad input processing for list containers (jkonecny)
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (simpleline-0.3.tar.gz) = dc10a7856951dcfe1bb78c3c1c6de94c17cac4751233fdee4e18149ab069f937058dcc57a8d1ac21432bb40d949b48524befa07989e7bf849e44f5b0a7fcbeca
|
SHA512 (simpleline-0.4.tar.gz) = 456cb99fab113b483e3f764772f76595454d4f1b9c435b3e80c09d0e2e0754022ac3b2842a613645a17d8121f43c518e6736657da7c84799d3e797af1f311bdf
|
||||||
|
Loading…
Reference in New Issue
Block a user