From 1db5aae19ee0304e22a963ac04d479866a314aadeee03e6b0e4101a428dc14e1 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Tue, 5 May 2020 09:10:51 +0000 Subject: [PATCH] - 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 --- pyparsing-2.4.6.tar.gz | 3 --- pyparsing-2.4.7.tar.gz | 3 +++ python-pyparsing.changes | 12 ++++++++++++ python-pyparsing.spec | 2 +- 4 files changed, 16 insertions(+), 4 deletions(-) delete mode 100644 pyparsing-2.4.6.tar.gz create mode 100644 pyparsing-2.4.7.tar.gz diff --git a/pyparsing-2.4.6.tar.gz b/pyparsing-2.4.6.tar.gz deleted file mode 100644 index 2af4483..0000000 --- a/pyparsing-2.4.6.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4c830582a84fb022400b85429791bc551f1f4871c33f23e44f353119e92f969f -size 649181 diff --git a/pyparsing-2.4.7.tar.gz b/pyparsing-2.4.7.tar.gz new file mode 100644 index 0000000..ee5cae4 --- /dev/null +++ b/pyparsing-2.4.7.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c203ec8783bf771a155b207279b9bccb8dea02d8f0c9e5f8ead507bc3246ecc1 +size 649718 diff --git a/python-pyparsing.changes b/python-pyparsing.changes index 553c641..ac0bd3e 100644 --- a/python-pyparsing.changes +++ b/python-pyparsing.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Tue May 5 09:08:59 UTC 2020 - Dirk Mueller + +- 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 + ------------------------------------------------------------------- Tue Feb 11 15:48:22 UTC 2020 - Ondřej Súkup diff --git a/python-pyparsing.spec b/python-pyparsing.spec index 4742cf3..89b7ced 100644 --- a/python-pyparsing.spec +++ b/python-pyparsing.spec @@ -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