!4 update to version 3.0.0

From: @wang--ge 
Reviewed-by: @caodongxia 
Signed-off-by: @caodongxia
This commit is contained in:
openeuler-ci-bot 2022-10-13 09:13:13 +00:00 committed by Gitee
commit de69f1eb5e
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 21 additions and 13 deletions

Binary file not shown.

BIN
blockdiag-3.0.0.tar.gz Normal file

Binary file not shown.

View File

@ -1,26 +1,31 @@
%global _empty_manifest_terminate_build 0
Name: python-blockdiag
Version: 2.0.1
Version: 3.0.0
Release: 1
Summary: blockdiag generates block-diagram image from text
License: Apache License 2.0
License: Apache-2.0
URL: http://blockdiag.com/
Source0: https://files.pythonhosted.org/packages/b6/1b/eab880ae3e6c7e24ae5adecc40ee7dd05c9ebb0dff6c39b52472844ce9b7/blockdiag-2.0.1.tar.gz
Source0: https://files.pythonhosted.org/packages/b4/eb/e2a4b6d5bf7f7121104ac7a1fc80b5dfa86ba286adbd1f25bf32a090a5eb/blockdiag-3.0.0.tar.gz
BuildArch: noarch
# Base build requires
BuildRequires: python3-devel
BuildRequires: python3-setuptools
BuildRequires: python3-pbr
BuildRequires: python3-pip
BuildRequires: python3-wheel
# General build requires
BuildRequires: python3-funcparserlib
BuildRequires: python3-pillow
BuildRequires: python3-webcolors
BuildRequires: python3-reportlab
BuildRequires: python3-docutils
# General requires
Requires: python3-setuptools
Requires: python3-funcparserlib
Requires: python3-Pillow
Requires: python3-pillow
Requires: python3-webcolors
Requires: python3-reportlab
Requires: python3-docutils
Requires: python3-nose
Requires: python3-flake8
Requires: python3-flake8-coding
Requires: python3-flake8-copyright
Requires: python3-flake8-isort
Requires: python3-reportlab
Requires: python3-docutils
%description
* Generate block-diagram from dot like text (basic feature).
@ -49,7 +54,7 @@ You can get some examples and generated images on
`blockdiag.com <http://blockdiag.com/en/blockdiag/examples.html>`_ .
%prep
%autosetup -n blockdiag-2.0.1
%autosetup -n blockdiag-%{version}
%build
%py3_build
@ -89,5 +94,8 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
* Thu Oct 13 2022 Ge Wang <wangge20@h-partners.com> - 3.0.0-1
- Update to version 3.0.0
* Mon Nov 23 2020 Python_Bot <Python_Bot@openeuler.org>
- Package Spec generated