Accepting request 1138493 from devel:languages:python

- 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/request/show/1138493
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-lark?expand=0&rev=8
This commit is contained in:
Ana Guerrero 2024-01-15 21:10:56 +00:00 committed by Git OBS Bridge
commit 67bcb9ddd5
4 changed files with 13 additions and 5 deletions

View File

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

3
lark-1.1.9.tar.gz Normal file
View File

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

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Sat Jan 13 20:25:08 UTC 2024 - Dirk Müller <dmueller@suse.com>
- 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 <dmueller@suse.com>

View File

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