From c19e5e2614f71410558df503abc0caca82c15ff8a753e0a4c5330203cf24ad77 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Sat, 6 Apr 2019 10:13:52 +0000 Subject: [PATCH] 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 --- python-textX.changes | 27 +++++++++++++++++++++++++++ python-textX.spec | 7 ++++--- v1.7.0.tar.gz | 3 --- v1.8.0.tar.gz | 3 +++ 4 files changed, 34 insertions(+), 6 deletions(-) delete mode 100644 v1.7.0.tar.gz create mode 100644 v1.8.0.tar.gz diff --git a/python-textX.changes b/python-textX.changes index da30647..0d88208 100644 --- a/python-textX.changes +++ b/python-textX.changes @@ -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 diff --git a/python-textX.spec b/python-textX.spec index 3bf6a46..83972c8 100644 --- a/python-textX.spec +++ b/python-textX.spec @@ -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 diff --git a/v1.7.0.tar.gz b/v1.7.0.tar.gz deleted file mode 100644 index 824f0b7..0000000 --- a/v1.7.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:827f1e65a2c000d18822e58f92f9cb3bdfaabe82e63fff52d118ee5ed4630a7b -size 1612306 diff --git a/v1.8.0.tar.gz b/v1.8.0.tar.gz new file mode 100644 index 0000000..88b2443 --- /dev/null +++ b/v1.8.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad57b4d5ef20f39e3e651cdbffe75a5939775a62dd3d30a24c613ce31ebbdd89 +size 1629076