Accepting request 1039667 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/1039667
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-lark?expand=0&rev=3
This commit is contained in:
Dominique Leuenberger 2022-12-04 13:57:34 +00:00 committed by Git OBS Bridge
commit ca3cbbcb1e
4 changed files with 17 additions and 4 deletions

View File

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

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

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

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>

View File

@ -19,7 +19,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1
Name: python-lark
Version: 1.1.3
Version: 1.1.4
Release: 0
Summary: A parsing library for Python
License: MIT