From 9aa4248e3a231357287a72f9bb28857788adbc84a3192f48ce543719fd8f3a30 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Sun, 17 Nov 2019 07:48:15 +0000 Subject: [PATCH] Accepting request 749062 from home:apersaud:branches:devel:languages:python update to latest version OBS-URL: https://build.opensuse.org/request/show/749062 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyparsing?expand=0&rev=68 --- pyparsing-2.4.2.tar.gz | 3 --- pyparsing-2.4.5.tar.gz | 3 +++ python-pyparsing.changes | 28 ++++++++++++++++++++++++++++ python-pyparsing.spec | 2 +- 4 files changed, 32 insertions(+), 4 deletions(-) delete mode 100644 pyparsing-2.4.2.tar.gz create mode 100644 pyparsing-2.4.5.tar.gz diff --git a/pyparsing-2.4.2.tar.gz b/pyparsing-2.4.2.tar.gz deleted file mode 100644 index b5584ff..0000000 --- a/pyparsing-2.4.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6f98a7b9397e206d78cc01df10131398f1c8b8510a2f4d97d9abd82e1aacdd80 -size 642860 diff --git a/pyparsing-2.4.5.tar.gz b/pyparsing-2.4.5.tar.gz new file mode 100644 index 0000000..e8d3591 --- /dev/null +++ b/pyparsing-2.4.5.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ca62001be367f01bd3e92ecbb79070272a9d4964dce6a48a82ff0b8bc7e683a +size 644726 diff --git a/python-pyparsing.changes b/python-pyparsing.changes index 7111ad9..5bfaa1e 100644 --- a/python-pyparsing.changes +++ b/python-pyparsing.changes @@ -1,3 +1,31 @@ +------------------------------------------------------------------- +Sat Nov 16 16:46:50 UTC 2019 - Arun Persaud + +- update to version 2.4.5: + * Fixed encoding when setup.py reads README.rst to include the + project long description when uploading to PyPI. A stray unicode + space in README.rst prevented the source install on systems whose + default encoding is not 'utf-8'. + +- changes from version 2.4.4: + * Unresolved symbol reference in 2.4.3 release was masked by stdout + buffering in unit tests, thanks for the prompt heads-up, Ned + Batchelder! + +- changes from version 2.4.3: + * Fixed a bug in ParserElement.__eq__ that would for some parsers + create a recursion error at parser definition time. Thanks to + Michael Clerx for the assist. (Addresses issue #123) + * Fixed bug in indentedBlock where a block that ended at the end of + the input string could cause pyaprsing to loop forever. Raised as + part of discussion on StackOverflow with geckos. + * Backports from pyparsing 3.0.0: + + __diag__.enable_all_warnings() + + Fixed bug in PrecededBy which caused infinite recursion, issue + #127 + + support for using regex-compiled RE to construct Regex + expressions + ------------------------------------------------------------------- Wed Oct 16 14:22:35 UTC 2019 - Tomáš Chvátal diff --git a/python-pyparsing.spec b/python-pyparsing.spec index c0ef8b2..d07332e 100644 --- a/python-pyparsing.spec +++ b/python-pyparsing.spec @@ -28,7 +28,7 @@ %bcond_with test %endif Name: python-pyparsing%{psuffix} -Version: 2.4.2 +Version: 2.4.5 Release: 0 Summary: Grammar Parser Library for Python License: MIT AND GPL-2.0-or-later AND GPL-3.0-or-later