From 8d1a96a93d15e66563e35101dd6df49ca5cd0af0 Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Tue, 28 Mar 2023 09:27:55 +0000 Subject: [PATCH] import python-simpleline-1.1.3-1.el8 --- .gitignore | 2 +- .python-simpleline.metadata | 2 +- SPECS/python-simpleline.spec | 16 ++++++++++++++-- 3 files changed, 16 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 513623a..6708e2c 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/simpleline-1.1.1.tar.gz +SOURCES/simpleline-1.1.3.tar.gz diff --git a/.python-simpleline.metadata b/.python-simpleline.metadata index 1537f1b..98ede2e 100644 --- a/.python-simpleline.metadata +++ b/.python-simpleline.metadata @@ -1 +1 @@ -da06a48d5c777b9909d213e23e9bcd6422fb7b43 SOURCES/simpleline-1.1.1.tar.gz +b30b36a3f92bacb770724932a1da98fadf8d88db SOURCES/simpleline-1.1.3.tar.gz diff --git a/SPECS/python-simpleline.spec b/SPECS/python-simpleline.spec index 993ea0f..87fa1b3 100644 --- a/SPECS/python-simpleline.spec +++ b/SPECS/python-simpleline.spec @@ -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.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,18 @@ 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 + * Tue Aug 11 2020 Jiri Konecny - 1.1.1-2 - Fix file extension of gating.yaml