diff --git a/Flask-Testing-0.8.1.tar.gz b/Flask-Testing-0.8.1.tar.gz new file mode 100644 index 0000000..5a0c4c0 Binary files /dev/null and b/Flask-Testing-0.8.1.tar.gz differ diff --git a/python-flask-testing.spec b/python-flask-testing.spec new file mode 100644 index 0000000..45f1274 --- /dev/null +++ b/python-flask-testing.spec @@ -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 - 0.8.1-1 +- Package init diff --git a/python-flask-testing.yaml b/python-flask-testing.yaml new file mode 100644 index 0000000..34b0442 --- /dev/null +++ b/python-flask-testing.yaml @@ -0,0 +1,4 @@ +version_control: pypi +src_repo: Flask-Testing +tag_prefix: "^v" +separator: "."