import python-simpleline-1.1.3-1.el8

This commit is contained in:
CentOS Sources 2022-11-16 06:10:33 +00:00 committed by Stepan Oksanichenko
parent 7864832c6f
commit 9e7547d5c9
3 changed files with 11 additions and 3 deletions

2
.gitignore vendored
View File

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

View File

@ -1 +1 @@
0d8caaee56c6e1d4a43418e3997ca6203838c235 SOURCES/simpleline-1.1.2.tar.gz
b30b36a3f92bacb770724932a1da98fadf8d88db SOURCES/simpleline-1.1.3.tar.gz

View File

@ -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.2
Version: 1.1.3
Release: 1%{?dist}
# This tarball was created from upstream git:
# git clone https://github.com/rhinstaller/python-simpleline
@ -59,6 +59,14 @@ 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