forked from pool/python-pygraphviz
- update 1.14:
* Avoid subprocess window creation with agraph.AGraph._run_prog (#514). * Support Python 3.13 (#542). * AGraph.draw(): close filehandle for pathlib.Path (#535). * Fix formatting (#538). * Test on Python 3.13 (#539). * Use ruff and update pre-commit config (#540). * Copy edges keys when copying a graph - fix dependencies for distros older than tumbleweed - Set license to BSD-3-Clause according to legal OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pygraphviz?expand=0&rev=32
This commit is contained in:
@@ -26,11 +26,11 @@
|
||||
%endif
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-pygraphviz%{psuffix}
|
||||
Version: 1.13
|
||||
Version: 1.14
|
||||
Release: 0
|
||||
Summary: Python interface to Graphviz
|
||||
License: BSD-3-Clause
|
||||
URL: https://pygraphviz.github.io/
|
||||
URL: https://github.com/pygraphviz/pygraphviz
|
||||
Source: https://files.pythonhosted.org/packages/source/p/pygraphviz/pygraphviz-%{version}.tar.gz
|
||||
# https://github.com/pygraphviz/pygraphviz/issues/532
|
||||
Source1: https://raw.githubusercontent.com/pygraphviz/pygraphviz/main/examples/README.txt
|
||||
|
Reference in New Issue
Block a user