15
0
Commit Graph

22 Commits

Author SHA256 Message Date
faafd2cfb3 Accepting request 1286722 from devel:languages:python
- Use better expression to get version.

OBS-URL: https://build.opensuse.org/request/show/1286722
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-ansi2html?expand=0&rev=10
2025-06-18 17:42:01 +00:00
548393390e - Use better expression to get version.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ansi2html?expand=0&rev=21
2025-06-18 14:27:12 +00:00
993231e7d6 Accepting request 1286460 from devel:languages:python
- Add opensuse-test.patch making the tests work even with
  versioned executables in the testing environment (i.e., before
  the alts scriptlets kick in).
- Convert to libalternatives

OBS-URL: https://build.opensuse.org/request/show/1286460
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-ansi2html?expand=0&rev=9
2025-06-18 13:57:42 +00:00
0851623132 - Add opensuse-test.patch making the tests work even with
versioned executables in the testing environment (i.e., before
  the alts scriptlets kick in).

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ansi2html?expand=0&rev=19
2025-06-17 20:31:23 +00:00
eb470ecfc7 - Convert to libalternatives
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ansi2html?expand=0&rev=18
2025-06-16 12:21:10 +00:00
7c5568406f Accepting request 1183017 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1183017
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-ansi2html?expand=0&rev=8
2024-06-24 18:56:47 +00:00
04ae4c6860 Accepting request 1182732 from home:ojkastl_buildservice:Branch_devel_languages_python
OBS-URL: https://build.opensuse.org/request/show/1182732
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ansi2html?expand=0&rev=16
2024-06-24 12:17:56 +00:00
33e234fbe2 Accepting request 1132991 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1132991
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-ansi2html?expand=0&rev=7
2023-12-14 21:03:28 +00:00
49b4172b07 Accepting request 1132894 from home:ojkastl_buildservice:Branch_devel_languages_python
update to 1.9.1

OBS-URL: https://build.opensuse.org/request/show/1132894
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ansi2html?expand=0&rev=14
2023-12-14 08:09:54 +00:00
1ed19ec68f Accepting request 1085819 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1085819
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-ansi2html?expand=0&rev=6
2023-05-10 14:18:40 +00:00
323de07fb3 Accepting request 1085702 from home:ojkastl_buildservice:Branch_devel_languages_python
OBS-URL: https://build.opensuse.org/request/show/1085702
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ansi2html?expand=0&rev=12
2023-05-09 20:49:12 +00:00
f93648cfb9 Accepting request 992783 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/992783
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-ansi2html?expand=0&rev=5
2022-08-05 17:50:49 +00:00
c25fbf88ff Accepting request 992737 from home:ohollmann:branches:devel:languages:python
- Update to 1.8.0:
  * Fix for ANSI color codes that include blank values (#178)
  * style.py: Drop unused CSS class .bold (#161)
  * Added py.typed file (#176)
  * style.py: Get CSS class .inv_foreground in sync with .body_foreground (#160)
  * Fix --input-encoding=<encoding> regression added in PR #143 + related tests (alternative to PR #162) (#172)
  * Migrate from mock to unittest.mock of Python >=3.3 (fixes #169) (#171)
  * Add ability to also recognize colons in ANSI escapes (#167)
  * Fixes to respect bright colors in palette (#126)
  * CHANGELOG.rst: Fix misleading 1.6.0 entry and missing 1.7.0 entries (#159)
  * Add comments to reduce reader research time (#158)

OBS-URL: https://build.opensuse.org/request/show/992737
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ansi2html?expand=0&rev=10
2022-08-04 12:29:32 +00:00
6414e5987e Accepting request 973214 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/973214
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-ansi2html?expand=0&rev=4
2022-04-27 19:42:15 +00:00
b6cf2ebd2f Accepting request 973176 from home:pgajdos:python
- version update to 1.7.0
  1.7.0
  -----
  Minor Changes
  ^^^^^^^^^^^^^
  * Replace recommendation of using system packages with pip3  @ssbarnea
  * Add truecolor support  @miltolstoy
  * Generate documentation with Sphinx and use Read the Docs  @tristanlatr
  * Adds support for OSC hyperlink sequences.  @hakonhagland
  Bugfixes
  ^^^^^^^^
  * Add test coverage  @ziegenberg
  * Replace pkg_resources with importlib.metadata  @ziegenberg
  * fix including of CHANGELOG.rst  @ziegenberg
  * Update linting dependencies  @ziegenberg
  * Upgrade the build process  @ziegenberg
  * Add type hinting  @ziegenberg
  * Update CI badges in readme  @ssbarnea
  * Bump setuptools-scm version  @ssbarnea
  1.6.0
  -----
  Changes
  ^^^^^^^
  * Switching from nosetest to unittest  @paolostivanin
  * Add dracula colorscheme  @ahmubashshir
  * Refactor packaging by replacing old setup.py based packaging with modern pep517 based one 
  * Replace travis with github actions  @ssbarnea
  Bugfixes
  ^^^^^^^^
  * Correct author metadata  @ssbarnea

OBS-URL: https://build.opensuse.org/request/show/973176
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ansi2html?expand=0&rev=8
2022-04-27 13:52:27 +00:00
811048333d Accepting request 788439 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/788439
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-ansi2html?expand=0&rev=3
2020-03-26 22:33:22 +00:00
Tomáš Chvátal
80f3451895 Accepting request 788438 from devel:languages:python:backports
OBS-URL: https://build.opensuse.org/request/show/788438
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ansi2html?expand=0&rev=6
2020-03-26 08:02:12 +00:00
2fab3cc0f9 Accepting request 676960 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/676960
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-ansi2html?expand=0&rev=2
2019-02-27 14:05:49 +00:00
Tomáš Chvátal
48267b8f8e Accepting request 676558 from home:jengelh:branches:devel:languages:python
- Use noun phrase in descriptions.

OBS-URL: https://build.opensuse.org/request/show/676558
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ansi2html?expand=0&rev=4
2019-02-18 08:50:59 +00:00
376f4ba7c7 Accepting request 675874 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/675874
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-ansi2html?expand=0&rev=1
2019-02-15 09:02:37 +00:00
Tomáš Chvátal
db8df146ea - Update to 1.5.2 release:
* Many various drawing fixes
  * Css parsing improvements
- Sort out with spec-cleaner
- Enable tests

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ansi2html?expand=0&rev=2
2019-02-14 13:38:52 +00:00
Tomáš Chvátal
108e0a399e osc copypac from project:home:Rotkraut:Data package:python-ansi2html revision:1
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ansi2html?expand=0&rev=1
2019-02-14 13:30:33 +00:00