From db49ba8c8afa86b26065a9bacfe6615c44450c404d0b5885627bfaad897afa07 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Fri, 2 Dec 2022 21:38:21 +0000 Subject: [PATCH] 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 --- lark-1.1.3.tar.gz | 3 --- lark-1.1.4.tar.gz | 3 +++ python-lark.changes | 13 +++++++++++++ python-lark.spec | 2 +- 4 files changed, 17 insertions(+), 4 deletions(-) delete mode 100644 lark-1.1.3.tar.gz create mode 100644 lark-1.1.4.tar.gz diff --git a/lark-1.1.3.tar.gz b/lark-1.1.3.tar.gz deleted file mode 100644 index de8e2cc..0000000 --- a/lark-1.1.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9bb5ad0871ca3107a32439e98fccfa59b2d2b27f802117efbe2662e3a7400e74 -size 409103 diff --git a/lark-1.1.4.tar.gz b/lark-1.1.4.tar.gz new file mode 100644 index 0000000..9050d4b --- /dev/null +++ b/lark-1.1.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c69709a9e2cc34981493756e3d8ee547ca15ea6809087fc011d3af3d65039f8 +size 409728 diff --git a/python-lark.changes b/python-lark.changes index cb79ec8..d1b8afc 100644 --- a/python-lark.changes +++ b/python-lark.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Fri Dec 2 18:23:05 UTC 2022 - Yogalakshmi Arunachalam + +- 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 diff --git a/python-lark.spec b/python-lark.spec index 77b6469..58ff716 100644 --- a/python-lark.spec +++ b/python-lark.spec @@ -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