Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

python313-pyparsing-3.3.2-1.1 RPM for noarch

From OpenSuSE Ports Tumbleweed for noarch

Name: python313-pyparsing Distribution: openSUSE:Factory:zSystems
Version: 3.3.2 Vendor: openSUSE
Release: 1.1 Build date: Mon Jan 26 09:09:46 2026
Group: Unspecified Build host: reproducible
Size: 1185293 Source RPM: python313-pyparsing-3.3.2-1.1.src.rpm
Packager: https://bugs.opensuse.org
Url: https://github.com/pyparsing/pyparsing/
Summary: Grammar Parser Library for Python
The pyparsing module is an alternative approach to creating and executing
simple grammars, vs. the traditional lex/yacc approach, or the use of regular
expressions. The pyparsing module provides a library of classes that client
code uses to construct the grammar directly in Python code.

Provides

Requires

License

GPL-2.0-or-later AND MIT AND GPL-3.0-or-later

Changelog

* Mon Jan 26 2026 Dirk Müller <dmueller@suse.com>
  - update to 3.3.2:
    * Defined pyparsing-specific warning classes so that they can
      be selectively enabled or disabled without affecting warnings
      raised by other libraries in the same Python
    * Added `as_datetime` parse action to `pyparsing.common` - a
      more generalized version of the `convert_to_datetime` parse
      action (supports any expression that extracts date/time fields
      into "year", "month", "day&q