SHA256
1
0
forked from pool/python-lark

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

- 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

OBS-URL: https://build.opensuse.org/request/show/1042715
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-lark?expand=0&rev=7
This commit is contained in:
Dirk Mueller 2022-12-14 10:11:00 +00:00 committed by Git OBS Bridge
parent db49ba8c8a
commit 7bc2e285bb
4 changed files with 15 additions and 4 deletions

View File

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

BIN
lark-1.1.5.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Tue Dec 13 15:41:34 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
- 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 <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.4
Version: 1.1.5
Release: 0
Summary: A parsing library for Python
License: MIT