14
0
forked from pool/python-textX

Accepting request 783789 from home:pgajdos:python

- version update to 2.1.0
  ### Added
  - Added new function `textx.scoping.is_file_included` ([#197]).
  ### Changed
  - Allow passing kwargs (specially - file_name) argument when loading metamodel
    from string (needed for `textX-LS v0.1.0`) ([#211]).
  - Changed the parser rule for regex matches. Spaces are not stripped any more
    from the beginning and the end of the regexp-pattern. This could be possible
    **BIC** for some special cases [#208].
  - Changed function name `textx.scoping.get_all_models_including_attached_models`
    to `textx.scoping.get_included_models` (marked old function
    as deprecated) ([#197]).
  - Delete all models touched while loading a model, when an error occurs
    while loading in all repositories (strong exception safety guarantee) ([#200]).

OBS-URL: https://build.opensuse.org/request/show/783789
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-textX?expand=0&rev=23
This commit is contained in:
Tomáš Chvátal
2020-03-11 11:46:33 +00:00
committed by Git OBS Bridge
parent 7c8d5d2309
commit edfee96d21
4 changed files with 25 additions and 8 deletions

View File

@@ -1,3 +1,21 @@
-------------------------------------------------------------------
Wed Mar 11 11:27:12 UTC 2020 - pgajdos@suse.com
- version update to 2.1.0
### Added
- Added new function `textx.scoping.is_file_included` ([#197]).
### Changed
- Allow passing kwargs (specially - file_name) argument when loading metamodel
from string (needed for `textX-LS v0.1.0`) ([#211]).
- Changed the parser rule for regex matches. Spaces are not stripped any more
from the beginning and the end of the regexp-pattern. This could be possible
**BIC** for some special cases [#208].
- Changed function name `textx.scoping.get_all_models_including_attached_models`
to `textx.scoping.get_included_models` (marked old function
as deprecated) ([#197]).
- Delete all models touched while loading a model, when an error occurs
while loading in all repositories (strong exception safety guarantee) ([#200]).
-------------------------------------------------------------------
Tue Jul 9 11:53:21 UTC 2019 - Sebastian Wagner <sebix+novell.com@sebix.at>