forked from pool/python-textX
Accepting request 1219183 from devel:languages:python
- 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 * Removed vendored `six` library. We don't need 2.x support anymore. Thanks - Added RREL-'fixed name'-extension, allowing to follow model elements [#273]). Also, using base classes for rules from imported grammars in OBS-URL: https://build.opensuse.org/request/show/1219183 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-textX?expand=0&rev=19
This commit is contained in:
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:4e87ea428c22363d6d966042d2f421b3bc8bc8ae9dc1c3d0c4844bf0212b9061
|
|
||||||
size 1824450
|
|
3
python-textX-4.1.0.tar.gz
Normal file
3
python-textX-4.1.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:3d4c691880d0c03553ce4a69db40668d099c7272c08e933472a3503b08bd1632
|
||||||
|
size 2136599
|
@@ -1,3 +1,20 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
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>
|
Fri Apr 5 06:06:27 UTC 2024 - Steve Kowalik <steven.kowalik@suse.com>
|
||||||
|
|
||||||
|
@@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: python-textX
|
Name: python-textX
|
||||||
Version: 4.0.1
|
Version: 4.1.0
|
||||||
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
|
||||||
|
Reference in New Issue
Block a user