Accepting request 749105 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/749105
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyparsing?expand=0&rev=35
This commit is contained in:
Dominique Leuenberger 2019-11-22 09:25:08 +00:00 committed by Git OBS Bridge
commit 30fe066e2c
4 changed files with 32 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6f98a7b9397e206d78cc01df10131398f1c8b8510a2f4d97d9abd82e1aacdd80
size 642860

3
pyparsing-2.4.5.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4ca62001be367f01bd3e92ecbb79070272a9d4964dce6a48a82ff0b8bc7e683a
size 644726

View File

@ -1,3 +1,31 @@
-------------------------------------------------------------------
Sat Nov 16 16:46:50 UTC 2019 - Arun Persaud <arun@gmx.de>
- 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 <tchvatal@suse.com>

View File

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