diff --git a/python-yaql.spec b/python-yaql.spec index baa3746..5fc9241 100644 --- a/python-yaql.spec +++ b/python-yaql.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-yaql -Version: 1.1.3 -Release: 2 +Version: 2.0.0 +Release: 1 Summary: YAQL - Yet Another Query Language License: Apache-2.0 URL: http://yaql.readthedocs.io -Source0: https://files.pythonhosted.org/packages/77/89/cfee017cf4f2d6f5e7159bbf13fe4131c7dbf20d675b78c9928ae9aa9df8/yaql-1.1.3.tar.gz +Source0: https://files.pythonhosted.org/packages/f9/00/2cc9f993b5a6a12c2baccfb110232de9a58f819a1cc2a8288f3dfb845dc4/yaql-2.0.0.tar.gz BuildArch: noarch Requires: python3-Babel @@ -45,7 +45,7 @@ functions and can be extend even further with user-specified functions. YAQL is written in python and is distributed via PyPI. %prep -%autosetup -n yaql-1.1.3 +%autosetup -n yaql-%{version} %build %py3_build @@ -85,6 +85,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Wed Jul 27 2022 liksh - 2.0.0-1 +- Upgrade for openstack yoga + * Wed May 11 2022 xigaoxinyan - 1.1.3-2 - License compliance rectification diff --git a/yaql-1.1.3.tar.gz b/yaql-1.1.3.tar.gz deleted file mode 100644 index f5efe40..0000000 Binary files a/yaql-1.1.3.tar.gz and /dev/null differ diff --git a/yaql-2.0.0.tar.gz b/yaql-2.0.0.tar.gz new file mode 100644 index 0000000..9541690 Binary files /dev/null and b/yaql-2.0.0.tar.gz differ