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

@@ -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