From 47912fe726b6e0c7d457ba26f091c00d1696db9070464ffe8fa6d307878c40a0 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Tue, 1 Oct 2024 12:38:28 +0000 Subject: [PATCH] - 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 --- pygraphviz-1.13.tar.gz | 3 --- pygraphviz-1.14.tar.gz | 3 +++ python-pygraphviz.changes | 18 +++++++++++++++--- python-pygraphviz.spec | 4 ++-- 4 files changed, 20 insertions(+), 8 deletions(-) delete mode 100644 pygraphviz-1.13.tar.gz create mode 100644 pygraphviz-1.14.tar.gz diff --git a/pygraphviz-1.13.tar.gz b/pygraphviz-1.13.tar.gz deleted file mode 100644 index d2d287b..0000000 --- a/pygraphviz-1.13.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6ad8aa2f26768830a5a1cfc8a14f022d13df170a8f6fdfd68fd1aa1267000964 -size 104642 diff --git a/pygraphviz-1.14.tar.gz b/pygraphviz-1.14.tar.gz new file mode 100644 index 0000000..ad01733 --- /dev/null +++ b/pygraphviz-1.14.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c10df02377f4e39b00ae17c862f4ee7e5767317f1c6b2dfd04cea6acc7fc2bea +size 106003 diff --git a/python-pygraphviz.changes b/python-pygraphviz.changes index ad8ac08..61be6f0 100644 --- a/python-pygraphviz.changes +++ b/python-pygraphviz.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Tue Oct 1 12:37:59 UTC 2024 - Dirk Müller + +- 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). + ------------------------------------------------------------------- Thu May 23 02:32:41 UTC 2024 - Steve Kowalik @@ -6,7 +18,7 @@ Thu May 23 02:32:41 UTC 2024 - Steve Kowalik * Fix segfault from repr attempting to access attrs on uninitialized instance (#520). * Add Python 3.12 support (#486). - * Copy edges keys when copying a graph + * Copy edges keys when copying a graph * Drop Python 3.8 support per SPEC 0 (#465). * Drop Python 3.9 support (#487). * Update documentation building requirements (#488). @@ -40,7 +52,7 @@ Thu Feb 23 10:53:13 UTC 2023 - Daniel Garcia ------------------------------------------------------------------- Fri Feb 17 22:02:46 UTC 2023 - Dirk Müller -- fix dependencies for distros older than tumbleweed +- fix dependencies for distros older than tumbleweed ------------------------------------------------------------------- Sun Aug 14 15:16:00 UTC 2022 - Arun Persaud @@ -109,7 +121,7 @@ Wed Jun 15 17:11:49 UTC 2016 - toddrme2178@gmail.com ------------------------------------------------------------------- Fri Mar 28 14:42:59 UTC 2014 - speilicke@suse.com -- Set license to BSD-3-Clause according to legal +- Set license to BSD-3-Clause according to legal ------------------------------------------------------------------- Fri Dec 6 13:44:13 UTC 2013 - toddrme2178@gmail.com diff --git a/python-pygraphviz.spec b/python-pygraphviz.spec index 6a16422..a6caa0f 100644 --- a/python-pygraphviz.spec +++ b/python-pygraphviz.spec @@ -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