package init
This commit is contained in:
parent
b66284baca
commit
96565f8b34
BIN
Flask-Testing-0.8.1.tar.gz
Normal file
BIN
Flask-Testing-0.8.1.tar.gz
Normal file
Binary file not shown.
38
python-flask-testing.spec
Normal file
38
python-flask-testing.spec
Normal 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
|
||||||
4
python-flask-testing.yaml
Normal file
4
python-flask-testing.yaml
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
version_control: pypi
|
||||||
|
src_repo: Flask-Testing
|
||||||
|
tag_prefix: "^v"
|
||||||
|
separator: "."
|
||||||
Loading…
x
Reference in New Issue
Block a user