15
0

## [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]: ebfd60a733
[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
This commit is contained in:
2022-03-22 18:46:36 +00:00
committed by Git OBS Bridge
parent 1e773b0f8f
commit 53969384da
4 changed files with 18 additions and 5 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:edb463a27bf6ac53819c4ad810e543cc8656ec89eed5943ba9e310bb44e197f4
size 766747

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:70eb3d33948b9d69320c919d2e1820381220e6960ed46f805fbe6f1a09f03a66
size 767813

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Tue Mar 22 18:46:22 UTC 2022 - Sebastian Wagner <sebix+novell.com@sebix.at>
- ## [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

View File

@@ -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