14
0

Accepting request 1198055 from devel:languages:python

- update to 3.0.29:
  * Further improve performance of dictionary completions.
  * Custom 'exit' function to return from REPL that
  * doesn't terminate `sys.stdin` when `exit` is called
    (important for `embed()`).
  * doesn't require to be called with parentheses.
  * Clean up signatures on control-c.

OBS-URL: https://build.opensuse.org/request/show/1198055
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-ptpython?expand=0&rev=15
This commit is contained in:
2024-09-02 11:14:13 +00:00
committed by Git OBS Bridge
4 changed files with 15 additions and 4 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:24b0fda94b73d1c99a27e6fd0d08be6f2e7cda79a2db995c7e3c7b8b1254bad9
size 72022

3
ptpython-3.0.29.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b9d625183aef93a673fc32cbe1c1fcaf51412e7a4f19590521cdaccadf25186e
size 72622

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Sat Aug 31 12:08:45 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 3.0.29:
* Further improve performance of dictionary completions.
* Custom 'exit' function to return from REPL that
* doesn't terminate `sys.stdin` when `exit` is called
(important for `embed()`).
* doesn't require to be called with parentheses.
* Clean up signatures on control-c.
-------------------------------------------------------------------
Thu Jun 6 19:39:14 UTC 2024 - Dirk Müller <dmueller@suse.com>

View File

@@ -19,7 +19,7 @@
%{?sle15_python_module_pythons}
%define skip_python39 1
Name: python-ptpython
Version: 3.0.27
Version: 3.0.29
Release: 0
Summary: Python REPL build on top of prompt_toolkit
License: ISC