diff --git a/flask-whooshee-0.8.1.tar.gz b/flask-whooshee-0.8.1.tar.gz deleted file mode 100644 index a8cbf7d4ea6b6274480a455378dd830435bbdaa5..0000000000000000000000000000000000000000 Binary files a/flask-whooshee-0.8.1.tar.gz and /dev/null differ diff --git a/flask-whooshee-0.8.2.tar.gz b/flask-whooshee-0.8.2.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..2d76ddec0639e3a431f50239d1239ea72273ab6e Binary files /dev/null and b/flask-whooshee-0.8.2.tar.gz differ diff --git a/python-flask-whooshee.spec b/python-flask-whooshee.spec index 165278f9111914a0953d69f823c805fcd0becfe5..22b91e80704da2392ce2bdd4367a341e789b358e 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.1 -Release: 2 +Version: 0.8.2 +Release: 1 Summary: Flask-SQLAlchemy - Whoosh Integration License: BSD-3-Clause URL: https://github.com/bkabrda/flask-whooshee -Source0: https://files.pythonhosted.org/packages/a6/36/dad571143828ef2f101a81ef7a50d52576feb2e5f1da5073ec424d7a415d/flask-whooshee-0.8.1.tar.gz +Source0: https://files.pythonhosted.org/packages/3d/be/12378e03f5a1a916d5a573fc63525a06f984618602954015a3aaa1c417e3/flask-whooshee-0.8.2.tar.gz BuildArch: noarch @@ -27,7 +27,7 @@ Provides: python3-flask-whooshee-doc Customizable Flask - SQLAlchemy - Whoosh integration %prep -%autosetup -n flask-whooshee-0.8.1 +%autosetup -n flask-whooshee-%{version} %build %py3_build @@ -67,6 +67,10 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Sat Sep 24 2022 guozhengxin - 0.8.2-1 +- Upgrade package to version 0.8.2 +- Fix compatibility with the latest flexmock + * Tue May 10 2022 xigaoxinyan - 0.8.1-2 - License compliance rectification