15
0
forked from pool/python-lark

Accepting request 1039637 from home:yarunachalam:branches:devel:languages:python

- Update to v1.1.4 
  ci: Python 3.11 final by @henryiii in #1204
  Add __all__ to __init__ by @aspizu in #1200
  PropagatePositions: Allow any object to carry the metadata,
  by returning it in __lark_meta__() by @erezsh in #1203
  fix: Token now pattern matches correctly by @marcinplatek in #1181
  Updates to merge PR #1151 by @erezsh in #1205
  style: pre-commit basic config by @henryiii in #1151
  PR for v1.1.4 by @erezsh in #1208

OBS-URL: https://build.opensuse.org/request/show/1039637
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-lark?expand=0&rev=5
This commit is contained in:
2022-12-02 21:38:21 +00:00
committed by Git OBS Bridge
parent 69d374e481
commit db49ba8c8a
4 changed files with 17 additions and 4 deletions

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Fri Dec 2 18:23:05 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
- Update to v1.1.4
ci: Python 3.11 final by @henryiii in #1204
Add __all__ to __init__ by @aspizu in #1200
PropagatePositions: Allow any object to carry the metadata,
by returning it in __lark_meta__() by @erezsh in #1203
fix: Token now pattern matches correctly by @marcinplatek in #1181
Updates to merge PR #1151 by @erezsh in #1205
style: pre-commit basic config by @henryiii in #1151
PR for v1.1.4 by @erezsh in #1208
-------------------------------------------------------------------
Fri Oct 28 17:58:49 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>