Update to 0.20.1
This commit is contained in:
parent
e7f57b5909
commit
1b89f454d2
Binary file not shown.
BIN
graphviz-0.20.1.zip
Normal file
BIN
graphviz-0.20.1.zip
Normal file
Binary file not shown.
@ -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
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user