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

python311-colorama-0.4.6-2.5 RPM for noarch

From OpenSuSE Ports Tumbleweed for noarch

Name: python311-colorama Distribution: openSUSE:Factory:zSystems
Version: 0.4.6 Vendor: openSUSE
Release: 2.5 Build date: Fri Apr 21 14:23:26 2023
Group: Development/Languages/Python Build host: reproducible
Size: 217675 Source RPM: python-colorama-0.4.6-2.5.src.rpm
Packager: https://bugs.opensuse.org
Url: https://github.com/tartley/colorama
Summary: Cross-platform colored terminal text
Makes ANSI escape character sequences, for producing colored terminal text and
cursor positioning, work under MS Windows.

ANSI escape character sequences have long been used to produce colored terminal
text and cursor positioning on Unix and Macs. Colorama makes this work on
Windows, too. It also provides some shortcuts to help generate ANSI sequences,
and works fine in conjunction with any other ANSI sequence generation library,
such as Termcolor.

This has the upshot of providing a simple cross-platform API for printing
colored terminal text from Python, and has the happy side-effect that existing
applications or libraries which use ANSI sequences to produce colored output on
Linux or Macs can now also work on Windows, simply by calling colorama.init().

Provides

Requires

License

BSD-3-Clause

Changelog

* Fri Apr 21 2023 Dirk Müller <dmueller@suse.com>
  - add sle15_python_module_pythons (jsc#PED-68)
* Thu Apr 13 2023 Matej Cepl <mcepl@suse.com>
  - Make calling of %{sle15modernpython} optional.
* Sat Oct 29 2022 Dirk Müller <dmueller@suse.com>
  - update to 0.4.6:
    * https://github.com/tartley/colorama/pull/139 Add alternative to 'init()',
      called 'just_fix_windows_console'. This fixes many longstanding problems
      with 'init', such as working incorrectly on modern Windows terminals, and
      wonkiness when init gets called multiple times. The intention is that it
      just makes all Windows terminals treat ANSI the same way as other terminals
      do. Many thanks the njsmith for fixing our messes.
    * https://github.com/tartley/colorama/pull/352 Support Windows 10's ANSI/VT
      console. This didn't exist when Colorama was created, and avoiding us
      causing havok there is long overdue. Thanks to segeviner for the initial
      approach, and to njsmith for getting it merged.
    * https://github.com/tartley/colorama/pull/338 Internal overhaul of package
      metadata declaration, which abolishes our use of the now heavily
      discouraged setuptools (and hence setup.py, setup.cfg and MANIFEST.in), in
      favor of hatchling (and hence pyproject.toml), generously contributed by
      ofek (author of hatchling). This includes dropping support Python3.5 and
      3.6, which are EOL, and were already dropped from setuptools, so this
      should not affect our users.
    * https://github.com/tartley/colorama/pull/353 Attention to detail award to
      LqdBcnAtWork for a spelling fix in demo06
* Mon Jun 27 2022 Dirk Müller <dmueller@suse.com>
  - update to 0.4.5:
    * Catch a racy ValueError that could occur on exit.
    * Create README-hacking.md, for Colorama contributors.
    * Tweak some README unicode characters that don't render correctly on PyPI.
    * Fix some tests that were failing on some operating systems.
    * Add support for Python 3.9.
    * Add support for PyPy3.
    * Add support for pickling with the ``dill`` module.
* Tue Mar 08 2022 pgajdos@suse.com
  - python-mock is actually not required for build
* Mon Oct 19 2020 Dirk Mueller <dmueller@suse.com>
  - update to 0.4.4:
    * Fixes
* Wed Apr 01 2020 Marketa Calabkova <mcalabkova@suse.com>
  - update to version 0.4.3
    * Several documentation & demo fixes.
* Sat Dec 01 2018 Arun Persaud <arun@gmx.de>
  - update to version 0.4.1:
    * Fix issue #196: prevent exponential number of calls when calling
      'init' multiple times. Reported by bbayles and fixed by Delgan.
* Tue Nov 13 2018 Tomáš Chvátal <tchvatal@suse.com>
  - Switch to github tarball to get tests
* Mon Nov 12 2018 Arun Persaud <arun@gmx.de>
  - specfile:
    * update copyright year
    * move from tar.gz to zip on pypi
    * be more specific in %files section
    * remove devel from noarch
  - update to version 0.4.0:
    * Fix issue #142: reset LIGHT_EX colors with RESET_ALL. Reported by
      Delgan
    * Fix issue #147: ignore invalid "erase" ANSI codes. Reported by
      shin-
    * Fix issues #163 and #164: fix stream wrapping under
      PyCharm. Contributed by veleek and Delgan.
    * Thanks to jdufresne for various code cleanup and updates to
      documentation and project metadata.  (pull requests #171, #172,
      [#173], #174, #176, #177, #189, #190, #192)
    * #186: added contextlib magic methods to ansitowin32.StreamWrapper.
      Contributed by hoefling.
    * Fix issue #131: don't cache stdio handles, since they might be
      closed/changed by fd redirection. This fixes an issue with pytest.
      Contributed by segevfiner.
    * #146, #157: Drop support for EOL Python 2.5, 2.6, 3.1, 3.2 and
      3.3, and add 3.6. Thanks to hugovk.

Files

/usr/lib/python3.11/site-packages/colorama
/usr/lib/python3.11/site-packages/colorama-0.4.6.dist-info
/usr/lib/python3.11/site-packages/colorama-0.4.6.dist-info/INSTALLER
/usr/lib/python3.11/site-packages/colorama-0.4.6.dist-info/METADATA
/usr/lib/python3.11/site-packages/colorama-0.4.6.dist-info/RECORD
/usr/lib/python3.11/site-packages/colorama-0.4.6.dist-info/REQUESTED
/usr/lib/python3.11/site-packages/colorama-0.4.6.dist-info/WHEEL
/usr/lib/python3.11/site-packages/colorama-0.4.6.dist-info/licenses
/usr/lib/python3.11/site-packages/colorama-0.4.6.dist-info/licenses/LICENSE.txt
/usr/lib/python3.11/site-packages/colorama/__init__.py
/usr/lib/python3.11/site-packages/colorama/__pycache__
/usr/lib/python3.11/site-packages/colorama/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/colorama/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/colorama/__pycache__/ansi.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/colorama/__pycache__/ansi.cpython-311.pyc
/usr/lib/python3.11/site-packages/colorama/__pycache__/ansitowin32.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/colorama/__pycache__/ansitowin32.cpython-311.pyc
/usr/lib/python3.11/site-packages/colorama/__pycache__/initialise.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/colorama/__pycache__/initialise.cpython-311.pyc
/usr/lib/python3.11/site-packages/colorama/__pycache__/win32.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/colorama/__pycache__/win32.cpython-311.pyc
/usr/lib/python3.11/site-packages/colorama/__pycache__/winterm.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/colorama/__pycache__/winterm.cpython-311.pyc
/usr/lib/python3.11/site-packages/colorama/ansi.py
/usr/lib/python3.11/site-packages/colorama/ansitowin32.py
/usr/lib/python3.11/site-packages/colorama/initialise.py
/usr/lib/python3.11/site-packages/colorama/tests
/usr/lib/python3.11/site-packages/colorama/tests/__init__.py
/usr/lib/python3.11/site-packages/colorama/tests/__pycache__
/usr/lib/python3.11/site-packages/colorama/tests/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/colorama/tests/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/colorama/tests/__pycache__/ansi_test.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/colorama/tests/__pycache__/ansi_test.cpython-311.pyc
/usr/lib/python3.11/site-packages/colorama/tests/__pycache__/ansitowin32_test.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/colorama/tests/__pycache__/ansitowin32_test.cpython-311.pyc
/usr/lib/python3.11/site-packages/colorama/tests/__pycache__/initialise_test.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/colorama/tests/__pycache__/initialise_test.cpython-311.pyc
/usr/lib/python3.11/site-packages/colorama/tests/__pycache__/isatty_test.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/colorama/tests/__pycache__/isatty_test.cpython-311.pyc
/usr/lib/python3.11/site-packages/colorama/tests/__pycache__/utils.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/colorama/tests/__pycache__/utils.cpython-311.pyc
/usr/lib/python3.11/site-packages/colorama/tests/__pycache__/winterm_test.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/colorama/tests/__pycache__/winterm_test.cpython-311.pyc
/usr/lib/python3.11/site-packages/colorama/tests/ansi_test.py
/usr/lib/python3.11/site-packages/colorama/tests/ansitowin32_test.py
/usr/lib/python3.11/site-packages/colorama/tests/initialise_test.py
/usr/lib/python3.11/site-packages/colorama/tests/isatty_test.py
/usr/lib/python3.11/site-packages/colorama/tests/utils.py
/usr/lib/python3.11/site-packages/colorama/tests/winterm_test.py
/usr/lib/python3.11/site-packages/colorama/win32.py
/usr/lib/python3.11/site-packages/colorama/winterm.py
/usr/share/doc/packages/python311-colorama
/usr/share/doc/packages/python311-colorama/CHANGELOG.rst
/usr/share/doc/packages/python311-colorama/README.rst
/usr/share/doc/packages/python311-colorama/demos
/usr/share/doc/packages/python311-colorama/demos/demo.bat
/usr/share/doc/packages/python311-colorama/demos/demo.sh
/usr/share/doc/packages/python311-colorama/demos/demo01.py
/usr/share/doc/packages/python311-colorama/demos/demo02.py
/usr/share/doc/packages/python311-colorama/demos/demo03.py
/usr/share/doc/packages/python311-colorama/demos/demo04.py
/usr/share/doc/packages/python311-colorama/demos/demo05.py
/usr/share/doc/packages/python311-colorama/demos/demo06.py
/usr/share/doc/packages/python311-colorama/demos/demo07.py
/usr/share/doc/packages/python311-colorama/demos/demo08.py
/usr/share/doc/packages/python311-colorama/demos/demo09.py
/usr/share/doc/packages/python311-colorama/demos/fixpath.py
/usr/share/licenses/python311-colorama
/usr/share/licenses/python311-colorama/LICENSE.txt


Generated by rpm2html 1.8.1

Fabrice Bellet, Mon Apr 29 23:40:03 2024