New version - 1.0-1
- Fix docs based on the new PROCESSED feature (jkonecny) - Use new PROCESS_AND* in examples (jkonecny) - Add tests for PROCESSED_AND_{CLOSE|REDRAW} (jkonecny) - Use new PROCESSED_AND_{CLOSE|REDRAW} in advanced widgets (jkonecny) - Support PROCESSED_AND_CLOSE UserInputState (jkonecny) - Rename UserInputResult to UserInputAction (jkonecny) - Support PROCESSED_AND_REDRAW (jkonecny) - Fix link to the documentation in README (jkonecny) - Add link to the documentation (jkonecny) - Write documentation for Simpleline (jkonecny) - Disable pylint error for doc copyright variable (jkonecny) - Add new example used in the documentation (jkonecny) - Mock modules for readthedocs (jkonecny) - Do a small fixes to improve documentation (jkonecny) - Get version from the spec file (jkonecny) - Add documentation skeleton (jkonecny)
This commit is contained in:
parent
db0496615b
commit
ffbc9831ee
1
.gitignore
vendored
1
.gitignore
vendored
@ -6,3 +6,4 @@
|
||||
/simpleline-0.6.tar.gz
|
||||
/simpleline-0.7.tar.gz
|
||||
/simpleline-0.8.tar.gz
|
||||
/simpleline-1.0.tar.gz
|
||||
|
@ -3,8 +3,8 @@
|
||||
Name: python-%{srcname}
|
||||
Summary: A Python library for creating text UI
|
||||
Url: https://github.com/rhinstaller/python-%{srcname}
|
||||
Version: 0.8
|
||||
Release: 2%{?dist}
|
||||
Version: 1.0
|
||||
Release: 1%{?dist}
|
||||
# This tarball was created from upstream git:
|
||||
# git clone https://github.com/rhinstaller/python-simpleline
|
||||
# cd python-simpleline && make archive
|
||||
@ -60,6 +60,24 @@ make test
|
||||
%{python3_sitelib}/*
|
||||
|
||||
%changelog
|
||||
* Wed Feb 28 2018 Jiri Konecny <jkonecny@redhat.com> - 1.0-1
|
||||
- Fix docs based on the new PROCESSED feature (jkonecny)
|
||||
- Use new PROCESS_AND* in examples (jkonecny)
|
||||
- Add tests for PROCESSED_AND_{CLOSE|REDRAW} (jkonecny)
|
||||
- Use new PROCESSED_AND_{CLOSE|REDRAW} in advanced widgets (jkonecny)
|
||||
- Support PROCESSED_AND_CLOSE UserInputState (jkonecny)
|
||||
- Rename UserInputResult to UserInputAction (jkonecny)
|
||||
- Support PROCESSED_AND_REDRAW (jkonecny)
|
||||
- Fix link to the documentation in README (jkonecny)
|
||||
- Add link to the documentation (jkonecny)
|
||||
- Write documentation for Simpleline (jkonecny)
|
||||
- Disable pylint error for doc copyright variable (jkonecny)
|
||||
- Add new example used in the documentation (jkonecny)
|
||||
- Mock modules for readthedocs (jkonecny)
|
||||
- Do a small fixes to improve documentation (jkonecny)
|
||||
- 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
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (simpleline-0.8.tar.gz) = 5c4836555bd428209bc36bacd6a908ce0ae72143457f697d7c8b779554f07b994550ef15ac635f9e512f5a4b01e24991a9603ced1bfcd3eecc157c81b1267492
|
||||
SHA512 (simpleline-1.0.tar.gz) = 8e71ee2c23eafc3c9f13bf0e54a6109c5c163c195351d467ab360ff0bac74918c5c139d68a5226173d713d5e1b606c8e9f142081cf3020121ed911c9c1336464
|
||||
|
Loading…
Reference in New Issue
Block a user