14
0
forked from pool/python-pydot

- Update to 2.0.0:

* Changed:
    + Broken parsing caused by `pyparsing` updates fixed.
    + Reorganized package/module structure.
    + Reorganized exception hierarchy.
  * Deprecated:
    + Test suite option `--no-check`.
  * Removed:
    + Drop support for Python 2 and Python < 3.7.
- Drop patch pydot-skip-test.patch, no longer required.
- Switch to autosetup and pyproject macros.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pydot?expand=0&rev=29
This commit is contained in:
2024-02-26 05:59:11 +00:00
committed by Git OBS Bridge
parent 2190bc954b
commit f5f36affb4
5 changed files with 29 additions and 31 deletions

View File

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
Mon Feb 26 05:57:42 UTC 2024 - Steve Kowalik <steven.kowalik@suse.com>
- Update to 2.0.0:
* Changed:
+ Broken parsing caused by `pyparsing` updates fixed.
+ Reorganized package/module structure.
+ Reorganized exception hierarchy.
* Deprecated:
+ Test suite option `--no-check`.
* Removed:
+ Drop support for Python 2 and Python < 3.7.
- Drop patch pydot-skip-test.patch, no longer required.
- Switch to autosetup and pyproject macros.
-------------------------------------------------------------------
Tue Jun 13 11:09:47 UTC 2023 - ecsos <ecsos@opensuse.org>