Compare commits

...

10 Commits

Author SHA1 Message Date
openeuler-ci-bot
50bb940659
!9 Upgrade version to 1.3.0
From: @cherry530 
Reviewed-by: @yangzhao_kl 
Signed-off-by: @yangzhao_kl
2024-02-27 02:50:19 +00:00
cherry530
5057e70aa4 Upgrade version to 1.3.0
Signed-off-by: cherry530 <707078654@qq.com>
2024-02-20 10:39:08 +08:00
openeuler-ci-bot
a48883c252
!7 Update package to version 1.1.0
From: @wubijie123 
Reviewed-by: @shinwell_hu 
Signed-off-by: @shinwell_hu
2023-03-21 10:36:06 +00:00
wubijie
a4975a79e3 Update package to version 1.1.0 2023-03-20 16:52:21 +08:00
openeuler-ci-bot
a9223505a0
!6 Update package to version 1.0.3
From: @jxy_git 
Reviewed-by: @yangzhao_kl 
Signed-off-by: @yangzhao_kl
2022-12-15 09:29:00 +00:00
jxy_git
916669178e Update package to version 1.0.3 2022-12-15 16:18:36 +08:00
openeuler-ci-bot
f14a603f48
!4 Package upgrade
From: @wk333 
Reviewed-by: @shinwell_hu 
Signed-off-by: @shinwell_hu
2022-06-30 02:14:12 +00:00
wk333
636ceacccb Package upgrade 2022-06-29 19:27:57 +08:00
openeuler-ci-bot
fa52323009 !2 fix CVE-2021-32838
From: @programmer12
Reviewed-by: @myeuler
Signed-off-by: @myeuler
2021-10-09 09:00:38 +00:00
programmer12
6d68a785eb CVE-2021-32838 2021-10-09 15:48:06 +08:00
3 changed files with 22 additions and 4 deletions

Binary file not shown.

BIN
flask-restx-1.3.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: 0.2.0 Version: 1.3.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/5f/6e/f71db883f6228e09e7e8c7bf5f1068c0a853db992bcaebd105005b70c959/flask-restx-%{version}.tar.gz Source0: https://files.pythonhosted.org/packages/source/f/flask-restx/flask-restx-%{version}.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,8 +70,26 @@ mv %{buildroot}/doclist.lst .
%dir %{python3_sitelib}/* %dir %{python3_sitelib}/*
%files help -f doclist.lst %files help -f doclist.lst
%{_pkgdocdir} %{_docdir}/*
%changelog %changelog
* Mon Feb 19 2024 xu_ping <707078654@qq.com> - 1.3.0-1
- Update package to version 1.3.0
- Python 3.12 support.
- fix some bugfix
- Update internally pinned pytest-flask to 1.3.0 for Flask >=3.0.0 support
* 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
- 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
* Sat Oct 9 2021 liwu <liwu13@huawei.com> - 0.2.0-2
* Fix CVE-2021-32838
* Mon Jun 22 2020 Python_Bot <Python_Bot@openeuler.org> * Mon Jun 22 2020 Python_Bot <Python_Bot@openeuler.org>
- Package Spec generated - Package Spec generated