14
0

- update to 1.6:

- Add Python 3.8 support
 - Drop Python 2.7 support
 - Update to SWIG 4.0.1

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pygraphviz?expand=0&rev=16
This commit is contained in:
2020-09-28 11:17:08 +00:00
committed by Git OBS Bridge
parent 9b9b3eb708
commit a4b0852bdd
4 changed files with 18 additions and 10 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:50a829a305dc5a0fd1f9590748b19fece756093b581ac91e00c2c27c651d319d
size 117810

3
pygraphviz-1.6.zip Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:411ae84a5bc313e3e1523a1cace59159f512336318a510573b47f824edef8860
size 117043

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Mon Sep 28 11:16:38 UTC 2020 - Dirk Mueller <dmueller@suse.com>
- update to 1.6:
- Add Python 3.8 support
- Drop Python 2.7 support
- Update to SWIG 4.0.1
------------------------------------------------------------------- -------------------------------------------------------------------
Tue May 14 14:40:16 UTC 2019 - Marketa Calabkova <mcalabkova@suse.com> Tue May 14 14:40:16 UTC 2019 - Marketa Calabkova <mcalabkova@suse.com>

View File

@@ -1,7 +1,7 @@
# #
# spec file for package python-pygraphviz # spec file for package python-pygraphviz
# #
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2020 SUSE LLC
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@@ -19,10 +19,11 @@
%bcond_without tests %bcond_without tests
%{?!python_module:%define python_module() python-%{**} python3-%{**}} %{?!python_module:%define python_module() python-%{**} python3-%{**}}
%global skip_python2 1
Name: python-pygraphviz Name: python-pygraphviz
Version: 1.5 Version: 1.6
Release: 0 Release: 0
Url: http://networkx.lanl.gov/pygraphviz URL: http://networkx.lanl.gov/pygraphviz
Summary: Python interface to Graphviz Summary: Python interface to Graphviz
License: BSD-3-Clause License: BSD-3-Clause
Group: Development/Languages/Python Group: Development/Languages/Python
@@ -88,14 +89,13 @@ popd
%endif %endif
%files %{python_files} %files %{python_files}
%defattr(-,root,root,-) %license LICENSE
%doc LICENSE README.rst %doc README.rst
%{python_sitearch}/pygraphviz/ %{python_sitearch}/pygraphviz/
%{python_sitearch}/pygraphviz-%{version}-py*.egg-info %{python_sitearch}/pygraphviz-%{version}-py*.egg-info
%files -n %{name}-doc %files -n %{name}-doc
%defattr(-,root,root,-) %license LICENSE
%doc LICENSE
%{_docdir}/pygraphviz-%{version} %{_docdir}/pygraphviz-%{version}
%changelog %changelog