From 53969384dadfdb7997bb7570cb6bfcf783db8c1679f0941eccb68e7f7f659e63 Mon Sep 17 00:00:00 2001 From: Sebastian Wagner Date: Tue, 22 Mar 2022 18:46:36 +0000 Subject: [PATCH] ## [Unreleased] [Unreleased]: https://github.com/textX/Arpeggio/compare/2.0.0...HEAD - update to version 2.0.0: - Added `eval_attrs` call to `NoMatch` exceptions ([ebfd60]). See [the docs](https://textx.github.io/Arpeggio/latest/handling_errors/). - Dropped support for deprecated Python versions. The lowest supported version is 3.6. **(BIC)** [ebfd60]: https://github.com/textX/Arpeggio/commit/ebfd60a7330cd5e6aaacfd5be7001be0f7506ce8 [2.0.0]: https://github.com/textX/Arpeggio/compare/1.10.2...2.0.0 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Arpeggio?expand=0&rev=27 --- python-Arpeggio-1.10.2.tar.gz | 3 --- python-Arpeggio-2.0.0.tar.gz | 3 +++ python-Arpeggio.changes | 13 +++++++++++++ python-Arpeggio.spec | 4 ++-- 4 files changed, 18 insertions(+), 5 deletions(-) delete mode 100644 python-Arpeggio-1.10.2.tar.gz create mode 100644 python-Arpeggio-2.0.0.tar.gz diff --git a/python-Arpeggio-1.10.2.tar.gz b/python-Arpeggio-1.10.2.tar.gz deleted file mode 100644 index 9a2e181..0000000 --- a/python-Arpeggio-1.10.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:edb463a27bf6ac53819c4ad810e543cc8656ec89eed5943ba9e310bb44e197f4 -size 766747 diff --git a/python-Arpeggio-2.0.0.tar.gz b/python-Arpeggio-2.0.0.tar.gz new file mode 100644 index 0000000..b1d15f8 --- /dev/null +++ b/python-Arpeggio-2.0.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70eb3d33948b9d69320c919d2e1820381220e6960ed46f805fbe6f1a09f03a66 +size 767813 diff --git a/python-Arpeggio.changes b/python-Arpeggio.changes index 57b417b..716a2ac 100644 --- a/python-Arpeggio.changes +++ b/python-Arpeggio.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Tue Mar 22 18:46:22 UTC 2022 - Sebastian Wagner + +- ## [Unreleased] +[Unreleased]: https://github.com/textX/Arpeggio/compare/2.0.0...HEAD +- update to version 2.0.0: + - Added `eval_attrs` call to `NoMatch` exceptions ([ebfd60]). See [the + docs](https://textx.github.io/Arpeggio/latest/handling_errors/). + - Dropped support for deprecated Python versions. The lowest supported version + is 3.6. **(BIC)** +[ebfd60]: https://github.com/textX/Arpeggio/commit/ebfd60a7330cd5e6aaacfd5be7001be0f7506ce8 +[2.0.0]: https://github.com/textX/Arpeggio/compare/1.10.2...2.0.0 + ------------------------------------------------------------------- Thu Dec 9 10:47:09 UTC 2021 - pgajdos@suse.com diff --git a/python-Arpeggio.spec b/python-Arpeggio.spec index 9f6e1a6..d446182 100644 --- a/python-Arpeggio.spec +++ b/python-Arpeggio.spec @@ -1,7 +1,7 @@ # # spec file for package python-Arpeggio # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-Arpeggio -Version: 1.10.2 +Version: 2.0.0 Release: 0 Summary: Packrat parser interpreter License: MIT