diff --git a/python-apypie.spec b/python-apypie.spec index 2db4826aa31db95bbe9e28e9c33be2f574342e52..5e65b7947cc1c1f1a0bf4223575a39d0e9c2560f 100644 --- a/python-apypie.spec +++ b/python-apypie.spec @@ -1,6 +1,6 @@ %global _empty_manifest_terminate_build 0 Name: python-apypie -Version: 0.5.0 +Version: 0.7.1 Release: 1 Summary: Apipie bindings for Python License: MIT @@ -70,6 +70,10 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Wed Oct 29 2025 Hann - 0.7.1-1 +- Update package to version 0.7.1 +- Fix url query generation when value is a list + * Mon Dec 09 2024 sqfu - 0.5.0-1 - Update package to version 0.5.0 - Drop support for Python 2.7 diff --git a/v0.5.0.tar.gz b/v0.5.0.tar.gz deleted file mode 100644 index 5f5ad2e687d99765bc964650438e32bebbf78d9c..0000000000000000000000000000000000000000 Binary files a/v0.5.0.tar.gz and /dev/null differ diff --git a/v0.7.1.tar.gz b/v0.7.1.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..c51b320d00f757051cf42b734d380f274d57e049 Binary files /dev/null and b/v0.7.1.tar.gz differ