Compare commits
10 Commits
ca59aeb576
...
50bb940659
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
50bb940659 | ||
|
|
5057e70aa4 | ||
|
|
a48883c252 | ||
|
|
a4975a79e3 | ||
|
|
a9223505a0 | ||
|
|
916669178e | ||
|
|
f14a603f48 | ||
|
|
636ceacccb | ||
|
|
fa52323009 | ||
|
|
6d68a785eb |
Binary file not shown.
BIN
flask-restx-1.3.0.tar.gz
Normal file
BIN
flask-restx-1.3.0.tar.gz
Normal file
Binary file not shown.
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user