From e14bae3a9930cd27b85afd686be69257c371a5dea9c071fcfe800fdf3116e4ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Thu, 18 Aug 2022 14:31:16 +0000 Subject: [PATCH] Accepting request 995077 from home:apersaud:branches:devel:languages:python update to latest version OBS-URL: https://build.opensuse.org/request/show/995077 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pygraphviz?expand=0&rev=20 --- pygraphviz-1.7.zip | 3 --- pygraphviz-1.9.zip | 3 +++ python-pygraphviz.changes | 15 +++++++++++++++ python-pygraphviz.spec | 15 +++++++-------- 4 files changed, 25 insertions(+), 11 deletions(-) delete mode 100644 pygraphviz-1.7.zip create mode 100644 pygraphviz-1.9.zip diff --git a/pygraphviz-1.7.zip b/pygraphviz-1.7.zip deleted file mode 100644 index 0d88e70..0000000 --- a/pygraphviz-1.7.zip +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a7bec6609f37cf1e64898c59f075afd659106cf9356c5f387cecaa2e0cdb2304 -size 118754 diff --git a/pygraphviz-1.9.zip b/pygraphviz-1.9.zip new file mode 100644 index 0000000..0268343 --- /dev/null +++ b/pygraphviz-1.9.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa18f7c6cea28341a4e466ed0cf05682b0a68288afe8dd7c9426782f7c1ae01c +size 119946 diff --git a/python-pygraphviz.changes b/python-pygraphviz.changes index aeec01c..5347cd2 100644 --- a/python-pygraphviz.changes +++ b/python-pygraphviz.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Sun Aug 14 15:16:00 UTC 2022 - Arun Persaud + +- specfile: + * update copyright year + +- update to version 1.9: + * Drop Python 3.7 support + * Add Python 3.10 support + * Add osage and patchwork to progs list + * Add IPython rich display hook to AGraph class + * Add contributor guide + * Fixed directed nature of AGraph.copy() + * Minor documentation and code fixes + ------------------------------------------------------------------- Tue Oct 19 19:58:44 UTC 2021 - Matej Cepl diff --git a/python-pygraphviz.spec b/python-pygraphviz.spec index 695d0d9..74057f7 100644 --- a/python-pygraphviz.spec +++ b/python-pygraphviz.spec @@ -1,7 +1,7 @@ # # spec file for package python-pygraphviz # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,23 +16,24 @@ # -%bcond_without tests - %{?!python_module:%define python_module() python-%{**} python3-%{**}} %global skip_python2 1 %global skip_python36 1 +%global skip_python37 1 +%bcond_without tests Name: python-pygraphviz -Version: 1.7 +Version: 1.9 Release: 0 -URL: https://pygraphviz.github.io/ Summary: Python interface to Graphviz License: BSD-3-Clause Group: Development/Languages/Python +URL: https://pygraphviz.github.io/ Source: https://files.pythonhosted.org/packages/source/p/pygraphviz/pygraphviz-%{version}.zip # PATCH-FIX-UPSTREAM docdir.patch Patch0: docdir.patch -BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: %{python_module devel} +# Needed even without tests +BuildRequires: %{python_module pytest} BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: graphviz-devel >= 2.42 @@ -41,8 +42,6 @@ BuildRequires: pkgconf-pkg-config BuildRequires: python-rpm-macros BuildRequires: swig BuildRequires: unzip -# Needed even without tests -BuildRequires: %{python_module pytest} Requires: graphviz >= 2.42 %python_subpackages