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:
committed by
Git OBS Bridge
parent
bf8fa1e8a1
commit
9aca68299f
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:3d4c691880d0c03553ce4a69db40668d099c7272c08e933472a3503b08bd1632
|
|
||||||
size 2136599
|
|
3
python-textX-4.2.2.tar.gz
Normal file
3
python-textX-4.2.2.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:7849fd40be757115a8f4c71fb80d349d1058f97a23599dd34a618a3776c628ea
|
||||||
|
size 2136825
|
@@ -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>
|
Tue Oct 29 20:58:24 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-textX
|
# spec file for package python-textX
|
||||||
#
|
#
|
||||||
# Copyright (c) 2024 SUSE LLC
|
# Copyright (c) 2025 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: python-textX
|
Name: python-textX
|
||||||
Version: 4.1.0
|
Version: 4.2.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Meta-language for DSL implementation inspired by Xtext
|
Summary: Meta-language for DSL implementation inspired by Xtext
|
||||||
License: MIT
|
License: MIT
|
||||||
@@ -87,7 +87,7 @@ find tests/functional -name '*.whl' -exec python3 -m installer -d tmp-modules {}
|
|||||||
%check
|
%check
|
||||||
export LC_ALL=C.UTF-8
|
export LC_ALL=C.UTF-8
|
||||||
export PYTHONPATH=$(ls -1d tmp-modules/usr/lib/python3.*/site-packages)
|
export PYTHONPATH=$(ls -1d tmp-modules/usr/lib/python3.*/site-packages)
|
||||||
%pytest
|
%pytest tests/functional
|
||||||
|
|
||||||
%post
|
%post
|
||||||
%python_install_alternative textx
|
%python_install_alternative textx
|
||||||
|
Reference in New Issue
Block a user