Skip to content

Commit 3c0e7eb

Browse files
committed
New version - 1.1.3
1 parent 1a21831 commit 3c0e7eb

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

python-simpleline.spec

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Name: python-%{srcname}
44
Summary: A Python library for creating text UI
55
Url: https://github.com/rhinstaller/python-%{srcname}
6-
Version: 1.1.2
6+
Version: 1.1.3
77
Release: 1%{?dist}
88
# This tarball was created from upstream git:
99
# git clone https://github.com/rhinstaller/python-simpleline
@@ -59,6 +59,14 @@ make test
5959
%{python3_sitelib}/*
6060

6161
%changelog
62+
* Thu Oct 27 2022 Jiri Konecny <[email protected]> - 1.1.3-1
63+
- Add tests for UIScreen wide disabling of concurrency check (jkonecny)
64+
- Abstract registering signal handler in the InputHandler constructor (jkonecny)
65+
- Allow to disable concurrency check for all UIScreen inputs (jkonecny)
66+
- Enable execution of the tests on GitHub actions (jkonecny)
67+
- Add Makefile target for container tests execution (jkonecny)
68+
- Remove pocketlint from the build requires (jkonecny)
69+
6270
* Thu Sep 22 2022 Jiri Konecny <[email protected]> - 1.1.2-1
6371
- Always close the password dialog (vponcova)
6472

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
from distutils.core import setup
44

5-
setup(name='simpleline', version='1.1.2',
5+
setup(name='simpleline', version='1.1.3',
66
description='Python text UI framework',
77
author='Jiri Konecny', author_email='[email protected]',
88
url='http://git.fedoraproject.org/git/?p=python-simpleline.git',

0 commit comments

Comments
 (0)