Update to 0.20.1

This commit is contained in:
starlet-dx 2023-04-04 11:38:44 +08:00
parent e7f57b5909
commit 1b89f454d2
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
Name: python-graphviz
Version: 0.16
Release: 3
Version: 0.20.1
Release: 1
Summary: Simple Python interface for Graphviz
License: MIT
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
%description
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
%autosetup -n graphviz-0.16
%autosetup -n graphviz-%{version} -p1
%build
%py3_build
@ -83,6 +83,9 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%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
- Remove extras requires python-pep8-naming and python-twine