Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-pyparsing for
openSUSE:Factory checked in at 2022-02-09 20:38:08
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pyparsing (Old)
and /work/SRC/openSUSE:Factory/.python-pyparsing.new.1898 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pyparsing"
Wed Feb 9 20:38:08 2022 rev:41 rq:951715 version:3.0.7
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-pyparsing/python-pyparsing.changes
2021-12-09 19:44:59.505115419 +0100
+++
/work/SRC/openSUSE:Factory/.python-pyparsing.new.1898/python-pyparsing.changes
2022-02-09 20:38:15.578241006 +0100
@@ -1,0 +2,38 @@
+Thu Feb 3 21:16:53 UTC 2022 - Arun Persaud <[email protected]>
+
+- specfile:
+ * update copyright year
+
+- update to version 3.0.7:
+ * Fixed bug #345, in which delimitedList changed expressions in
+ place using expr.streamline(). Reported by Kim Gr??sman, thanks!
+ * Fixed bug #346, when a string of word characters was passed to
+ WordStart or WordEnd instead of just taking the default
+ value. Originally posted as a question by Parag on StackOverflow,
+ good catch!
+ * Fixed bug #350, in which White expressions could fail to match due
+ to unintended whitespace-skipping. Reported by Fu Hanxi, thank
+ you!
+ * Fixed bug #355, when a QuotedString is defined with characters in
+ its quoteChar string containing regex-significant characters such
+ as ., *, ?, [, ], etc.
+ * Fixed bug in ParserElement.run_tests where comments would be
+ displayed using with_line_numbers.
+ * Added optional "min" and "max" arguments to `delimited_list`. PR
+ submitted by Marius, thanks!
+ * Added new API change note in `whats_new_in_pyparsing_3_0_0`,
+ regarding a bug fix in the `bool()` behavior of `ParseResults`.
+ * Prior to pyparsing 3.0.x, the `ParseResults` class implementation
+ of `__bool__` would return `False` if the `ParseResults` item list
+ was empty, even if it contained named results. In 3.0.0 and later,
+ `ParseResults` will return `True` if either the item list is not
+ empty *or* if the named results dict is not empty.
+ * Minor enhancement to Word generation of internal regular
+ expression, to emit consecutive characters in range, such as "ab",
+ as "ab", not "a-b".
+ * Fixed character ranges for search terms using non-Western
+ characters in booleansearchparser, PR submitted by tc-yu, nice
+ work!
+ * Additional type annotations on public methods.
+
+-------------------------------------------------------------------
Old:
----
pyparsing-3.0.6.tar.gz
New:
----
pyparsing-3.0.7.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-pyparsing.spec ++++++
--- /var/tmp/diff_new_pack.MfAVtm/_old 2022-02-09 20:38:16.106242270 +0100
+++ /var/tmp/diff_new_pack.MfAVtm/_new 2022-02-09 20:38:16.110242279 +0100
@@ -1,7 +1,7 @@
#
# spec file
#
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -30,7 +30,7 @@
%endif
%define skip_python2 1
Name: python-pyparsing%{psuffix}
-Version: 3.0.6
+Version: 3.0.7
Release: 0
Summary: Grammar Parser Library for Python
License: GPL-2.0-or-later AND MIT AND GPL-3.0-or-later
@@ -39,6 +39,8 @@
BuildRequires: %{python_module base}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
+# work around boo#1186870
+Provides: %{mypython}%{python_version}dist(pyparsing) = %{version}
BuildArch: noarch
%if %{with test}
BuildRequires: %{python_module jinja2}
@@ -49,8 +51,6 @@
Provides: %{mypython}-parsing = %{version}
Obsoletes: %{mypython}-parsing < %{version}
%endif
-# work around boo#1186870
-Provides: %{mypython}%{python_version}dist(pyparsing) = %{version}
%if "%{python_flavor}" == "python3" || "%{python_provides}" == "python3"
Provides: %{mypython}3dist(pyparsing) = %{version}
%endif
++++++ pyparsing-3.0.6.tar.gz -> pyparsing-3.0.7.tar.gz ++++++
++++ 2203 lines of diff (skipped)