14
0
forked from pool/python-textX

Accepting request 691739 from home:pgajdos

- version update to 1.8.0
   - https://github.com/igordejanovic/textX/pull/71
     - Regular expression with group support
     - See [the
       docs](http://www.igordejanovic.net/textX/development/grammar/#matches)
       for usage.
   - https://github.com/igordejanovic/textX/pull/69
     - Added search path feature (issue #66) - search path support for model
       files (importURI scope providers; see docs/scoping.md).
   - https://github.com/igordejanovic/textX/pull/77
     - New multi meta model support for references-only for better meta model
       modularity (referencing models without having access to the grammar,
       see docs/multimetamodel.md).
   - https://github.com/igordejanovic/textX/pull/79
     - Fixing obj_processors calling.
   - https://github.com/igordejanovic/textX/pull/84
     - New contribution guide.
   - https://github.com/igordejanovic/textX/pull/81
     - Bugfix: lost encoding for multi meta-model.
   - https://github.com/igordejanovic/textX/pull/68
     - changed parser access in metamodel (private attribute "_parser")
   - mkdocs documentation now uses [mike](https://github.com/jimporter/mike) for
     multiversion support.

OBS-URL: https://build.opensuse.org/request/show/691739
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-textX?expand=0&rev=12
This commit is contained in:
Tomáš Chvátal
2019-04-06 10:13:52 +00:00
committed by Git OBS Bridge
parent b60157ed54
commit c19e5e2614
4 changed files with 34 additions and 6 deletions

View File

@@ -1,3 +1,30 @@
-------------------------------------------------------------------
Fri Apr 5 08:46:58 UTC 2019 - pgajdos@suse.com
- version update to 1.8.0
- https://github.com/igordejanovic/textX/pull/71
- Regular expression with group support
- See [the
docs](http://www.igordejanovic.net/textX/development/grammar/#matches)
for usage.
- https://github.com/igordejanovic/textX/pull/69
- Added search path feature (issue #66) - search path support for model
files (importURI scope providers; see docs/scoping.md).
- https://github.com/igordejanovic/textX/pull/77
- New multi meta model support for references-only for better meta model
modularity (referencing models without having access to the grammar,
see docs/multimetamodel.md).
- https://github.com/igordejanovic/textX/pull/79
- Fixing obj_processors calling.
- https://github.com/igordejanovic/textX/pull/84
- New contribution guide.
- https://github.com/igordejanovic/textX/pull/81
- Bugfix: lost encoding for multi meta-model.
- https://github.com/igordejanovic/textX/pull/68
- changed parser access in metamodel (private attribute "_parser")
- mkdocs documentation now uses [mike](https://github.com/jimporter/mike) for
multiversion support.
-------------------------------------------------------------------
Tue Dec 4 12:55:15 UTC 2018 - Matej Cepl <mcepl@suse.com>