14
0
forked from pool/python-textX

- limit check to tests/functional as upstream does

- update to version 4.2.2:
 - Fixed:
  - tests for subcommands. Click 8.2.0 now returns exit code 2 when command is not
    correct. See [433].
- update to version 4.2.1:
 - Fixed:
  - regression where textx generate/check command didn't report location info.
  - removed encoding of unicode strings in textx exceptions.
- update to version 4.2.0:
 - Changed:
  - Moved from click.echo to logging.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-textX?expand=0&rev=45
This commit is contained in:
Sebastian Wagner
2025-05-13 06:49:23 +00:00
committed by Git OBS Bridge
parent bf8fa1e8a1
commit 9aca68299f
4 changed files with 22 additions and 6 deletions

View File

@@ -1,3 +1,19 @@
-------------------------------------------------------------------
Tue May 13 06:47:45 UTC 2025 - Sebastian Wagner <sebix@sebix.at>
- limit check to tests/functional as upstream does
- update to version 4.2.2:
- Fixed:
- tests for subcommands. Click 8.2.0 now returns exit code 2 when command is not
correct. See [433].
- update to version 4.2.1:
- Fixed:
- regression where textx generate/check command didn't report location info.
- removed encoding of unicode strings in textx exceptions.
- update to version 4.2.0:
- Changed:
- Moved from click.echo to logging.
-------------------------------------------------------------------
Tue Oct 29 20:58:24 UTC 2024 - Dirk Müller <dmueller@suse.com>