15
0
Commit Graph

27 Commits

Author SHA256 Message Date
d66d9439ea Accepting request 842476 from devel:languages:python
- update to 0.4.4:
  * Fixes

OBS-URL: https://build.opensuse.org/request/show/842476
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-colorama?expand=0&rev=16
2020-10-22 12:20:58 +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
31cdf06bfe Accepting request 790585 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/790585
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-colorama?expand=0&rev=15
2020-04-05 18:52:09 +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
fd0e1edf55 Accepting request 653418 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/653418
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-colorama?expand=0&rev=14
2018-12-10 11:24:42 +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
f4aa9fd2c5 Accepting request 648743 from devel:languages:python
- Switch to github tarball to get tests

- 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.

OBS-URL: https://build.opensuse.org/request/show/648743
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-colorama?expand=0&rev=13
2018-11-18 22:22:17 +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
75cb2bdaba Accepting request 518788 from devel:languages:python
- update to 0.3.9:
  * Revert fix for issue #103 which causes problems for dependent applications (forwarded request 518787 from tbechtold)

OBS-URL: https://build.opensuse.org/request/show/518788
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-colorama?expand=0&rev=12
2017-08-28 13:16:42 +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
c4823c74bf Accepting request 491169 from devel:languages:python
1

OBS-URL: https://build.opensuse.org/request/show/491169
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-colorama?expand=0&rev=11
2017-05-17 15:17:54 +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
07244bd371 Accepting request 441344 from devel:languages:python
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/441344
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-colorama?expand=0&rev=10
2016-12-07 23:29:29 +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
51e6e5933a Accepting request 298187 from devel:languages:python
1

OBS-URL: https://build.opensuse.org/request/show/298187
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-colorama?expand=0&rev=9
2015-04-21 08:53:45 +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
Stephan Kulow
02a0b1a824 Accepting request 249306 from devel:languages:python
1

OBS-URL: https://build.opensuse.org/request/show/249306
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-colorama?expand=0&rev=8
2014-09-17 15:25:22 +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
Stephan Kulow
32a96096c6 Accepting request 247250 from devel:languages:python
1

OBS-URL: https://build.opensuse.org/request/show/247250
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-colorama?expand=0&rev=7
2014-09-03 06:30:18 +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
Stephan Kulow
0296b5883e Accepting request 200813 from 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 (forwarded request 200811 from dirkmueller)

OBS-URL: https://build.opensuse.org/request/show/200813
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-colorama?expand=0&rev=5
2013-09-27 15:59:56 +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
Stephan Kulow
c93b184a06 Accepting request 173781 from devel:languages:python
- update to 0.2.5:
  * various small bugfixes (forwarded request 173731 from dirkmueller)

OBS-URL: https://build.opensuse.org/request/show/173781
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-colorama?expand=0&rev=3
2013-05-02 09:37:12 +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
Stephan Kulow
68efccd60d Accepting request 141892 from devel:languages:python
Dependency of future OpenStack dashboard

OBS-URL: https://build.opensuse.org/request/show/141892
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-colorama?expand=0&rev=1
2012-11-21 16:06:19 +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