update version to 0.3.10

This commit is contained in:
Jason_828e 2023-07-04 17:02:32 +08:00
parent 5aafd5f6dc
commit 5f8703ae60
3 changed files with 6 additions and 3 deletions

BIN
Flask-RESTful-0.3.10.tar.gz Normal file

Binary file not shown.

View File

@ -1,10 +1,10 @@
Name: python-flask-restful
Version: 0.3.9
Version: 0.3.10
Release: 1
Summary: Framework for creating REST APIs
License: BSD-3-Clause
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
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.
%prep
%autosetup -n flask-restful-%{version} -p1
%autosetup -n Flask-RESTful-%{version} -p1
rm -rf docs/_themes/.gitignore
%build
@ -41,6 +41,9 @@ rm -rf docs/_themes/.gitignore
%{python3_sitelib}/*
%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
- Upgrade to 0.3.9

Binary file not shown.