forked from pool/python-textX
Compare commits
6 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| d28406a52f | |||
| f9f5f617ab | |||
| 4013218da7 | |||
| 56a0073240 | |||
| a80c0cb58a | |||
| 5de74ed602 |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4e87ea428c22363d6d966042d2f421b3bc8bc8ae9dc1c3d0c4844bf0212b9061
|
||||
size 1824450
|
||||
3
python-textX-4.2.3.tar.gz
Normal file
3
python-textX-4.2.3.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b96a4c68b1505742a675970490e91945f2c5fe27ef3f0246fa9b01d28c7d7d5d
|
||||
size 2137561
|
||||
@@ -1,3 +1,44 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 29 13:29:37 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||
|
||||
- Update to 4.2.3
|
||||
* fix: wrong reference/capture in `call_obj_processors` closure
|
||||
leading to memory leak due to keeping reference to the Model object.
|
||||
- Use Python 3.11 on SLE-15 by default
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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>
|
||||
|
||||
- update to 4.1.0:
|
||||
* `nchar` attribute to `TextXError` class, which represents the
|
||||
substring length for the model object where the error was found.
|
||||
* `linetype` parameter to PlantUML generator which controls
|
||||
line style. See the tip in the visualization docs
|
||||
* Rendering of multiplicities of association in PlantUML
|
||||
generator.
|
||||
* Meta-model diagram export now raises attributes/references to
|
||||
abstract
|
||||
* meta-classes along the inheritance chain. See [423].
|
||||
* The Python version limit "<3.13" has been removed from the
|
||||
pyproject.toml file. The library should run on all Python
|
||||
versions starting from 3.8
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 5 06:06:27 UTC 2024 - Steve Kowalik <steven.kowalik@suse.com>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# 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
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -15,9 +15,9 @@
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-textX
|
||||
Version: 4.0.1
|
||||
Version: 4.2.3
|
||||
Release: 0
|
||||
Summary: Meta-language for DSL implementation inspired by Xtext
|
||||
License: MIT
|
||||
@@ -87,7 +87,7 @@ find tests/functional -name '*.whl' -exec python3 -m installer -d tmp-modules {}
|
||||
%check
|
||||
export LC_ALL=C.UTF-8
|
||||
export PYTHONPATH=$(ls -1d tmp-modules/usr/lib/python3.*/site-packages)
|
||||
%pytest
|
||||
%pytest tests/functional
|
||||
|
||||
%post
|
||||
%python_install_alternative textx
|
||||
|
||||
Reference in New Issue
Block a user