!6 Update package to version 1.0.3

From: @jxy_git 
Reviewed-by: @yangzhao_kl 
Signed-off-by: @yangzhao_kl
This commit is contained in:
openeuler-ci-bot 2022-12-15 09:29:00 +00:00 committed by Gitee
commit a9223505a0
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 7 additions and 4 deletions

Binary file not shown.

BIN
flask-restx-1.0.3.tar.gz Normal file

Binary file not shown.

View File

@ -1,11 +1,11 @@
%global _empty_manifest_terminate_build 0
Name: python-flask-restx
Version: 0.5.1
Version: 1.0.3
Release: 1
Summary: Fully featured framework for fast, easy and documented API development with Flask
License: BSD-3-Clause
URL: https://github.com/python-restx/flask-restx
Source0: https://files.pythonhosted.org/packages/71/f2/ffca4b36b2888d3445e3ee9494cb8efe2af0d8ac96feb0f08a0fb04304b9/flask-restx-0.5.1.tar.gz
Source0: https://files.pythonhosted.org/packages/42/ed/b8eb0b2f5e4f6b00da242f29ff0aac5f9e4b980b58d3b5205a819e3ad853/flask-restx-1.0.3.tar.gz
BuildArch: noarch
Requires: python3-aniso8601
@ -20,7 +20,7 @@ Fully featured framework for fast, easy and documented API development with Flas
%package -n python3-flask-restx
Summary: Fully featured framework for fast, easy and documented API development with Flask
Provides: python-flask-restx
Provides: python-flask-restx = %{version}-%{release}
BuildRequires: python3-devel
BuildRequires: python3-setuptools
%description -n python3-flask-restx
@ -70,9 +70,12 @@ mv %{buildroot}/doclist.lst .
%dir %{python3_sitelib}/*
%files help -f doclist.lst
%{_pkgdocdir}
%{_docdir}/*
%changelog
* Thu Dec 15 2022 jiangxinyu <jiangxinyu@kylinos.cn> - 1.0.3-1
- Update package to version 1.0.3
* Wed Jun 29 2022 SimpleUpdate Robot <tc@openeuler.org> - 0.5.1-1
- Upgrade to version 0.5.1