From a86b0783337e39d249bcc8908826ff74592fbad983115e1a8f0ca2e558f5885e Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Thu, 29 Jun 2023 13:46:48 +0000 Subject: [PATCH] Accepting request 1095908 from devel:languages:python:mailman:backports - Update to version 1.11 * Update to SWIG 4.1.1 * Require Graphviz 2.46+ * Fix passthrough of graph attributes when copying * Update install instructions OBS-URL: https://build.opensuse.org/request/show/1095908 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pygraphviz?expand=0&rev=27 --- pygraphviz-1.10.zip | 3 --- pygraphviz-1.11.zip | 3 +++ python-pygraphviz.changes | 9 +++++++++ python-pygraphviz.spec | 3 +-- 4 files changed, 13 insertions(+), 5 deletions(-) delete mode 100644 pygraphviz-1.10.zip create mode 100644 pygraphviz-1.11.zip diff --git a/pygraphviz-1.10.zip b/pygraphviz-1.10.zip deleted file mode 100644 index 359c098..0000000 --- a/pygraphviz-1.10.zip +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:457e093a888128903251a266a8cc16b4ba93f3f6334b3ebfed92c7471a74d867 -size 120582 diff --git a/pygraphviz-1.11.zip b/pygraphviz-1.11.zip new file mode 100644 index 0000000..f43b750 --- /dev/null +++ b/pygraphviz-1.11.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a97eb5ced266f45053ebb1f2c6c6d29091690503e3a5c14be7f908b37b06f2d4 +size 120803 diff --git a/python-pygraphviz.changes b/python-pygraphviz.changes index 785341e..09cb5ec 100644 --- a/python-pygraphviz.changes +++ b/python-pygraphviz.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Thu Jun 29 07:00:11 UTC 2023 - Andreas Schneider + +- Update to version 1.11 + * Update to SWIG 4.1.1 + * Require Graphviz 2.46+ + * Fix passthrough of graph attributes when copying + * Update install instructions + ------------------------------------------------------------------- Tue Jun 13 11:10:33 UTC 2023 - ecsos diff --git a/python-pygraphviz.spec b/python-pygraphviz.spec index 9289f4e..b62ad32 100644 --- a/python-pygraphviz.spec +++ b/python-pygraphviz.spec @@ -16,11 +16,10 @@ # -%global skip_python2 1 %bcond_without tests %{?sle15_python_module_pythons} Name: python-pygraphviz -Version: 1.10 +Version: 1.11 Release: 0 Summary: Python interface to Graphviz License: BSD-3-Clause