New version - 1.2-1
- Document GlobalConfiguration class (jkonecny) - Add advanced input processing section to docs (jkonecny) - Make makefile zanata check more robust (jkonecny) - Add missing newline characters at the end (jkonecny) - Abstract widget buffer extensions (jkonecny) - Use python 3 sphinx module (jkonecny)
This commit is contained in:
parent
c6d9708569
commit
03fbfa6cda
1
.gitignore
vendored
1
.gitignore
vendored
@ -8,3 +8,4 @@
|
||||
/simpleline-0.8.tar.gz
|
||||
/simpleline-1.0.tar.gz
|
||||
/simpleline-1.1.tar.gz
|
||||
/simpleline-1.2.tar.gz
|
||||
|
@ -3,7 +3,7 @@
|
||||
Name: python-%{srcname}
|
||||
Summary: A Python library for creating text UI
|
||||
Url: https://github.com/rhinstaller/python-%{srcname}
|
||||
Version: 1.1
|
||||
Version: 1.2
|
||||
Release: 1%{?dist}
|
||||
# This tarball was created from upstream git:
|
||||
# git clone https://github.com/rhinstaller/python-simpleline
|
||||
@ -60,6 +60,14 @@ make test
|
||||
%{python3_sitelib}/*
|
||||
|
||||
%changelog
|
||||
* Tue May 29 2018 Jiri Konecny <jkonecny@redhat.com> - 1.2-1
|
||||
- Document GlobalConfiguration class (jkonecny)
|
||||
- Add advanced input processing section to docs (jkonecny)
|
||||
- Make makefile zanata check more robust (jkonecny)
|
||||
- Add missing newline characters at the end (jkonecny)
|
||||
- Abstract widget buffer extensions (jkonecny)
|
||||
- Use python 3 sphinx module (jkonecny)
|
||||
|
||||
* 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)
|
||||
@ -105,9 +113,6 @@ make test
|
||||
- Get version from the spec file (jkonecny)
|
||||
- Add documentation skeleton (jkonecny)
|
||||
|
||||
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.8-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||
|
||||
* Thu Oct 19 2017 Jiri Konecny <jkonecny@redhat.com> - 0.8-1
|
||||
- Test clean-up (jkonecny)
|
||||
- Move and rename force_quit loop (jkonecny)
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (simpleline-1.1.tar.gz) = e7344ddd7fae6f38428d56f1bb33dc0a813eb946ea3524e081c0e37da5744009bdaf211e48ab0759cad7a11a59d444785fde2d71b85ab040c2f4f7b763bf5962
|
||||
SHA512 (simpleline-1.2.tar.gz) = 9b0a51490253f0d45c7930790177346f40497d7ff0bde3be59a4654fb27eec263e737b170cc523fc6e88bf22b081f5d39b1ca2d794a6d41f70b980837e6cb13c
|
||||
|
Loading…
Reference in New Issue
Block a user