python-flask-restful/python-flask-restful.spec

60 lines
1.8 KiB
RPMSpec
Raw Normal View History

2019-11-19 11:53:49 +08:00
Name: python-flask-restful
Version: 0.3.6
2021-08-18 15:17:42 +08:00
Release: 12
2019-11-19 11:53:49 +08:00
Summary: Framework for creating REST APIs
License: BSD
2020-02-18 15:11:43 +08:00
URL: https://www.github.com/flask-restful/flask-restful/
2019-11-19 11:53:49 +08:00
Source0: https://github.com/flask-restful/flask-restful/archive/%{version}.tar.gz
Patch0: python-flask-restful.remove_q0_testcase.patch
Patch1: 0001-Fix-arguments-with-type-list-705.patch
Patch2: 0002-Support-aniso8601-3.0-in-tests.patch
Patch3: 0003-Fix-tests_api-list-traceback.patch
2021-08-18 15:17:42 +08:00
Patch4: Fix-testsuite-for-werkzeug-1.x.patch
2019-11-19 11:53:49 +08:00
BuildArch: noarch
2020-05-12 09:41:51 +08:00
BuildRequires: git gcc python3-setuptools python3-nose python3-mock python3-blinker
2019-11-19 11:53:49 +08:00
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
2020-02-18 15:11:43 +08:00
Requires: python3-flask python3-six python3-aniso8601 python3-pytz
2019-11-19 11:53:49 +08:00
%{?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
2021-08-18 15:17:42 +08:00
%autosetup -n flask-restful-%{version} -p1
2019-11-19 11:53:49 +08:00
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
2021-08-18 15:17:42 +08:00
* Tue Aug 17 2021 huanghaitao <huanghaitao8@huawei.com> - 0.3.6-12
- Fix testsuit for wekzeug 1.x
2020-05-12 09:41:51 +08:00
* Tue May 18 2020 Buildteam <buildteam@openeuler.org> - 0.3.6-11
- Remove redundant BuildRequires
2020-02-18 15:11:43 +08:00
* Tue Feb 18 2020 Buildteam <buildteam@openeuler.org> - 0.3.6-10
- Fixbug in patching
2019-11-19 11:53:49 +08:00
* Fri Nov 8 2019 Buildteam <buildteam@openeuler.org> - 0.3.6-9
- Package Initialization