python-flask-restful/python-flask-restful.spec
2021-02-02 14:11:44 +08:00

56 lines
1.6 KiB
RPMSpec

Name: python-flask-restful
Version: 0.3.8
Release: 1
Summary: Framework for creating REST APIs
License: BSD
URL: https://www.github.com/flask-restful/flask-restful/
Source0: https://github.com/flask-restful/flask-restful/archive/%{version}.tar.gz
Patch0: python-flask-restful.remove_q0_testcase.patch
BuildArch: noarch
BuildRequires: git gcc python3-pytz python3-setuptools python3-nose python3-mock python3-blinker
BuildRequires: python3-flask python3-six python3-aniso8601 python3-pytz python3-devel python3-crypto
%description
Flask-RESTful provides the building blocks for creating a REST API.
%package -n python3-flask-restful
Summary: Framework for creating REST APIs
Requires: python3-flask python3-six python3-aniso8601 python3-pytz
%{?python_provide:%python_provide python3-flask-restful}
%description -n python3-flask-restful
Flask-RESTful is Python 3 extension for Flask that adds support
for quickly building REST APIs.
%prep
%autosetup -n flask-restful-%{version} -p0
rm -rf docs/_themes/.gitignore
%build
%py3_build
%install
%py3_install
%check
%{__python3} setup.py test
%files -n python3-flask-restful
%doc AUTHORS.md README.md examples/ docs/
%license LICENSE
%{python3_sitelib}/*
%changelog
* Tue Feb 2 2021 liudabo <liudabo1@huawei.com> - 0.3.8-1
- upgrade version to 0.3.8
* Thu Oct 20 2020 tianwei <tianwei12@huawei.com> - 0.3.6-11
- delete python2
* Tue Feb 18 2020 Buildteam <buildteam@openeuler.org> - 0.3.6-10
- Fixbug in patching
* Fri Nov 8 2019 Buildteam <buildteam@openeuler.org> - 0.3.6-9
- Package Initialization