Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-textX for openSUSE:Factory checked in at 2026-08-29 17:43:46 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-textX (Old) and /work/SRC/openSUSE:Factory/.python-textX.new.1265 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-textX" Sat Aug 29 17:43:46 2026 rev:23 rq:1374598 version:4.4.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-textX/python-textX.changes 2026-01-28 15:15:00.413624934 +0100 +++ /work/SRC/openSUSE:Factory/.python-textX.new.1265/python-textX.changes 2026-08-29 17:44:50.737316151 +0200 @@ -1,0 +2,13 @@ +Sat Aug 22 11:41:35 UTC 2026 - Sebastian Wagner <[email protected]> + +- update to version 4.4.0: + - Changed: + - Migrated to [just](https://github.com/casey/just) for project management. + - Autoformating code with [ruff](https://docs.astral.sh/ruff/). + - loosen flit_core version constraint to allow v4. See [442]. + - Fixed: + - Empty grammars now raise `TextXSyntaxError` instead of `IndexError`. +- overwrite flit-core version restriction in tests, as already in place for the overall project + https://github.com/textX/textX/issues/449 + +------------------------------------------------------------------- Old: ---- python-textX-4.3.0.tar.gz New: ---- python-textX-4.4.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-textX.spec ++++++ --- /var/tmp/diff_new_pack.VZrjab/_old 2026-08-29 17:44:51.888356866 +0200 +++ /var/tmp/diff_new_pack.VZrjab/_new 2026-08-29 17:44:51.891356972 +0200 @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-textX -Version: 4.3.0 +Version: 4.4.0 Release: 0 Summary: Meta-language for DSL implementation inspired by Xtext License: MIT @@ -64,6 +64,8 @@ %prep %setup -q -n textX-%{version} sed -i '0,/#!\/usr\/bin\/env/ d' examples/hello_world/hello.py +# https://github.com/textX/textX/issues/449 +grep -Frl 'flit_core >=3.8.0,<4' | xargs sed -i 's/flit_core >=3.8.0,<4/flit_core >=3.8.0,<5/' %build %pyproject_wheel ++++++ python-textX-4.3.0.tar.gz -> python-textX-4.4.0.tar.gz ++++++ ++++ 4403 lines of diff (skipped)
