15
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:
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 +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>