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

python312-pydot-4.0.1-1.1 RPM for noarch

From OpenSuSE Tumbleweed for noarch

Name: python312-pydot Distribution: openSUSE Tumbleweed
Version: 4.0.1 Vendor: openSUSE
Release: 1.1 Build date: Tue Jan 27 08:15:31 2026
Group: Unspecified Build host: reproducible
Size: 366268 Source RPM: python-pydot-4.0.1-1.1.src.rpm
Packager: https://bugs.opensuse.org
Url: https://github.com/erocarrera/pydot
Summary: Module to create (dot) graphs from Python
pydot allows to create both directed and non-directed graphs from
Python. All attributes implemented in the Dot language up to Graphviz
2.16 are supported.

Provides

Requires

License

MIT

Changelog

* Tue Jan 27 2026 Dirk Müller <dmueller@suse.com>
  - update to 4.0.1:
    * Updated pyparsing to `>=3.1.0`. Required for pydot to
      function correctly. (#477)
    * Parser: Fixed 'strict' handling. (#480)
    * Parser: Support backslash continuation in quoted IDs. (#487)
    * Parser: Support +-concatenated quoted strings. (#490)
    * Added initial type annotations. (#430)
    * Added (fixed) complex edge parsing. (#467)
    *