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

67 lines
2.0 KiB
RPMSpec
Raw Permalink Normal View History

2019-11-19 11:53:49 +08:00
Name: python-flask-restful
2022-10-28 11:30:51 +08:00
Version: 0.3.9
Release: 2
2019-11-19 11:53:49 +08:00
Summary: Framework for creating REST APIs
2022-10-28 11:30:51 +08:00
License: BSD-3-Clause
2020-02-18 15:11:43 +08:00
URL: https://www.github.com/flask-restful/flask-restful/
2022-10-28 11:30:51 +08:00
Source0: https://github.com/flask-restful/flask-restful/archive/refs/tags/v0.3.9.tar.gz
2019-11-19 11:53:49 +08:00
BuildArch: noarch
BuildRequires: git gcc python3-pytz python3-setuptools python3-mock python3-blinker
BuildRequires: python3-flask python3-six python3-aniso8601 python3-pytz python3-devel python3-cryptography
2019-11-19 11:53:49 +08:00
%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-02-18 10:35:00 +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
2019-11-19 11:53:49 +08:00
%files -n python3-flask-restful
%doc AUTHORS.md README.md examples/ docs/
%license LICENSE
%{python3_sitelib}/*
%changelog
* Mon May 29 2023 liyanan <thistleslyn@163.com> - 0.3.9-2
- modify buildrequire crypto to cryptography
2022-10-28 11:30:51 +08:00
* Fri Oct 21 2022 Ge Wang <wangge20@h-partners.com> - 0.3.9-1
- Upgrade to version 0.3.9
* Sat Jan 08 2022 shixuantong <shixuantong@huawei.com> - 0.3.8-3
- remove python3-nose buildrequire and disable %check
2021-02-18 10:35:00 +08:00
* Thu Feb 18 2021 shixuantong <shixuantong@huawei.com> - 0.3.8-2
- Fix testsuite for werkzeug 1.x
2021-02-02 11:10:26 +08:00
* Tue Feb 2 2021 liudabo <liudabo1@huawei.com> - 0.3.8-1
- upgrade version to 0.3.8
* Thu Oct 29 2020 tianwei <tianwei12@huawei.com> - 0.3.6-11
2020-10-29 10:48:10 +08:00
- delete python2
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