Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

python314-ptpython-3.0.32-1.1 RPM for noarch

From OpenSuSE Tumbleweed for noarch

Name: python314-ptpython Distribution: openSUSE Tumbleweed
Version: 3.0.32 Vendor: openSUSE
Release: 1.1 Build date: Fri Apr 10 16:13:33 2026
Group: Development/Languages/Python Build host: reproducible
Size: 632911 Source RPM: python-ptpython-3.0.32-1.1.src.rpm
Packager: https://bugs.opensuse.org
Url: https://github.com/jonathanslenders/ptpython
Summary: Python REPL build on top of prompt_toolkit
Ptpython is an advanced Python REPL, built using prompt_toolkit.

Provides

Requires

License

ISC

Changelog

* Fri Apr 10 2026 Dirk Müller <dmueller@suse.com>
  - update to 3.0.32:
    * Use ANSI colors (instead of RGB colors) for the default code
      theme. This improves the chances of having a better contrast
      with the background color, because we now use what is
      configured in the terminal emulator. The theme is
      called 'default-ansi' and exists alongside 'default'.
    * Add `patch_stdout_raw` parameter to `embed()`.
    * Fix repl.min_brightness and repl.max_brightness config in
      history.
    * Fix positioning of exit confirmation (compatibility with
      latest prompt_toolkit).
    * Show exception cause/context when printing chained
      exceptions.
    * Reworked project layout and use pyproject.toml instead of
      setup.py.
    * Drop Python 3.7 support.
* Wed Jun 11 2025 Steve Kowalik <steven.kowalik@suse.com>
  - Switch to pyproject macros.
  - No more greedy globs in %files.
* Sat Aug 31 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 06 2024 Dirk Müller <dmueller@suse.com>
  - update to 3.0.27:
    * Limit number of completions to 5k (for performance).
    * Several typing fixes.
* Thu Mar 14 2024 Matej Cepl <mcepl@cepl.eu>
  - Don't try to build on Python 3.9, we don't have IPython there anymore.
* Wed Mar 13 2024 Dirk Müller <dmueller@suse.com>
  - remove optional ipython dependency - does no longer exist
    on python39
* Fri Feb 09 2024 Dirk Müller <dmueller@suse.com>
  - update to 3.0.26:
    * Handle `GeneratorExit` exception when leaving the paginator.
* Wed Dec 27 2023 Dirk Müller <dmueller@suse.com>
  - update to 3.0.25:
    * Fix handling of 'config file does not exist' when embedding
      ptpython.
    * Don't show "Impossible to read config file" warnings when no
      config file was passed to `run_config()`.
    * Output printing fixes:
    * Paginate exceptions if pagination is enabled.
    * Handle big outputs without running out of memory.
    * Asyncio REPL improvements:
    * From now on, passing `--asyncio` is required to activate the
      asyncio-REPL.
    * This will ensure that an event loop is created at the
      start in which we can run top-level await statements.
    * Use `get_running_loop()` instead of `get_event_loop()`.
    * Better handling of `SystemExit` and control-c in the async
      REPL.
* Mon Dec 11 2023 Dirk Müller <dmueller@suse.com>
  - update to 3.0.23:
    * Don't print exception messages twice for unhandled
      exceptions.
    * Added cursor shape support.
    * Drop Python 3.6 support.
* Tue Dec 13 2022 Yogalakshmi Arunachalam <yarunachalam@suse.com>
  - Update to version 3.0.22
    * New features:
    - Improve rendering performance when there are many completions.

Files

