Hello community,
here is the log from the commit of package python-pygraphviz for
openSUSE:Factory checked in at 2020-09-28 14:29:58
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pygraphviz (Old)
and /work/SRC/openSUSE:Factory/.python-pygraphviz.new.4249 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pygraphviz"
Mon Sep 28 14:29:58 2020 rev:7 rq:838243 version:1.6
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-pygraphviz/python-pygraphviz.changes
2019-05-16 22:06:06.002505899 +0200
+++
/work/SRC/openSUSE:Factory/.python-pygraphviz.new.4249/python-pygraphviz.changes
2020-09-28 14:30:51.914241342 +0200
@@ -1,0 +2,8 @@
+Mon Sep 28 11:16:38 UTC 2020 - Dirk Mueller <[email protected]>
+
+- update to 1.6:
+ - Add Python 3.8 support
+ - Drop Python 2.7 support
+ - Update to SWIG 4.0.1
+
+-------------------------------------------------------------------
Old:
----
pygraphviz-1.5.zip
New:
----
pygraphviz-1.6.zip
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-pygraphviz.spec ++++++
--- /var/tmp/diff_new_pack.ry3H79/_old 2020-09-28 14:30:52.586241925 +0200
+++ /var/tmp/diff_new_pack.ry3H79/_new 2020-09-28 14:30:52.594241932 +0200
@@ -1,7 +1,7 @@
#
# 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
# remain the property of their copyright owners, unless otherwise agreed
@@ -19,10 +19,11 @@
%bcond_without tests
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
+%global skip_python2 1
Name: python-pygraphviz
-Version: 1.5
+Version: 1.6
Release: 0
-Url: http://networkx.lanl.gov/pygraphviz
+URL: http://networkx.lanl.gov/pygraphviz
Summary: Python interface to Graphviz
License: BSD-3-Clause
Group: Development/Languages/Python
@@ -88,14 +89,13 @@
%endif
%files %{python_files}
-%defattr(-,root,root,-)
-%doc LICENSE README.rst
+%license LICENSE
+%doc README.rst
%{python_sitearch}/pygraphviz/
%{python_sitearch}/pygraphviz-%{version}-py*.egg-info
%files -n %{name}-doc
-%defattr(-,root,root,-)
-%doc LICENSE
+%license LICENSE
%{_docdir}/pygraphviz-%{version}
%changelog