diff --git a/flask-whooshee-0.8.2.tar.gz b/flask-whooshee-0.8.2.tar.gz deleted file mode 100644 index 2d76ddec0639e3a431f50239d1239ea72273ab6e..0000000000000000000000000000000000000000 Binary files a/flask-whooshee-0.8.2.tar.gz and /dev/null differ diff --git a/flask-whooshee-0.9.0.tar.gz b/flask-whooshee-0.9.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..02f5d0101ef02c66736c9fc9966836d4ee36d8aa Binary files /dev/null and b/flask-whooshee-0.9.0.tar.gz differ diff --git a/python-flask-whooshee.spec b/python-flask-whooshee.spec index 22b91e80704da2392ce2bdd4367a341e789b358e..168f9a73e6f7a76606a2a69dfcb803d441fa7348 100644 --- a/python-flask-whooshee.spec +++ b/python-flask-whooshee.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-flask-whooshee -Version: 0.8.2 +Version: 0.9.0 Release: 1 Summary: Flask-SQLAlchemy - Whoosh Integration License: BSD-3-Clause URL: https://github.com/bkabrda/flask-whooshee -Source0: https://files.pythonhosted.org/packages/3d/be/12378e03f5a1a916d5a573fc63525a06f984618602954015a3aaa1c417e3/flask-whooshee-0.8.2.tar.gz +Source0: https://files.pythonhosted.org/packages/4c/2e/148df19b6d4ed0e7fbf6f7fac3332880c71e552864637c94a582e0581f95/flask-whooshee-0.9.0.tar.gz BuildArch: noarch @@ -17,6 +17,10 @@ Summary: Flask-SQLAlchemy - Whoosh Integration Provides: python-flask-whooshee BuildRequires: python3-devel BuildRequires: python3-setuptools +BuildRequires: python3-sqlalchemy +BuildRequires: python3-whoosh +BuildRequires: python3-Flask-SQLAlchemy +BuildRequires: python3-flask %description -n python3-flask-whooshee Customizable Flask - SQLAlchemy - Whoosh integration @@ -67,6 +71,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Wed Dec 06 2023 jiangxinyu - 0.9.0-1 +- Update package to version 0.9.0 + * Sat Sep 24 2022 guozhengxin - 0.8.2-1 - Upgrade package to version 0.8.2 - Fix compatibility with the latest flexmock