Update package to version 1.1.0

This commit is contained in:
wubijie 2023-03-20 16:52:21 +08:00
parent a9223505a0
commit a4975a79e3
3 changed files with 5 additions and 2 deletions

Binary file not shown.

BIN
flask-restx-1.1.0.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: 1.0.3 Version: 1.1.0
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/42/ed/b8eb0b2f5e4f6b00da242f29ff0aac5f9e4b980b58d3b5205a819e3ad853/flask-restx-1.0.3.tar.gz Source0: https://files.pythonhosted.org/packages/89/5d/faa7314ebce5e024cbd001c764a83a75d4ec1991aa949bb9bc6d94ee6e6e/flask-restx-1.1.0.tar.gz
BuildArch: noarch BuildArch: noarch
Requires: python3-aniso8601 Requires: python3-aniso8601
@ -73,6 +73,9 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/* %{_docdir}/*
%changelog %changelog
* Mon Mar 20 2023 wubijie <wubijie@kylinos.cn> - 1.1.0-1
- Update package to version 1.1.0
* Thu Dec 15 2022 jiangxinyu <jiangxinyu@kylinos.cn> - 1.0.3-1 * Thu Dec 15 2022 jiangxinyu <jiangxinyu@kylinos.cn> - 1.0.3-1
- Update package to version 1.0.3 - Update package to version 1.0.3