Compare commits

...

No commits in common. "imports/c8-beta/python-simpleline-1.1-2.el8" and "c8" have entirely different histories.

3 changed files with 30 additions and 4 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/simpleline-1.1.tar.gz
SOURCES/simpleline-1.1.3.tar.gz

View File

@ -1 +1 @@
f7d6bee02d6fa49a3e8d55a5c31946932ce89829 SOURCES/simpleline-1.1.tar.gz
b30b36a3f92bacb770724932a1da98fadf8d88db SOURCES/simpleline-1.1.3.tar.gz

View File

@ -3,8 +3,8 @@
Name: python-%{srcname}
Summary: A Python library for creating text UI
Url: https://github.com/rhinstaller/python-%{srcname}
Version: 1.1
Release: 2%{?dist}
Version: 1.1.3
Release: 1%{?dist}
# This tarball was created from upstream git:
# git clone https://github.com/rhinstaller/python-simpleline
# cd python-simpleline && make archive
@ -59,6 +59,32 @@ make test
%{python3_sitelib}/*
%changelog
* Thu Oct 27 2022 Jiri Konecny <jkonecny@redhat.com> - 1.1.3-1
- Add tests for UIScreen wide disabling of concurrency check (jkonecny)
- Abstract registering signal handler in the InputHandler constructor (jkonecny)
- Allow to disable concurrency check for all UIScreen inputs (jkonecny)
- Enable execution of the tests on GitHub actions (jkonecny)
- Add Makefile target for container tests execution (jkonecny)
- Remove pocketlint from the build requires (jkonecny)
* Thu Sep 22 2022 Jiri Konecny <jkonecny@redhat.com> - 1.1.2-1
- Always close the password dialog (vponcova)
Resolves: rhbz#2125272
* Tue Aug 11 2020 Jiri Konecny <jkonecny@redhat.com> - 1.1.1-2
- Fix file extension of gating.yaml
* Tue Aug 11 2020 Jiri Konecny <jkonecny@redhat.com> - 1.1.1-1
- Use relative imports in tests (jkonecny)
- Solve pylint errors (jkonecny)
- Remove pot file (jkonecny)
- Switch translations to rhel-8 Weblate branch (jkonecny)
- Add potfile to the .gitignore (jkonecny)
- Pause releasing when calling bumpver (jkonecny)
- Remove Zanata from the Simpleline (jkonecny)
- Switch po-push from Zanata to Weblate (jkonecny)
- Download translations from Weblate (jkonecny)
* Wed Jun 20 2018 Petr Viktorin <pviktori@redhat.com> - 1.1-2
- Remove the unused pocketlint build dependency