Hello community, here is the log from the commit of package python-textX for openSUSE:Leap:15.2 checked in at 2020-03-15 07:13:29 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Leap:15.2/python-textX (Old) and /work/SRC/openSUSE:Leap:15.2/.python-textX.new.3160 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-textX" Sun Mar 15 07:13:29 2020 rev:13 rq:785103 version:2.1.0 Changes: -------- --- /work/SRC/openSUSE:Leap:15.2/python-textX/python-textX.changes 2020-03-09 18:11:25.173201196 +0100 +++ /work/SRC/openSUSE:Leap:15.2/.python-textX.new.3160/python-textX.changes 2020-03-15 07:14:39.133075225 +0100 @@ -1,0 +2,18 @@ +Wed Mar 11 11:27:12 UTC 2020 - [email protected] + +- 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]). + +------------------------------------------------------------------- Old: ---- python-textX-2.0.1.tar.gz New: ---- python-textX-2.1.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-textX.spec ++++++ --- /var/tmp/diff_new_pack.ssX1Gp/_old 2020-03-15 07:14:39.449075392 +0100 +++ /var/tmp/diff_new_pack.ssX1Gp/_new 2020-03-15 07:14:39.453075393 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-textX # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,12 +18,12 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-textX -Version: 2.0.1 +Version: 2.1.0 Release: 0 Summary: Meta-language for DSL implementation inspired by Xtext License: MIT Group: Development/Languages/Python -URL: http://textx.github.io/textX/stable/ +URL: https://textx.github.io/textX/stable/ Source: https://github.com/igordejanovic/textX/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz BuildRequires: %{python_module setuptools} BuildRequires: fdupes @@ -40,7 +40,6 @@ BuildRequires: %{python_module memory_profiler} BuildRequires: %{python_module pytest} # /SECTION - %python_subpackages %description @@ -115,6 +114,6 @@ %{python_sitelib}/* %python3_only %{_bindir}/textx %license LICENSE.txt -%doc AUTHORS.md CHANGELOG.md README.rst +%doc AUTHORS.md CHANGELOG.md README.md %changelog ++++++ python-textX-2.0.1.tar.gz -> python-textX-2.1.0.tar.gz ++++++ ++++ 2132 lines of diff (skipped)
