diff --git a/changelog b/changelog new file mode 100644 index 0000000..668df3b --- /dev/null +++ b/changelog @@ -0,0 +1,29 @@ +* Fri Jun 04 2021 Python Maint - 0.4.0-2 +- Rebuilt for Python 3.10 + +* Thu May 27 2021 Jiri Popelka - 0.4.0-1 +- 0.4.0 + +* Wed Apr 14 2021 Jiri Popelka - 0.3.0-1 +- 0.3.0 + +* Wed Jan 27 2021 Fedora Release Engineering - 0.2.0-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + +* Wed Jul 29 2020 Fedora Release Engineering - 0.2.0-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + +* Tue May 26 2020 Miro Hrončok - 0.2.0-2 +- Rebuilt for Python 3.9 + +* Thu Mar 26 2020 Jiri Popelka - 0.2.0-1 +- Rename python-flask-restplus to python-flask-restx (#1817535) + +* Thu Jan 30 2020 Fedora Release Engineering - 0.13.0-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + +* Fri Nov 15 2019 Jiri Popelka - 0.13.0-2 +- add CHANGELOG.rst + +* Tue Oct 22 2019 Jiri Popelka - 0.13.0-1 +- init diff --git a/python-flask-restx.spec b/python-flask-restx.spec index 2559527..95f192c 100644 --- a/python-flask-restx.spec +++ b/python-flask-restx.spec @@ -5,7 +5,7 @@ Name: python-%{srcname} Version: 0.4.0 -Release: 2%{?dist} +Release: %autorelease Summary: Framework for fast, easy and documented API development with Flask License: BSD URL: https://github.com/python-restx/flask-restx @@ -57,32 +57,4 @@ rm -f %{libname}/static/files/.npmignore %changelog -* Fri Jun 04 2021 Python Maint - 0.4.0-2 -- Rebuilt for Python 3.10 - -* Thu May 27 2021 Jiri Popelka - 0.4.0-1 -- 0.4.0 - -* Wed Apr 14 2021 Jiri Popelka - 0.3.0-1 -- 0.3.0 - -* Wed Jan 27 2021 Fedora Release Engineering - 0.2.0-4 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild - -* Wed Jul 29 2020 Fedora Release Engineering - 0.2.0-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild - -* Tue May 26 2020 Miro Hrončok - 0.2.0-2 -- Rebuilt for Python 3.9 - -* Thu Mar 26 2020 Jiri Popelka - 0.2.0-1 -- Rename python-flask-restplus to python-flask-restx (#1817535) - -* Thu Jan 30 2020 Fedora Release Engineering - 0.13.0-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild - -* Fri Nov 15 2019 Jiri Popelka - 0.13.0-2 -- add CHANGELOG.rst - -* Tue Oct 22 2019 Jiri Popelka - 0.13.0-1 -- init +%autochangelog