/etc/alternatives/ptpython
/usr/bin/ptpython
/usr/bin/ptpython-3.14
/usr/lib/python3.14/site-packages/ptpython
/usr/lib/python3.14/site-packages/ptpython-3.0.32.dist-info
/usr/lib/python3.14/site-packages/ptpython-3.0.32.dist-info/INSTALLER
/usr/lib/python3.14/site-packages/ptpython-3.0.32.dist-info/METADATA
/usr/lib/python3.14/site-packages/ptpython-3.0.32.dist-info/RECORD
/usr/lib/python3.14/site-packages/ptpython-3.0.32.dist-info/REQUESTED
/usr/lib/python3.14/site-packages/ptpython-3.0.32.dist-info/WHEEL
/usr/lib/python3.14/site-packages/ptpython-3.0.32.dist-info/entry_points.txt
/usr/lib/python3.14/site-packages/ptpython-3.0.32.dist-info/licenses
/usr/lib/python3.14/site-packages/ptpython-3.0.32.dist-info/licenses/LICENSE
/usr/lib/python3.14/site-packages/ptpython-3.0.32.dist-info/top_level.txt
/usr/lib/python3.14/site-packages/ptpython/__init__.py
/usr/lib/python3.14/site-packages/ptpython/__main__.py
/usr/lib/python3.14/site-packages/ptpython/__pycache__
/usr/lib/python3.14/site-packages/ptpython/__pycache__/__init__.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/ptpython/__pycache__/__init__.cpython-314.pyc
/usr/lib/python3.14/site-packages/ptpython/__pycache__/__main__.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/ptpython/__pycache__/__main__.cpython-314.pyc
/usr/lib/python3.14/site-packages/ptpython/__pycache__/completer.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/ptpython/__pycache__/completer.cpython-314.pyc
/usr/lib/python3.14/site-packages/ptpython/__pycache__/eventloop.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/ptpython/__pycache__/eventloop.cpython-314.pyc
/usr/lib/python3.14/site-packages/ptpython/__pycache__/filters.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/ptpython/__pycache__/filters.cpython-314.pyc
/usr/lib/python3.14/site-packages/ptpython/__pycache__/history_browser.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/ptpython/__pycache__/history_browser.cpython-314.pyc
/usr/lib/python3.14/site-packages/ptpython/__pycache__/ipython.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/ptpython/__pycache__/ipython.cpython-314.pyc
/usr/lib/python3.14/site-packages/ptpython/__pycache__/key_bindings.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/ptpython/__pycache__/key_bindings.cpython-314.pyc
/usr/lib/python3.14/site-packages/ptpython/__pycache__/layout.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/ptpython/__pycache__/layout.cpython-314.pyc
/usr/lib/python3.14/site-packages/ptpython/__pycache__/lexer.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/ptpython/__pycache__/lexer.cpython-314.pyc
/usr/lib/python3.14/site-packages/ptpython/__pycache__/printer.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/ptpython/__pycache__/printer.cpython-314.pyc
/usr/lib/python3.14/site-packages/ptpython/__pycache__/prompt_style.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/ptpython/__pycache__/prompt_style.cpython-314.pyc
/usr/lib/python3.14/site-packages/ptpython/__pycache__/python_input.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/ptpython/__pycache__/python_input.cpython-314.pyc
/usr/lib/python3.14/site-packages/ptpython/__pycache__/repl.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/ptpython/__pycache__/repl.cpython-314.pyc
/usr/lib/python3.14/site-packages/ptpython/__pycache__/signatures.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/ptpython/__pycache__/signatures.cpython-314.pyc
/usr/lib/python3.14/site-packages/ptpython/__pycache__/style.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/ptpython/__pycache__/style.cpython-314.pyc
/usr/lib/python3.14/site-packages/ptpython/__pycache__/utils.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/ptpython/__pycache__/utils.cpython-314.pyc
/usr/lib/python3.14/site-packages/ptpython/__pycache__/validator.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/ptpython/__pycache__/validator.cpython-314.pyc
/usr/lib/python3.14/site-packages/ptpython/completer.py
/usr/lib/python3.14/site-packages/ptpython/contrib
/usr/lib/python3.14/site-packages/ptpython/contrib/__init__.py
/usr/lib/python3.14/site-packages/ptpython/contrib/__pycache__
/usr/lib/python3.14/site-packages/ptpython/contrib/__pycache__/__init__.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/ptpython/contrib/__pycache__/__init__.cpython-314.pyc
/usr/lib/python3.14/site-packages/ptpython/contrib/__pycache__/asyncssh_repl.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/ptpython/contrib/__pycache__/asyncssh_repl.cpython-314.pyc
/usr/lib/python3.14/site-packages/ptpython/contrib/asyncssh_repl.py
/usr/lib/python3.14/site-packages/ptpython/entry_points
/usr/lib/python3.14/site-packages/ptpython/entry_points/__init__.py
/usr/lib/python3.14/site-packages/ptpython/entry_points/__pycache__
/usr/lib/python3.14/site-packages/ptpython/entry_points/__pycache__/__init__.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/ptpython/entry_points/__pycache__/__init__.cpython-314.pyc
/usr/lib/python3.14/site-packages/ptpython/entry_points/__pycache__/run_ptipython.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/ptpython/entry_points/__pycache__/run_ptipython.cpython-314.pyc
/usr/lib/python3.14/site-packages/ptpython/entry_points/__pycache__/run_ptpython.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/ptpython/entry_points/__pycache__/run_ptpython.cpython-314.pyc
/usr/lib/python3.14/site-packages/ptpython/entry_points/run_ptipython.py
/usr/lib/python3.14/site-packages/ptpython/entry_points/run_ptpython.py
/usr/lib/python3.14/site-packages/ptpython/eventloop.py
/usr/lib/python3.14/site-packages/ptpython/filters.py
/usr/lib/python3.14/site-packages/ptpython/history_browser.py
/usr/lib/python3.14/site-packages/ptpython/ipython.py
/usr/lib/python3.14/site-packages/ptpython/key_bindings.py
/usr/lib/python3.14/site-packages/ptpython/layout.py
/usr/lib/python3.14/site-packages/ptpython/lexer.py
/usr/lib/python3.14/site-packages/ptpython/printer.py
/usr/lib/python3.14/site-packages/ptpython/prompt_style.py
/usr/lib/python3.14/site-packages/ptpython/py.typed
/usr/lib/python3.14/site-packages/ptpython/python_input.py
/usr/lib/python3.14/site-packages/ptpython/repl.py
/usr/lib/python3.14/site-packages/ptpython/signatures.py
/usr/lib/python3.14/site-packages/ptpython/style.py
/usr/lib/python3.14/site-packages/ptpython/utils.py
/usr/lib/python3.14/site-packages/ptpython/validator.py
/usr/share/doc/packages/python314-ptpython
/usr/share/doc/packages/python314-ptpython/CHANGELOG
/usr/share/doc/packages/python314-ptpython/README.rst
/usr/share/licenses/python314-ptpython
/usr/share/licenses/python314-ptpython/LICENSE


Generated by rpm2html 1.8.1

Fabrice Bellet, Sun Apr 12 22:22:34 2026