forked from pool/python-pygraphviz
Accepting request 997995 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/997995 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pygraphviz?expand=0&rev=9
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a7bec6609f37cf1e64898c59f075afd659106cf9356c5f387cecaa2e0cdb2304
|
||||
size 118754
|
3
pygraphviz-1.9.zip
Normal file
3
pygraphviz-1.9.zip
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fa18f7c6cea28341a4e466ed0cf05682b0a68288afe8dd7c9426782f7c1ae01c
|
||||
size 119946
|
@@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Aug 14 15:16:00 UTC 2022 - Arun Persaud <arun@gmx.de>
|
||||
|
||||
- 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 <mcepl@suse.com>
|
||||
|
||||
|
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user