diff --git a/pyparsing-2.4.5.tar.gz b/pyparsing-2.4.5.tar.gz deleted file mode 100644 index e8d3591..0000000 --- a/pyparsing-2.4.5.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4ca62001be367f01bd3e92ecbb79070272a9d4964dce6a48a82ff0b8bc7e683a -size 644726 diff --git a/pyparsing-2.4.6.tar.gz b/pyparsing-2.4.6.tar.gz new file mode 100644 index 0000000..2af4483 --- /dev/null +++ b/pyparsing-2.4.6.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c830582a84fb022400b85429791bc551f1f4871c33f23e44f353119e92f969f +size 649181 diff --git a/python-pyparsing.changes b/python-pyparsing.changes index 5bfaa1e..553c641 100644 --- a/python-pyparsing.changes +++ b/python-pyparsing.changes @@ -1,3 +1,26 @@ +------------------------------------------------------------------- +Tue Feb 11 15:48:22 UTC 2020 - Ondřej Súkup + +- update to 2.4.6 + * Fixed typos in White mapping of whitespace characters, to use +correct "\u" prefix instead of "u". + *fix bug in left-associative ternary operators defined using +infixNotation. First reported on StackOverflow by user Jeronimo. + + * Backport of pyparsing_test namespace from 3.0.0, including +TestParseResultsAsserts mixin class defining unittest-helper +methods: +. def assertParseResultsEquals( +self, result, expected_list=None, expected_dict=None, msg=None) +. def assertParseAndCheckList( +self, expr, test_string, expected_list, msg=None, verbose=True) +. def assertParseAndCheckDict( +self, expr, test_string, expected_dict, msg=None, verbose=True) +. def assertRunTestResults( +self, run_tests_report, expected_parse_results=None, msg=None) +. def assertRaisesParseException(self, exc_type=ParseException, msg=None) + + ------------------------------------------------------------------- Sat Nov 16 16:46:50 UTC 2019 - Arun Persaud diff --git a/python-pyparsing.spec b/python-pyparsing.spec index d07332e..4742cf3 100644 --- a/python-pyparsing.spec +++ b/python-pyparsing.spec @@ -1,7 +1,7 @@ # # spec file for package python-pyparsing # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -28,7 +28,7 @@ %bcond_with test %endif Name: python-pyparsing%{psuffix} -Version: 2.4.5 +Version: 2.4.6 Release: 0 Summary: Grammar Parser Library for Python License: MIT AND GPL-2.0-or-later AND GPL-3.0-or-later