Package python3-modules-curses: Information

  • Default inline alert: Version in the repository: 3.12.2-alt1

Binary package: python3-modules-curses
Version: 3.10.8-alt1.1
Architecture: ppc64le
Build time:  Dec 18, 2022, 03:19 PM in the task #311926
Source package: python3
Report package bug
License: Python
Summary: Python3 "curses" module
Description: 
An interface to the curses library, providing portable terminal
handling. The Curses module provides an interface to the curses library, the
de-facto standard for portable advanced terminal handling.
This extension module is designed to match the API of ncurses, an
open-source curses library hosted on Linux and the BSD variants of UNIX.

Maintainer: Ilya Kurdyukov


Last changed


Dec. 17, 2022 Ilya Kurdyukov 3.10.8-alt1.1
- Using "-fno-semantic-interposition" to speed up libpython.
Dec. 6, 2022 Grigory Ustinov 3.10.8-alt1
- Updated to upstream version 3.10.8.
Nov. 10, 2022 Daniel Zagaynov 3.10.7-alt2
- Moved Tools to /usr/share/%pybasever
- Removed pynche (its pypi version is newer)
- Moved libpython.py to the separate package
- Used %add_python3_import_path to exclude self-provides from %name-test
  dependencies
- Added shebang to some files from %name-tools and %name-module-gdb_libpython,
  made them executable to discard rpm-build-python
- Added patch to replace absolute import with relative ones.