Compare commits
No commits in common. "factory" and "factory" have entirely different histories.
3
pyparsing-3.1.4.tar.gz
Normal file
3
pyparsing-3.1.4.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:f86ec8d1a83f11977c9a6ea7598e8c27fc5cddfa5b07ea2241edbbde1d7bc032
|
||||||
|
size 900231
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:61980854fd66de3a90028d679a954d5f2623e83144b5afe5ee86f43d762e5f0a
|
|
||||||
size 1067694
|
|
@ -1,41 +1,3 @@
|
|||||||
-------------------------------------------------------------------
|
|
||||||
Tue Feb 4 18:56:03 UTC 2025 - Dirk Müller <dmueller@suse.com>
|
|
||||||
|
|
||||||
- update to 3.2.1:
|
|
||||||
* Updated generated railroad diagrams to make non-terminal
|
|
||||||
elements links to their related sub-diagrams. This _greatly_
|
|
||||||
improves navigation of the diagram, especially for
|
|
||||||
large, complex parsers.
|
|
||||||
* Simplified railroad diagrams emitted for parsers using
|
|
||||||
`infix_notation`, by hiding lookahead terms. Renamed
|
|
||||||
internally generated expressions for clarity, and improved
|
|
||||||
diagramming.
|
|
||||||
* Improved performance of `cpp_style_comment`,
|
|
||||||
`c_style_comment`, `common.fnumber`
|
|
||||||
and `common.ieee_float` Regex expressions.
|
|
||||||
* Add missing type annotations to `match_only_at_col`,
|
|
||||||
`replace_with`, `remove_quotes`, `with_attribute`, and
|
|
||||||
`with_class`. Issue #585 reported by rafrafrek.
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
|
||||||
Mon Oct 28 17:00:03 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
|
||||||
|
|
||||||
- update to 3.2.0:
|
|
||||||
* Discontinued support for Python 3.6, 3.7, and 3.8. Adopted
|
|
||||||
new Python features from Python versions 3.7-3.9:
|
|
||||||
- Updated type annotations to use built-in container types
|
|
||||||
instead of names imported from the `typing` module
|
|
||||||
(e.g., `list[str]` vs `List[str]`).
|
|
||||||
- Reworked portions of the packrat cache to leverage
|
|
||||||
insertion-preserving ordering in dicts (including removal of
|
|
||||||
uses of `OrderedDict`).
|
|
||||||
- Changed `pdb.set_trace()` call in `ParserElement.set_break()`
|
|
||||||
to `breakpoint()`.
|
|
||||||
- Converted `typing.NamedTuple` to `dataclasses.dataclass`
|
|
||||||
in railroad diagramming code.
|
|
||||||
- Added `from __future__ import annotations` to clean up
|
|
||||||
some type annotations.
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Aug 31 12:00:10 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
Sat Aug 31 12:00:10 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-pyparsing
|
# spec file for package python-pyparsing
|
||||||
#
|
#
|
||||||
# Copyright (c) 2025 SUSE LLC
|
# Copyright (c) 2024 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -56,7 +56,7 @@ ExclusiveArch: do-not-build
|
|||||||
%endif
|
%endif
|
||||||
%{?sle15_python_module_pythons}
|
%{?sle15_python_module_pythons}
|
||||||
Name: %{pprefix}-pyparsing%{?psuffix}
|
Name: %{pprefix}-pyparsing%{?psuffix}
|
||||||
Version: 3.2.1
|
Version: 3.1.4
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Grammar Parser Library for Python
|
Summary: Grammar Parser Library for Python
|
||||||
License: GPL-2.0-or-later AND MIT AND GPL-3.0-or-later
|
License: GPL-2.0-or-later AND MIT AND GPL-3.0-or-later
|
||||||
@ -69,7 +69,6 @@ BuildRequires: python-rpm-macros
|
|||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
%if %{with test}
|
%if %{with test}
|
||||||
BuildRequires: %{python_module jinja2}
|
BuildRequires: %{python_module jinja2}
|
||||||
BuildRequires: %{python_module matplotlib}
|
|
||||||
BuildRequires: %{python_module pytest}
|
BuildRequires: %{python_module pytest}
|
||||||
BuildRequires: %{python_module railroad-diagrams}
|
BuildRequires: %{python_module railroad-diagrams}
|
||||||
%endif
|
%endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user