Auto sync2gitlab import of python-simpleline-1.1.3-1.el8.src.rpm
This commit is contained in:
parent
a6302d3176
commit
8599992933
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
|||||||
/simpleline-1.1.1.tar.gz
|
/simpleline-1.1.1.tar.gz
|
||||||
/simpleline-1.1.2.tar.gz
|
/simpleline-1.1.2.tar.gz
|
||||||
|
/simpleline-1.1.3.tar.gz
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
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.2
|
Version: 1.1.3
|
||||||
Release: 1%{?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
|
||||||
@ -59,6 +59,14 @@ 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
|
* Thu Sep 22 2022 Jiri Konecny <jkonecny@redhat.com> - 1.1.2-1
|
||||||
- Always close the password dialog (vponcova)
|
- Always close the password dialog (vponcova)
|
||||||
Resolves: rhbz#2125272
|
Resolves: rhbz#2125272
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (simpleline-1.1.2.tar.gz) = 01fef5fec2332878bec78f3808481df08860cd2e9851d925db9b9e6843c706c285b54e89f65bc538f8b6b471e6c327b45c3956d89563200fb93abffea750cb63
|
SHA512 (simpleline-1.1.3.tar.gz) = dfb2a7ba43148aec451884ce3f53cdd367a6b6436d113b5d29ffc1be54ac085bbee942f6a1a6ee5da5abc6120bf7f2f464ed7dde32c8b98b3f560dc4976d7ec7
|
||||||
|
Loading…
Reference in New Issue
Block a user