14
0
forked from pool/python-textX

Compare commits

6 Commits

Author SHA256 Message Date
d28406a52f Accepting request 1315734 from devel:languages:python
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/1315734
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-textX?expand=0&rev=21
2025-11-06 17:13:00 +00:00
f9f5f617ab - 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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-textX?expand=0&rev=47
2025-10-29 14:05:23 +00:00
4013218da7 Accepting request 1277023 from devel:languages:python
- 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/request/show/1277023
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-textX?expand=0&rev=20
2025-05-13 18:07:02 +00:00
56a0073240 - 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
2025-05-13 06:49:23 +00:00
a80c0cb58a 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
2024-10-30 16:36:19 +00:00
5de74ed602 - 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/package/show/devel:languages:python/python-textX?expand=0&rev=43
2024-10-29 20:59:12 +00:00
4 changed files with 13 additions and 5 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7849fd40be757115a8f4c71fb80d349d1058f97a23599dd34a618a3776c628ea
size 2136825

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b96a4c68b1505742a675970490e91945f2c5fe27ef3f0246fa9b01d28c7d7d5d
size 2137561

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
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>

View File

@@ -15,9 +15,9 @@
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
%{?sle15_python_module_pythons}
Name: python-textX
Version: 4.2.2
Version: 4.2.3
Release: 0
Summary: Meta-language for DSL implementation inspired by Xtext
License: MIT