Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-graphviz for openSUSE:Factory
checked in at 2022-08-20 20:27:41
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-graphviz (Old)
and /work/SRC/openSUSE:Factory/.python-graphviz.new.2083 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-graphviz"
Sat Aug 20 20:27:41 2022 rev:13 rq:998085 version:0.20.1
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-graphviz/python-graphviz.changes
2022-03-28 16:58:13.688779208 +0200
+++
/work/SRC/openSUSE:Factory/.python-graphviz.new.2083/python-graphviz.changes
2022-08-20 20:27:46.229204126 +0200
@@ -1,0 +2,23 @@
+Thu Aug 18 18:39:25 UTC 2022 - Ben Greiner <[email protected]>
+
+- Update to v0.20.1
+ * Fix documentation building: upgrade to Sphinx 5.0.
+ * Fix broken user guide links in API documentation.
+- Version 0.20
+ * Add keyword-only neato_no_op argument to .render(), .pipe(),
+ and stand-alone graphviz.render() and graphviz.pipe().
+ * When building a Graph or Digraph, warn about an expected DOT
+ syntax error in rendering when passing a string that ends with
+ an odd number of backslashes (e.g. invalid dot.node('spam',
+ label='\\') instead of correct ..., label=r'\\' for a node
+ labled as a backslash).
+ * Increase visibility of graphviz.escape() in the documentation.
+- Version 0.19.2
+ * Drop Python 3.6 support (end of life 23 Dec 2021).
+ * Fix ExecutableNotFound and CalledProcessError in
+ graphviz.__all__.
+ * Better document 0.18 change of behaviour for the body
+ argument/attribute (lines need to include their final newline).
+- drop python-graphviz-pytest.patch
+
+-------------------------------------------------------------------
Old:
----
graphviz-0.19.1.zip
python-graphviz-pytest.patch
New:
----
graphviz-0.20.1.zip
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-graphviz.spec ++++++
--- /var/tmp/diff_new_pack.TNlo2T/_old 2022-08-20 20:27:48.013209074 +0200
+++ /var/tmp/diff_new_pack.TNlo2T/_new 2022-08-20 20:27:48.017209086 +0200
@@ -16,18 +16,16 @@
#
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-graphviz
-Version: 0.19.1
+Version: 0.20.1
Release: 0
Summary: Python interface for Graphviz
License: MIT
Group: Development/Languages/Python
URL: https://github.com/xflr6/graphviz
Source:
https://files.pythonhosted.org/packages/source/g/graphviz/graphviz-%{version}.zip
-Patch0: python-graphviz-pytest.patch
+BuildRequires: %{python_module base >= 3.7}
BuildRequires: %{python_module pytest >= 6}
-BuildRequires: %{python_module pytest-cov}
BuildRequires: %{python_module pytest-mock >= 3}
BuildRequires: %{python_module setuptools}
BuildRequires: dos2unix
@@ -58,6 +56,8 @@
%prep
%autosetup -n graphviz-%{version}
+sed -i '/--cov/d' setup.cfg
+sed -i '/^mock_use_standalone_module/d' setup.cfg
# Fix wrong-file-end-of-line-encoding
dos2unix LICENSE.txt README.rst docs/*.rst
@@ -70,14 +70,12 @@
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
-sed -i '/^mock/d' */requires.txt
-sed -i '/^mock_use_standalone_module/d' setup.cfg
%pytest
%files %{python_files}
%license LICENSE.txt
%doc README.rst
%{python_sitelib}/graphviz
-%{python_sitelib}/graphviz-%{version}-py*.egg-info
+%{python_sitelib}/graphviz-%{version}*-info
%changelog