diff --git a/altgraph-0.17.2.tar.gz b/altgraph-0.17.2.tar.gz new file mode 100644 index 0000000..a0594e1 --- /dev/null +++ b/altgraph-0.17.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ebf2269361b47d97b3b88e696439f6e4cbc607c17c51feb1754f90fb79839158 +size 48186 diff --git a/altgraph-0.17.tar.gz b/altgraph-0.17.tar.gz deleted file mode 100644 index 3c46035..0000000 --- a/altgraph-0.17.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1f05a47122542f97028caf78775a095fbe6a2699b5089de8477eb583167d69aa -size 534109 diff --git a/python-altgraph.changes b/python-altgraph.changes index 9bbafc2..2ac10bd 100644 --- a/python-altgraph.changes +++ b/python-altgraph.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Mon May 2 21:21:32 UTC 2022 - Ferdinand Thiessen + +- Update to 0.17.2 + * Remove deprecated U prefix, fixes Python 3.9 + * Explicitly mark python 3.10 as supported + ------------------------------------------------------------------- Mon May 17 07:12:19 UTC 2021 - pgajdos@suse.com diff --git a/python-altgraph.spec b/python-altgraph.spec index 990dc6b..040338e 100644 --- a/python-altgraph.spec +++ b/python-altgraph.spec @@ -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 @@ graphviz output. %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