Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-pygraphviz for
openSUSE:Factory checked in at 2022-08-19 17:53:34
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pygraphviz (Old)
and /work/SRC/openSUSE:Factory/.python-pygraphviz.new.2083 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pygraphviz"
Fri Aug 19 17:53:34 2022 rev:9 rq:997995 version:1.9
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-pygraphviz/python-pygraphviz.changes
2021-10-23 00:50:33.925124025 +0200
+++
/work/SRC/openSUSE:Factory/.python-pygraphviz.new.2083/python-pygraphviz.changes
2022-08-19 17:54:46.647886461 +0200
@@ -1,0 +2,15 @@
+Sun Aug 14 15:16:00 UTC 2022 - Arun Persaud <[email protected]>
+
+- 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
+
+-------------------------------------------------------------------
Old:
----
pygraphviz-1.7.zip
New:
----
pygraphviz-1.9.zip
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-pygraphviz.spec ++++++
--- /var/tmp/diff_new_pack.SVj69g/_old 2022-08-19 17:54:47.211887643 +0200
+++ /var/tmp/diff_new_pack.SVj69g/_new 2022-08-19 17:54:47.219887659 +0200
@@ -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: python-rpm-macros
BuildRequires: swig
BuildRequires: unzip
-# Needed even without tests
-BuildRequires: %{python_module pytest}
Requires: graphviz >= 2.42
%python_subpackages