File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33Name: python-%{srcname }
44Summary: A Python library for creating text UI
55Url: https://github.com/rhinstaller/python-%{srcname }
6- Version: 1.1.2
6+ Version: 1.1.3
77Release: 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 <jkonecny@redhat.com> - 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 <jkonecny@redhat.com> - 1.1.2-1
6371- Always close the password dialog (vponcova)
6472
Original file line number Diff line number Diff line change 22
33from 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 = 'jkonecny@redhat.com' ,
88 url = 'http://git.fedoraproject.org/git/?p=python-simpleline.git' ,
You can’t perform that action at this time.
0 commit comments