Compare commits

..

No commits in common. "50bb94065935e5e857ed6fae1a86e906ca2959f5" and "ca59aeb5763f072ad0bb87eed70bd3d3e60f75fe" have entirely different histories.

3 changed files with 4 additions and 22 deletions

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

Binary file not shown.

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.3.0 Version: 0.2.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/source/f/flask-restx/flask-restx-%{version}.tar.gz Source0: https://files.pythonhosted.org/packages/5f/6e/f71db883f6228e09e7e8c7bf5f1068c0a853db992bcaebd105005b70c959/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 = %{version}-%{release} Provides: python-flask-restx
BuildRequires: python3-devel BuildRequires: python3-devel
BuildRequires: python3-setuptools BuildRequires: python3-setuptools
%description -n python3-flask-restx %description -n python3-flask-restx
@ -70,26 +70,8 @@ mv %{buildroot}/doclist.lst .
%dir %{python3_sitelib}/* %dir %{python3_sitelib}/*
%files help -f doclist.lst %files help -f doclist.lst
%{_docdir}/* %{_pkgdocdir}
%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