17
0

18 Commits

Author SHA256 Message Date
96a95abc45 Accepting request 1081367 from home:dirkmueller:acdc:as_python3_module
SR for python stack proposal

OBS-URL: https://build.opensuse.org/request/show/1081367
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-colorama?expand=0&rev=34
2023-04-21 14:49:02 +00:00
1bd9ea80bb - 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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-colorama?expand=0&rev=32
2022-10-29 12:52:47 +00:00
95de1324a7 - 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.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-colorama?expand=0&rev=30
2022-06-27 20:37:26 +00:00
e5061441c7 Accepting request 960224 from home:pgajdos:python
- python-mock is actually not required for build

OBS-URL: https://build.opensuse.org/request/show/960224
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-colorama?expand=0&rev=28
2022-03-08 14:13:40 +00:00
67570c2509 - update to 0.4.4:
* Fixes

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-colorama?expand=0&rev=26
2020-10-19 06:44:03 +00:00
Tomáš Chvátal
68897176db Accepting request 790554 from home:mcalabkova:branches:devel:languages:python
- update to version 0.4.3
  * Several documentation & demo fixes.

OBS-URL: https://build.opensuse.org/request/show/790554
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-colorama?expand=0&rev=24
2020-04-01 12:43:22 +00:00
Tomáš Chvátal
9030baa093 Accepting request 653373 from home:apersaud:branches:devel:languages:python
update to latest version

OBS-URL: https://build.opensuse.org/request/show/653373
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-colorama?expand=0&rev=22
2018-12-02 09:12:22 +00:00
Tomáš Chvátal
cc527543e4 - Switch to github tarball to get tests
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-colorama?expand=0&rev=20
2018-11-13 14:34:25 +00:00
Tomáš Chvátal
362c2a5985 Accepting request 648368 from home:apersaud:branches:devel:languages:python
update to latest version

OBS-URL: https://build.opensuse.org/request/show/648368
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-colorama?expand=0&rev=19
2018-11-13 14:28:17 +00:00
ffedeaf6c6 Accepting request 518787 from home:tbechtold:branches:devel:languages:python
- update to 0.3.9:
  * Revert fix for issue #103 which causes problems for dependent applications

OBS-URL: https://build.opensuse.org/request/show/518787
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-colorama?expand=0&rev=17
2017-08-25 16:25:05 +00:00
Todd R
884276b438 Accepting request 491168 from home:TheBlackCat:branches:devel:languages:python
- update to 0.3.8
- Implement single-spec version
- Fix source url.

OBS-URL: https://build.opensuse.org/request/show/491168
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-colorama?expand=0&rev=15
2017-04-25 22:47:12 +00:00
13f0122553 - update to 0.3.7:
* Fix issue #84: check if stream has 'closed' attribute before testing it
  * Fix issue #74: objects might become None at exit
  * Fix issue #81: fix ValueError when a closed stream was used
  * Bumping version to re-upload a wheel distribution
  * Fix issue #47 and #80 - stream redirection now strips ANSI codes on Linux
  * Fix issue #53 - strip readline markers
  * Fix issue #32 - assign orig_stdout and orig_stderr when initialising
  * Fix issue #57 - Fore.RESET did not reset style of LIGHT_EX colors.
    Fixed by Andy Neff
  * Fix issue #51 - add context manager syntax. Thanks to Matt Olsen.
  * Fix issue #48 - colorama didn't work on Windows when environment
    variable 'TERM' was set.
  * Fix issue #54 - fix pylint errors in client code.
  * Changes to readme and other improvements by Marc Abramowitz and Zearin

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-colorama?expand=0&rev=13
2016-11-15 10:22:50 +00:00
Michal Čihař
da72e35ef0 Accepting request 298053 from home:benoit_monin:branches:devel:languages:python
update to 0.3.3

OBS-URL: https://build.opensuse.org/request/show/298053
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-colorama?expand=0&rev=11
2015-04-20 13:26:23 +00:00
Jan Matejek
5c47d87662 Accepting request 249208 from Cloud:OpenStack:Master
New upstream release

OBS-URL: https://build.opensuse.org/request/show/249208
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-colorama?expand=0&rev=9
2014-09-15 14:03:44 +00:00
Todd R
049b61cabd Accepting request 247249 from home:TheBlackCat:branches:devel:languages:python
Update to 0.3.1

OBS-URL: https://build.opensuse.org/request/show/247249
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-colorama?expand=0&rev=7
2014-09-02 16:32:48 +00:00
Sascha Peilicke
36ce11f0a7 Accepting request 200811 from home:dirkmueller:branches:devel:languages:python
- update to 0.2.7:
  * Fix problem under 64-bit windows due to ctypes HANDLE size.
  * Fix licensing to the source files

OBS-URL: https://build.opensuse.org/request/show/200811
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-colorama?expand=0&rev=5
2013-09-26 13:48:32 +00:00
Sascha Peilicke
b69e0ebb99 Accepting request 173731 from home:dirkmueller:branches:devel:languages:python
- update to 0.2.5:
  * various small bugfixes

OBS-URL: https://build.opensuse.org/request/show/173731
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-colorama?expand=0&rev=3
2013-04-29 13:26:11 +00:00
Sascha Peilicke
5153c134f9 - Initial version
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-colorama?expand=0&rev=1
2012-11-19 13:43:46 +00:00