14
0

- update to 2.4.7:

. Each bug with Regex expressions
  . And expressions not properly constructing with generator
  . Traceback abbreviation
  . Bug in delta_time example
  . Fix regexen in pyparsing_common.real and .sci_real
  . Avoid FutureWarning on Python 3.7 or later
  . Cleanup output in runTests if comments are embedded in test string

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyparsing?expand=0&rev=72
This commit is contained in:
2020-05-05 09:10:51 +00:00
committed by Git OBS Bridge
parent cf0acc0212
commit 1db5aae19e
4 changed files with 16 additions and 4 deletions

View File

@@ -28,7 +28,7 @@
%bcond_with test
%endif
Name: python-pyparsing%{psuffix}
Version: 2.4.6
Version: 2.4.7
Release: 0
Summary: Grammar Parser Library for Python
License: MIT AND GPL-2.0-or-later AND GPL-3.0-or-later