From 9b9b3eb708649013831b355f112a684310ed16c1c3bd14635718a825ab3e16d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Tue, 14 May 2019 15:44:58 +0000 Subject: [PATCH] Accepting request 702862 from home:mcalabkova:branches:devel:languages:python - Update to 1.5 * Python 3.7 support OBS-URL: https://build.opensuse.org/request/show/702862 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pygraphviz?expand=0&rev=14 --- pygraphviz-1.4rc1.tar.gz | 3 --- pygraphviz-1.5.zip | 3 +++ python-pygraphviz.changes | 6 ++++++ python-pygraphviz.spec | 23 ++++++++++++----------- 4 files changed, 21 insertions(+), 14 deletions(-) delete mode 100644 pygraphviz-1.4rc1.tar.gz create mode 100644 pygraphviz-1.5.zip diff --git a/pygraphviz-1.4rc1.tar.gz b/pygraphviz-1.4rc1.tar.gz deleted file mode 100644 index 00858c3..0000000 --- a/pygraphviz-1.4rc1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2a0567a2e63dd83a8dc3d37889b5a90eff9ed641fc07681dcf56b6964d329301 -size 105374 diff --git a/pygraphviz-1.5.zip b/pygraphviz-1.5.zip new file mode 100644 index 0000000..8522a40 --- /dev/null +++ b/pygraphviz-1.5.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50a829a305dc5a0fd1f9590748b19fece756093b581ac91e00c2c27c651d319d +size 117810 diff --git a/python-pygraphviz.changes b/python-pygraphviz.changes index 560e58f..47896be 100644 --- a/python-pygraphviz.changes +++ b/python-pygraphviz.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue May 14 14:40:16 UTC 2019 - Marketa Calabkova + +- Update to 1.5 + * Python 3.7 support + ------------------------------------------------------------------- Sun Aug 6 04:42:26 UTC 2017 - toddrme2178@gmail.com diff --git a/python-pygraphviz.spec b/python-pygraphviz.spec index 1e476be..d1720cc 100644 --- a/python-pygraphviz.spec +++ b/python-pygraphviz.spec @@ -1,7 +1,7 @@ # # spec file for package python-pygraphviz # -# Copyright (c) 2017 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,7 +12,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # @@ -20,26 +20,27 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-pygraphviz -Version: 1.4rc1 +Version: 1.5 Release: 0 Url: http://networkx.lanl.gov/pygraphviz Summary: Python interface to Graphviz License: BSD-3-Clause Group: Development/Languages/Python -Source: https://files.pythonhosted.org/packages/source/p/pygraphviz/pygraphviz-%{version}.tar.gz +Source: https://files.pythonhosted.org/packages/source/p/pygraphviz/pygraphviz-%{version}.zip # PATCH-FIX-UPSTREAM docdir.patch Patch: docdir.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build -BuildRequires: graphviz-devel >= 2.16 -BuildRequires: pkg-config -BuildRequires: swig -BuildRequires: fdupes -BuildRequires: python-rpm-macros BuildRequires: %{python_module devel} BuildRequires: %{python_module setuptools} +BuildRequires: fdupes +BuildRequires: graphviz-devel >= 2.16 +BuildRequires: pkg-config +BuildRequires: python-rpm-macros +BuildRequires: swig +BuildRequires: unzip # Needed even without tests -BuildRequires: %{python_module mock} -BuildRequires: %{python_module nose} +BuildRequires: %{python_module mock >= 2.0.0} +BuildRequires: %{python_module nose >= 1.3.7} Requires: graphviz >= 2.16 %python_subpackages