Skip to content

Commit

Permalink
New version - 1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jkonecny12 committed Oct 27, 2022
1 parent 1a21831 commit 3c0e7eb
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion python-simpleline.spec
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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)

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 3c0e7eb

Please sign in to comment.