Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-altgraph for openSUSE:Factory
checked in at 2022-05-03 21:19:15
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-altgraph (Old)
and /work/SRC/openSUSE:Factory/.python-altgraph.new.1538 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-altgraph"
Tue May 3 21:19:15 2022 rev:7 rq:974524 version:0.17.2
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-altgraph/python-altgraph.changes
2021-05-17 18:45:24.972597767 +0200
+++
/work/SRC/openSUSE:Factory/.python-altgraph.new.1538/python-altgraph.changes
2022-05-03 21:19:21.449027666 +0200
@@ -1,0 +2,7 @@
+Mon May 2 21:21:32 UTC 2022 - Ferdinand Thiessen <[email protected]>
+
+- Update to 0.17.2
+ * Remove deprecated U prefix, fixes Python 3.9
+ * Explicitly mark python 3.10 as supported
+
+-------------------------------------------------------------------
Old:
----
altgraph-0.17.tar.gz
New:
----
altgraph-0.17.2.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-altgraph.spec ++++++
--- /var/tmp/diff_new_pack.S17tSU/_old 2022-05-03 21:19:22.005028362 +0200
+++ /var/tmp/diff_new_pack.S17tSU/_new 2022-05-03 21:19:22.009028367 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-altgraph
#
-# 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
@@ -18,12 +18,13 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-altgraph
-Version: 0.17
+Version: 0.17.2
Release: 0
Summary: Python graph (network) package
License: MIT
URL: https://github.com/ronaldoussoren/altgraph/
Source:
https://files.pythonhosted.org/packages/source/a/altgraph/altgraph-%{version}.tar.gz
+BuildRequires: %{python_module Sphinx}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
@@ -47,11 +48,10 @@
%prep
%setup -q -n altgraph-%{version}
-rm doc/_build/html/.buildinfo
-sed -i 's/\r$//' doc/_build/html/_static/jquery.js
%build
%python_build
+cd doc && make html
%install
%python_install
++++++ altgraph-0.17.tar.gz -> altgraph-0.17.2.tar.gz ++++++
++++ 19544 lines of diff (skipped)