New version - 0.3-1
- Remove merge commits from changelog (jkonecny) - Fix bad input processing for list containers (jkonecny) - Rename quit callback and add args there. (jkonecny) - Add tests for new container feature (jkonecny) - List containers take max width if not specified (jkonecny) - Remove leftover print in containers parsing input (jkonecny)
This commit is contained in:
parent
b2214ba35d
commit
c70e49c26b
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
|||||||
/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
|
||||||
|
@ -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.2
|
Version: 0.3
|
||||||
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,14 @@ make test
|
|||||||
%{python3_sitelib}/*
|
%{python3_sitelib}/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Aug 17 2017 Jiri Konecny <jkonecny@redhat.com> - 0.3-1
|
||||||
|
- Remove merge commits from changelog (jkonecny)
|
||||||
|
- Fix bad input processing for list containers (jkonecny)
|
||||||
|
- Rename quit callback and add args there. (jkonecny)
|
||||||
|
- Add tests for new container feature (jkonecny)
|
||||||
|
- List containers take max width if not specified (jkonecny)
|
||||||
|
- Remove leftover print in containers parsing input (jkonecny)
|
||||||
|
|
||||||
* Mon Aug 14 2017 Jiri Konecny <jkonecny@redhat.com> - 0.2-1
|
* Mon Aug 14 2017 Jiri Konecny <jkonecny@redhat.com> - 0.2-1
|
||||||
- Merge pull request #26 from jkonecny12/master-fix-ExitMainLoop-exception (jkonecny)
|
- Merge pull request #26 from jkonecny12/master-fix-ExitMainLoop-exception (jkonecny)
|
||||||
- Merge pull request #28 from jkonecny12/master-fix-container-callback (jkonecny)
|
- Merge pull request #28 from jkonecny12/master-fix-container-callback (jkonecny)
|
||||||
@ -192,9 +200,6 @@ make test
|
|||||||
- Fix summary in the spec file (jkonecny)
|
- Fix summary in the spec file (jkonecny)
|
||||||
- Fix names according to tagging (jkonecny)
|
- Fix names according to tagging (jkonecny)
|
||||||
|
|
||||||
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.1-4
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
||||||
|
|
||||||
* Fri May 5 2017 Jiri Konecny <jkonecny@redhat.com> - 0.1-3
|
* Fri May 5 2017 Jiri Konecny <jkonecny@redhat.com> - 0.1-3
|
||||||
- Modify comments in the spec file
|
- Modify comments in the spec file
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (simpleline-0.2.tar.gz) = b093db42c3bf62fe3950474e4ec14968a6ffcd15cedf9f026a98317008c8d2e369b71a27437bf1eb574fc6629758ac1595be74e1b392b92eb95c7e0dee4715e2
|
SHA512 (simpleline-0.3.tar.gz) = dc10a7856951dcfe1bb78c3c1c6de94c17cac4751233fdee4e18149ab069f937058dcc57a8d1ac21432bb40d949b48524befa07989e7bf849e44f5b0a7fcbeca
|
||||||
|
Loading…
Reference in New Issue
Block a user