!2 Upgrade package to version 0.17.3
From: @Gzx1999 Reviewed-by: @yangzhao_kl Signed-off-by: @yangzhao_kl
This commit is contained in:
commit
790aee107d
BIN
altgraph-0.17.3.tar.gz
Normal file
BIN
altgraph-0.17.3.tar.gz
Normal file
Binary file not shown.
Binary file not shown.
@ -1,15 +1,18 @@
|
|||||||
%global _empty_manifest_terminate_build 0
|
%global _empty_manifest_terminate_build 0
|
||||||
Name: python-altgraph
|
Name: python-altgraph
|
||||||
Version: 0.17
|
Version: 0.17.3
|
||||||
Release: 1
|
Release: 1
|
||||||
Summary: Python graph (network) package
|
Summary: Python graph (network) package
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: https://altgraph.readthedocs.io
|
URL: https://github.com/ronaldoussoren/altgraph
|
||||||
Source0: https://files.pythonhosted.org/packages/22/5a/ac50b52581bbf0d8f6fd50ad77d20faac19a2263b43c60e7f3af8d1ec880/altgraph-0.17.tar.gz
|
Source0: https://files.pythonhosted.org/packages/5a/13/a7cfa43856a7b8e4894848ec8f71cd9e1ac461e51802391a3e2101c60ed6/altgraph-0.17.3.tar.gz
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
%description
|
%description
|
||||||
altgraph is a fork of graphlib: a graph (network) package for constructing
|
altgraph is a fork of graphlib: a graph (network) package for constructing
|
||||||
|
graphs, BFS and DFS traversals, topological sort, shortest paths, etc. with graphviz output.
|
||||||
|
altgraph includes some additional usage of Python 2.3+ features
|
||||||
|
and enhancements related to modulegraph and macholib.
|
||||||
|
|
||||||
%package -n python3-altgraph
|
%package -n python3-altgraph
|
||||||
Summary: Python graph (network) package
|
Summary: Python graph (network) package
|
||||||
@ -18,15 +21,21 @@ BuildRequires: python3-devel
|
|||||||
BuildRequires: python3-setuptools
|
BuildRequires: python3-setuptools
|
||||||
%description -n python3-altgraph
|
%description -n python3-altgraph
|
||||||
altgraph is a fork of graphlib: a graph (network) package for constructing
|
altgraph is a fork of graphlib: a graph (network) package for constructing
|
||||||
|
graphs, BFS and DFS traversals, topological sort, shortest paths, etc. with graphviz output.
|
||||||
|
altgraph includes some additional usage of Python 2.3+ features
|
||||||
|
and enhancements related to modulegraph and macholib.
|
||||||
|
|
||||||
%package help
|
%package help
|
||||||
Summary: Development documents and examples for altgraph
|
Summary: Development documents and examples for altgraph
|
||||||
Provides: python3-altgraph-doc
|
Provides: python3-altgraph-doc
|
||||||
%description help
|
%description help
|
||||||
altgraph is a fork of graphlib: a graph (network) package for constructing
|
altgraph is a fork of graphlib: a graph (network) package for constructing
|
||||||
|
graphs, BFS and DFS traversals, topological sort, shortest paths, etc. with graphviz output.
|
||||||
|
altgraph includes some additional usage of Python 2.3+ features
|
||||||
|
and enhancements related to modulegraph and macholib.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -n altgraph-0.17
|
%autosetup -n altgraph-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%py3_build
|
%py3_build
|
||||||
@ -66,5 +75,8 @@ mv %{buildroot}/doclist.lst .
|
|||||||
%{_docdir}/*
|
%{_docdir}/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Oct 18 2022 guozhengxin <guozhengxin@kylinos.cn> - 0.17.3-1
|
||||||
|
- Upgrade package to version 0.17.3
|
||||||
|
|
||||||
* Mon Jul 06 2020 Python_Bot <Python_Bot@openeuler.org>
|
* Mon Jul 06 2020 Python_Bot <Python_Bot@openeuler.org>
|
||||||
- Package Spec generated
|
- Package Spec generated
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user