forked from pool/python-prompt_toolkit
Accepting request 951783 from home:badshah400:branches:science
Update to version 3.0.26 OBS-URL: https://build.opensuse.org/request/show/951783 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-prompt_toolkit?expand=0&rev=33
This commit is contained in:
3
prompt_toolkit-3.0.26.tar.gz
Normal file
3
prompt_toolkit-3.0.26.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:a51d41a6a45fd9def54365bca8f0402c8f182f2b6f7e29c74d55faeb9fb38ac4
|
||||||
|
size 402667
|
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:25c95d2ac813909f813c93fde734b6e44406d1477a9faef7c915ff37d39c0a8c
|
|
||||||
size 3019536
|
|
@@ -1,3 +1,21 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Feb 5 18:14:18 UTC 2022 - Atri Bhattacharya <badshah400@gmail.com>
|
||||||
|
|
||||||
|
- Update to version 3.0.26:
|
||||||
|
* No Linux relevant changes.
|
||||||
|
- Changes from version 3.0.25:
|
||||||
|
* Use `DummyOutput` when `sys.stdout` is `None` and `DummyInput`
|
||||||
|
when `sys.stdin` is `None`.
|
||||||
|
* Correctly reset `Application._is_running` flag in case of
|
||||||
|
exceptions in some situations.
|
||||||
|
* Handle SIGINT (when sent from another process) and allow
|
||||||
|
binding it to a key binding.
|
||||||
|
* Increase the event loop `slow_duration_callback` by default to
|
||||||
|
0.5 to prevent printing warnings if rendering takes too long
|
||||||
|
on slow systems.
|
||||||
|
- Older changelogs: see
|
||||||
|
https://github.com/prompt-toolkit/python-prompt-toolkit/blob/3.0.26/CHANGELOG
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Dec 20 09:38:35 UTC 2020 - Dirk Müller <dmueller@suse.com>
|
Sun Dec 20 09:38:35 UTC 2020 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-prompt_toolkit
|
# spec file for package python-prompt_toolkit
|
||||||
#
|
#
|
||||||
# Copyright (c) 2020 SUSE LLC
|
# Copyright (c) 2022 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -19,7 +19,7 @@
|
|||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
%define skip_python2 1
|
%define skip_python2 1
|
||||||
Name: python-prompt_toolkit
|
Name: python-prompt_toolkit
|
||||||
Version: 3.0.8
|
Version: 3.0.26
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Library for building interactive command lines in Python
|
Summary: Library for building interactive command lines in Python
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
|
Reference in New Issue
Block a user