15
0
forked from pool/python-lark

- 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
This commit is contained in:
2024-01-13 20:25:20 +00:00
committed by Git OBS Bridge
parent df1b1ca179
commit 233220b3ae
4 changed files with 13 additions and 5 deletions

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>