import python-simpleline-1.1.3-1.el8

This commit is contained in:
CentOS Sources 2023-03-28 09:27:55 +00:00 committed by Stepan Oksanichenko
parent 3fc0928117
commit 8d1a96a93d
3 changed files with 16 additions and 4 deletions

2
.gitignore vendored
View File

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

View File

@ -1 +1 @@
da06a48d5c777b9909d213e23e9bcd6422fb7b43 SOURCES/simpleline-1.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.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 <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