!12 Update to 0.20.1

From: @starlet-dx 
Reviewed-by: @cherry530 
Signed-off-by: @cherry530
This commit is contained in:
openeuler-ci-bot 2023-05-11 02:23:40 +00:00 committed by Gitee
commit 5c0e698e14
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 7 additions and 4 deletions

Binary file not shown.

BIN
graphviz-0.20.1.zip Normal file

Binary file not shown.

View File

@ -1,11 +1,11 @@
%global _empty_manifest_terminate_build 0 %global _empty_manifest_terminate_build 0
Name: python-graphviz Name: python-graphviz
Version: 0.16 Version: 0.20.1
Release: 3 Release: 1
Summary: Simple Python interface for Graphviz Summary: Simple Python interface for Graphviz
License: MIT License: MIT
URL: https://github.com/xflr6/graphviz URL: https://github.com/xflr6/graphviz
Source0: https://files.pythonhosted.org/packages/cc/a3/8f49063fee2037892f66f1a4d55da8ba25235e76dc27887f7edf95272154/graphviz-0.16.zip Source0: https://files.pythonhosted.org/packages/source/g/graphviz/graphviz-%{version}.zip
BuildArch: noarch BuildArch: noarch
%description %description
This package makes it easier to create and render a graph description in This package makes it easier to create and render a graph description in
@ -40,7 +40,7 @@ the DOT language which from the Python Graphviz graph drawing software.
%prep %prep
%autosetup -n graphviz-0.16 %autosetup -n graphviz-%{version} -p1
%build %build
%py3_build %py3_build
@ -83,6 +83,9 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/* %{_docdir}/*
%changelog %changelog
* Tue Apr 04 2023 yaoxin <yaoxin30@h-partners.com> - 0.20.1-1
- Update to 0.20.1
* Mon Jul 25 2022 wulei <wulei80@h-partners.com> - 0.16-3 * Mon Jul 25 2022 wulei <wulei80@h-partners.com> - 0.16-3
- Remove extras requires python-pep8-naming and python-twine - Remove extras requires python-pep8-naming and python-twine