update version to 0.3.10
This commit is contained in:
parent
5aafd5f6dc
commit
5f8703ae60
BIN
Flask-RESTful-0.3.10.tar.gz
Normal file
BIN
Flask-RESTful-0.3.10.tar.gz
Normal file
Binary file not shown.
@ -1,10 +1,10 @@
|
|||||||
Name: python-flask-restful
|
Name: python-flask-restful
|
||||||
Version: 0.3.9
|
Version: 0.3.10
|
||||||
Release: 1
|
Release: 1
|
||||||
Summary: Framework for creating REST APIs
|
Summary: Framework for creating REST APIs
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
URL: https://www.github.com/flask-restful/flask-restful/
|
URL: https://www.github.com/flask-restful/flask-restful/
|
||||||
Source0: https://github.com/flask-restful/flask-restful/archive/refs/tags/v0.3.9.tar.gz
|
Source0: https://files.pythonhosted.org/packages/c0/ce/a0a133db616ea47f78a41e15c4c68b9f08cab3df31eb960f61899200a119/Flask-RESTful-0.3.10.tar.gz
|
||||||
|
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRequires: git gcc python3-pytz python3-setuptools python3-mock python3-blinker
|
BuildRequires: git gcc python3-pytz python3-setuptools python3-mock python3-blinker
|
||||||
@ -23,7 +23,7 @@ Flask-RESTful is Python 3 extension for Flask that adds support
|
|||||||
for quickly building REST APIs.
|
for quickly building REST APIs.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -n flask-restful-%{version} -p1
|
%autosetup -n Flask-RESTful-%{version} -p1
|
||||||
rm -rf docs/_themes/.gitignore
|
rm -rf docs/_themes/.gitignore
|
||||||
|
|
||||||
%build
|
%build
|
||||||
@ -41,6 +41,9 @@ rm -rf docs/_themes/.gitignore
|
|||||||
%{python3_sitelib}/*
|
%{python3_sitelib}/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jul 04 2023 chenzixuan <chenzixuan@kylinos.cn> - 0.3.10-1
|
||||||
|
- Update package to version 0.3.10
|
||||||
|
|
||||||
* Fri Jun 24 2022 houyingchao <houyingchao@h-partners.com> - 0.3.9-1
|
* Fri Jun 24 2022 houyingchao <houyingchao@h-partners.com> - 0.3.9-1
|
||||||
- Upgrade to 0.3.9
|
- Upgrade to 0.3.9
|
||||||
|
|
||||||
|
|||||||
BIN
v0.3.9.tar.gz
BIN
v0.3.9.tar.gz
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user