Update package to version 1.0.3

This commit is contained in:
jxy_git 2022-12-15 16:18:36 +08:00
parent f14a603f48
commit 916669178e
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 %global _empty_manifest_terminate_build 0
Name: python-flask-restx Name: python-flask-restx
Version: 0.5.1 Version: 1.0.3
Release: 1 Release: 1
Summary: Fully featured framework for fast, easy and documented API development with Flask Summary: Fully featured framework for fast, easy and documented API development with Flask
License: BSD-3-Clause License: BSD-3-Clause
URL: https://github.com/python-restx/flask-restx 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 BuildArch: noarch
Requires: python3-aniso8601 Requires: python3-aniso8601
@ -20,7 +20,7 @@ Fully featured framework for fast, easy and documented API development with Flas
%package -n python3-flask-restx %package -n python3-flask-restx
Summary: Fully featured framework for fast, easy and documented API development with Flask 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-devel
BuildRequires: python3-setuptools BuildRequires: python3-setuptools
%description -n python3-flask-restx %description -n python3-flask-restx
@ -70,9 +70,12 @@ mv %{buildroot}/doclist.lst .
%dir %{python3_sitelib}/* %dir %{python3_sitelib}/*
%files help -f doclist.lst %files help -f doclist.lst
%{_pkgdocdir} %{_docdir}/*
%changelog %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 * Wed Jun 29 2022 SimpleUpdate Robot <tc@openeuler.org> - 0.5.1-1
- Upgrade to version 0.5.1 - Upgrade to version 0.5.1