15
0

18 Commits

Author SHA256 Message Date
6569707ed4 Accepting request 1285959 from devel:languages:python
- Switch to pyroject macros.

OBS-URL: https://build.opensuse.org/request/show/1285959
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-crayons?expand=0&rev=8
2025-06-16 09:13:06 +00:00
fc1b2591ad - Switch to pyroject macros.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-crayons?expand=0&rev=17
2025-06-16 06:21:37 +00:00
0244bab71d Accepting request 900783 from devel:languages:python
- Fix Source URL

OBS-URL: https://build.opensuse.org/request/show/900783
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-crayons?expand=0&rev=7
2021-06-19 21:04:14 +00:00
8778ba1c7b - Fix Source URL
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-crayons?expand=0&rev=15
2021-06-18 15:29:51 +00:00
cb55d21953 Fix Source URL
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-crayons?expand=0&rev=14
2021-06-18 15:29:28 +00:00
81220d22fb Accepting request 900355 from devel:languages:python
- Don't own everything under sitelib.
- Run some tests (and use GitHub tarball to get it)

OBS-URL: https://build.opensuse.org/request/show/900355
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-crayons?expand=0&rev=6
2021-06-16 18:34:53 +00:00
3689a656b5 Remove superflous commented out Source line
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-crayons?expand=0&rev=12
2021-06-16 10:06:47 +00:00
8c35a7d443 - Don't own everything under sitelib.
- Run some tests (and use GitHub tarball to get it)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-crayons?expand=0&rev=11
2021-06-15 17:37:44 +00:00
2ed697352b Accepting request 860570 from devel:languages:python
- Update to 0.4.0
  * Check that sys.stdout object has isatty attribute in addition to it
    being True
    + If using a custom object that does not have the isatty attribute and
      you would still like color, you can set the CLINT_FORCE_COLOR environment
      variable
  * Explicitly set incoming parameter to crayons to string (so that len, etc.
    work as expected) 
- Drop LICENSE as a separate source, now included in the upstream tarball.

OBS-URL: https://build.opensuse.org/request/show/860570
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-crayons?expand=0&rev=5
2021-01-06 18:56:37 +00:00
69df0074a1 - Update to 0.4.0
* Check that sys.stdout object has isatty attribute in addition to it
    being True
    + If using a custom object that does not have the isatty attribute and
      you would still like color, you can set the CLINT_FORCE_COLOR environment
      variable
  * Explicitly set incoming parameter to crayons to string (so that len, etc.
    work as expected) 
- Drop LICENSE as a separate source, now included in the upstream tarball.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-crayons?expand=0&rev=9
2021-01-06 05:04:48 +00:00
9666453f87 Accepting request 778646 from devel:languages:python
- Update to 0.3.0 
  * Rewrites clean to just remove ANSI codes, not whatever it was doing before (which seemed to be stripping all characters from the string)
  * Adds random function to get a random color (thanks @azillion)
  * Adds replace_color function to allow setting replacement for a given color (e.g. replace blue with magneta) (thanks @frostming)
  * Adds reset_replace_color to reset any replacement colors set
- Update URL in the spec to be correct
- Write a description

OBS-URL: https://build.opensuse.org/request/show/778646
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-crayons?expand=0&rev=4
2020-02-24 14:54:31 +00:00
870338a722 - Update to 0.3.0
* Rewrites clean to just remove ANSI codes, not whatever it was doing before (which seemed to be stripping all characters from the string)
  * Adds random function to get a random color (thanks @azillion)
  * Adds replace_color function to allow setting replacement for a given color (e.g. replace blue with magneta) (thanks @frostming)
  * Adds reset_replace_color to reset any replacement colors set
- Update URL in the spec to be correct
- Write a description

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-crayons?expand=0&rev=7
2020-02-24 05:07:09 +00:00
2065a04f64 Accepting request 681480 from devel:languages:python
- update to 0.2.0
 * Add crayons.enable()
 * color funcs generated from __all__ var
 * Disable colors on TERM=dumb

OBS-URL: https://build.opensuse.org/request/show/681480
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-crayons?expand=0&rev=3
2019-03-05 11:23:57 +00:00
a88f967707 - update to 0.2.0
* Add crayons.enable()
 * color funcs generated from __all__ var
 * Disable colors on TERM=dumb

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-crayons?expand=0&rev=5
2019-03-04 14:45:15 +00:00
0141ad7dbe Accepting request 606542 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/606542
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-crayons?expand=0&rev=2
2018-05-15 08:13:27 +00:00
Todd R
1545d31e35 Accepting request 606540 from home:TheBlackCat:branches:devel:languages:python
- Don't forget python_module workaround.

OBS-URL: https://build.opensuse.org/request/show/606540
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-crayons?expand=0&rev=3
2018-05-11 22:08:31 +00:00
c69b3adaf8 Accepting request 543906 from devel:languages:python
- initial package

OBS-URL: https://build.opensuse.org/request/show/543906
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-crayons?expand=0&rev=1
2017-11-21 14:33:26 +00:00
b748626fb1 Accepting request 543866 from home:mimi_vx
crayons .. dependency of FLask-Common and httpbin

OBS-URL: https://build.opensuse.org/request/show/543866
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-crayons?expand=0&rev=1
2017-11-20 14:31:00 +00:00