import python-simpleline-1.1.3-1.el8
This commit is contained in:
parent
3fc0928117
commit
8d1a96a93d
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
|||||||
SOURCES/simpleline-1.1.1.tar.gz
|
SOURCES/simpleline-1.1.3.tar.gz
|
||||||
|
@ -1 +1 @@
|
|||||||
da06a48d5c777b9909d213e23e9bcd6422fb7b43 SOURCES/simpleline-1.1.1.tar.gz
|
b30b36a3f92bacb770724932a1da98fadf8d88db SOURCES/simpleline-1.1.3.tar.gz
|
||||||
|
@ -3,8 +3,8 @@
|
|||||||
Name: python-%{srcname}
|
Name: python-%{srcname}
|
||||||
Summary: A Python library for creating text UI
|
Summary: A Python library for creating text UI
|
||||||
Url: https://github.com/rhinstaller/python-%{srcname}
|
Url: https://github.com/rhinstaller/python-%{srcname}
|
||||||
Version: 1.1.1
|
Version: 1.1.3
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
# This tarball was created from upstream git:
|
# This tarball was created from upstream git:
|
||||||
# git clone https://github.com/rhinstaller/python-simpleline
|
# git clone https://github.com/rhinstaller/python-simpleline
|
||||||
# cd python-simpleline && make archive
|
# cd python-simpleline && make archive
|
||||||
@ -59,6 +59,18 @@ make test
|
|||||||
%{python3_sitelib}/*
|
%{python3_sitelib}/*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Tue Aug 11 2020 Jiri Konecny <jkonecny@redhat.com> - 1.1.1-2
|
||||||
- Fix file extension of gating.yaml
|
- Fix file extension of gating.yaml
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user