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:
committed by
Git OBS Bridge
parent
b60157ed54
commit
c19e5e2614
@@ -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>
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-textX
|
||||
#
|
||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -19,7 +19,7 @@
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
%bcond_without test
|
||||
Name: python-textX
|
||||
Version: 1.7.0
|
||||
Version: 1.8.0
|
||||
Release: 0
|
||||
Summary: Meta-language for DSL implementation inspired by Xtext
|
||||
License: MIT
|
||||
@@ -37,7 +37,8 @@ BuildRequires: %{python_module Jinja2}
|
||||
BuildRequires: %{python_module memory_profiler}
|
||||
BuildRequires: %{python_module pytest}
|
||||
# /SECTION
|
||||
Requires: python-Arpeggio
|
||||
Requires: python-Arpeggio >= 1.9.0
|
||||
Requires: python-setuptools
|
||||
Suggests: %name-doc
|
||||
BuildArch: noarch
|
||||
|
||||
|
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:827f1e65a2c000d18822e58f92f9cb3bdfaabe82e63fff52d118ee5ed4630a7b
|
||||
size 1612306
|
3
v1.8.0.tar.gz
Normal file
3
v1.8.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ad57b4d5ef20f39e3e651cdbffe75a5939775a62dd3d30a24c613ce31ebbdd89
|
||||
size 1629076
|
Reference in New Issue
Block a user