!2 sync package to 21.09 from master

From: @orange-snn
Reviewed-by: @yangzhao_kl
Signed-off-by: @yangzhao_kl
This commit is contained in:
openeuler-ci-bot 2021-09-01 02:09:04 +00:00 committed by Gitee
commit b5ebc2d3a4
3 changed files with 42 additions and 0 deletions

BIN
Flask-Testing-0.8.1.tar.gz Normal file

Binary file not shown.

38
python-flask-testing.spec Normal file
View File

@ -0,0 +1,38 @@
%define debug_package %{nil}
Name: python-flask-testing
Version: 0.8.1
Release: 1
Summary: Unittest extensions for Flask
License: BSD
URL: https://github.com/jarus/flask-testing
Source0: https://files.pythonhosted.org/packages/a2/70/5611137c59b576ac36e9e8226f01cd138d4cd08688d5aad9eadfdaf6f57e/Flask-Testing-%{version}.tar.gz
BuildArch: noarch
BuildRequires: python3-devel python3-setuptools python3-flask
%description
Unit testing support for Flask.
%package -n python3-flask-testing
Summary: python3 package for flask testing
Requires: python3-flask python3
%description -n python3-flask-testing
python3 package for flask testing.
%prep
%autosetup -n Flask-Testing-%{version}
%build
%py3_build
%install
%py3_install
%files -n python3-flask-testing
%{python3_sitelib}/*
%changelog
* Thu Aug 26 2021 orange-snn<songnannan2@huawei.com> - 0.8.1-1
- Package init

View File

@ -0,0 +1,4 @@
version_control: pypi
src_repo: Flask-Testing
tag_prefix: "^v"
separator: "."