14
0

- Update to 1.7:

- Drop Python 3.6 support
  - Add Python 3.9 support
  - Require Graphviz 2.42+, (Graphviz 2.46+ recommended)
  - Improve installation process and documentation
  - Switch from nose to pytest
  - Remove old Python 2 code
  - AGraph.eq includes attribute comparison (PR #246)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pygraphviz?expand=0&rev=18
This commit is contained in:
2021-10-19 22:20:39 +00:00
committed by Git OBS Bridge
parent a4b0852bdd
commit 79fd3540b2
5 changed files with 43 additions and 41 deletions

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Tue Oct 19 19:58:44 UTC 2021 - Matej Cepl <mcepl@suse.com>
- Update to 1.7:
- Drop Python 3.6 support
- Add Python 3.9 support
- Require Graphviz 2.42+, (Graphviz 2.46+ recommended)
- Improve installation process and documentation
- Switch from nose to pytest
- Remove old Python 2 code
- AGraph.eq includes attribute comparison (PR #246)
-------------------------------------------------------------------
Mon Sep 28 11:16:38 UTC 2020 - Dirk Mueller <dmueller@suse.com>