diff --git a/lark-1.1.4.tar.gz b/lark-1.1.4.tar.gz deleted file mode 100644 index 9050d4b..0000000 --- a/lark-1.1.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9c69709a9e2cc34981493756e3d8ee547ca15ea6809087fc011d3af3d65039f8 -size 409728 diff --git a/lark-1.1.5.tar.gz b/lark-1.1.5.tar.gz new file mode 100644 index 0000000..d3d631b --- /dev/null +++ b/lark-1.1.5.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7a10ba0e3fa335a45502e228a7df4d80bf0a320b6c9d322fe7893c70b7a2448 +size 409659 diff --git a/python-lark.changes b/python-lark.changes index d1b8afc..2742b47 100644 --- a/python-lark.changes +++ b/python-lark.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Tue Dec 13 15:41:34 UTC 2022 - Yogalakshmi Arunachalam + +- Update to v1.1.5 + * What's Changed + setup.cfg: Replace deprecated license_file with license_files by @mgorny in #1209 + Fix Github shenanigans by @erezsh in #1220 + Fix AmbiguousExpander (Issue #1214) by @chanicpanic in #1216 + Fix EOF line information in InteractiveParser.resume_parse() by @erezsh in #1224 + Use generator instead of list expand or add method by @jmishra01 in #1225 + ------------------------------------------------------------------- Fri Dec 2 18:23:05 UTC 2022 - Yogalakshmi Arunachalam diff --git a/python-lark.spec b/python-lark.spec index 58ff716..f569982 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.4 +Version: 1.1.5 Release: 0 Summary: A parsing library for Python License: MIT