diff --git a/flask-restx-1.3.0.tar.gz b/flask-restx-1.3.2.tar.gz similarity index 30% rename from flask-restx-1.3.0.tar.gz rename to flask-restx-1.3.2.tar.gz index 0c8fc2c0c80584ab7f5f4458a08bb28cc7ae82e9..98fe96ea60550924ea5657c3df674994a49a2fbe 100644 Binary files a/flask-restx-1.3.0.tar.gz and b/flask-restx-1.3.2.tar.gz differ diff --git a/python-flask-restx.spec b/python-flask-restx.spec index 4cfd74058326095863d155f09d21eb5897b7a658..1033f107381176cdf7e1f35590ec44ffcf0820f4 100644 --- a/python-flask-restx.spec +++ b/python-flask-restx.spec @@ -1,6 +1,6 @@ %global _empty_manifest_terminate_build 0 Name: python-flask-restx -Version: 1.3.0 +Version: 1.3.2 Release: 1 Summary: Fully featured framework for fast, easy and documented API development with Flask License: BSD-3-Clause @@ -73,6 +73,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Thu Nov 20 2025 peiliya - 1.3.2-1 +- Update to 1.3.2 + * Mon Feb 19 2024 xu_ping <707078654@qq.com> - 1.3.0-1 - Update package to version 1.3.0 - Python 3.12 support.