From 9e7547d5c97e373d071deb329a54686ef7a4d8ae Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Wed, 16 Nov 2022 06:10:33 +0000 Subject: [PATCH] import python-simpleline-1.1.3-1.el8 --- .gitignore | 2 +- .python-simpleline.metadata | 2 +- SPECS/python-simpleline.spec | 10 +++++++++- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 70a1c94..6708e2c 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/simpleline-1.1.2.tar.gz +SOURCES/simpleline-1.1.3.tar.gz diff --git a/.python-simpleline.metadata b/.python-simpleline.metadata index 3eeff90..98ede2e 100644 --- a/.python-simpleline.metadata +++ b/.python-simpleline.metadata @@ -1 +1 @@ -0d8caaee56c6e1d4a43418e3997ca6203838c235 SOURCES/simpleline-1.1.2.tar.gz +b30b36a3f92bacb770724932a1da98fadf8d88db SOURCES/simpleline-1.1.3.tar.gz diff --git a/SPECS/python-simpleline.spec b/SPECS/python-simpleline.spec index 62fe937..87fa1b3 100644 --- a/SPECS/python-simpleline.spec +++ b/SPECS/python-simpleline.spec @@ -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 - 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 - 1.1.2-1 - Always close the password dialog (vponcova) Resolves: rhbz#2125272