-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1a21831
commit 3c0e7eb
Showing
2 changed files
with
10 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 <[email protected]> - 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 <[email protected]> - 1.1.2-1 | ||
- Always close the password dialog (vponcova) | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
|
||
from distutils.core import setup | ||
|
||
setup(name='simpleline', version='1.1.2', | ||
setup(name='simpleline', version='1.1.3', | ||
description='Python text UI framework', | ||
author='Jiri Konecny', author_email='[email protected]', | ||
url='http://git.fedoraproject.org/git/?p=python-simpleline.git', | ||
|