From 233220b3ae3119eec8422024b62d2e9f170f227d69eea3d01b2140a3865dba06 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sat, 13 Jan 2024 20:25:20 +0000 Subject: [PATCH] - update to 1.1.9: * Use MAXWIDTH instead of MAXREPEAT when available * Fix nested list markdown syntax in how_to_use.md * Run tests against Python 3.12 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-lark?expand=0&rev=15 --- lark-1.1.8.tar.gz | 3 --- lark-1.1.9.tar.gz | 3 +++ python-lark.changes | 8 ++++++++ python-lark.spec | 4 ++-- 4 files changed, 13 insertions(+), 5 deletions(-) delete mode 100644 lark-1.1.8.tar.gz create mode 100644 lark-1.1.9.tar.gz diff --git a/lark-1.1.8.tar.gz b/lark-1.1.8.tar.gz deleted file mode 100644 index 47fb0ea..0000000 --- a/lark-1.1.8.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1cd78aeb722ac90bb49572b990027fdd5f3283981339d18c12ebe435b9397b0a -size 415961 diff --git a/lark-1.1.9.tar.gz b/lark-1.1.9.tar.gz new file mode 100644 index 0000000..f4f0ae0 --- /dev/null +++ b/lark-1.1.9.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32f5f3e1418df3a9032d1a8f9bea62427319e28733ac463f5f37d311b1d99c01 +size 416074 diff --git a/python-lark.changes b/python-lark.changes index bd56955..89bb086 100644 --- a/python-lark.changes +++ b/python-lark.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Sat Jan 13 20:25:08 UTC 2024 - Dirk Müller + +- update to 1.1.9: + * Use MAXWIDTH instead of MAXREPEAT when available + * Fix nested list markdown syntax in how_to_use.md + * Run tests against Python 3.12 + ------------------------------------------------------------------- Wed Dec 20 21:59:06 UTC 2023 - Dirk Müller diff --git a/python-lark.spec b/python-lark.spec index 043acdd..c3499ed 100644 --- a/python-lark.spec +++ b/python-lark.spec @@ -1,7 +1,7 @@ # # spec file for package python-lark # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 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 @@ %{?sle15_python_module_pythons} Name: python-lark -Version: 1.1.8 +Version: 1.1.9 Release: 0 Summary: A parsing library for Python License: MIT