diff --git a/flask-restx-1.1.0.tar.gz b/flask-restx-1.1.0.tar.gz deleted file mode 100644 index 98876a0..0000000 Binary files a/flask-restx-1.1.0.tar.gz and /dev/null differ diff --git a/flask-restx-1.3.0.tar.gz b/flask-restx-1.3.0.tar.gz new file mode 100644 index 0000000..0c8fc2c Binary files /dev/null and b/flask-restx-1.3.0.tar.gz differ diff --git a/python-flask-restx.spec b/python-flask-restx.spec index 2e5e8d2..4cfd740 100644 --- a/python-flask-restx.spec +++ b/python-flask-restx.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-flask-restx -Version: 1.1.0 +Version: 1.3.0 Release: 1 Summary: Fully featured framework for fast, easy and documented API development with Flask License: BSD-3-Clause URL: https://github.com/python-restx/flask-restx -Source0: https://files.pythonhosted.org/packages/89/5d/faa7314ebce5e024cbd001c764a83a75d4ec1991aa949bb9bc6d94ee6e6e/flask-restx-1.1.0.tar.gz +Source0: https://files.pythonhosted.org/packages/source/f/flask-restx/flask-restx-%{version}.tar.gz BuildArch: noarch Requires: python3-aniso8601 @@ -73,6 +73,12 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %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 - 1.1.0-1 - Update package to version 1.1.0