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..db42359783558d53f1db1ed73d87136054a6ef76 100644 --- a/python-flask-whooshee.spec +++ b/python-flask-whooshee.spec @@ -1,22 +1,23 @@ %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 - %description Customizable Flask - SQLAlchemy - Whoosh integration %package -n python3-flask-whooshee Summary: Flask-SQLAlchemy - Whoosh Integration -Provides: python-flask-whooshee +Provides: python-flask-whooshee = %{version}-%{release} BuildRequires: python3-devel BuildRequires: python3-setuptools +BuildRequires: python3-Flask-SQLAlchemy +BuildRequires: python3-flask %description -n python3-flask-whooshee Customizable Flask - SQLAlchemy - Whoosh integration @@ -39,6 +40,9 @@ if [ -d doc ]; then cp -arf doc %{buildroot}/%{_pkgdocdir}; fi if [ -d docs ]; then cp -arf docs %{buildroot}/%{_pkgdocdir}; fi if [ -d example ]; then cp -arf example %{buildroot}/%{_pkgdocdir}; fi if [ -d examples ]; then cp -arf examples %{buildroot}/%{_pkgdocdir}; fi +if [ -f README.rst ]; then cp -af README.rst %{buildroot}/%{_pkgdocdir}; fi +if [ -f README.md ]; then cp -af README.md %{buildroot}/%{_pkgdocdir}; fi +if [ -f README.txt ]; then cp -af README.txt %{buildroot}/%{_pkgdocdir}; fi pushd %{buildroot} if [ -d usr/lib ]; then find usr/lib -type f -printf "/%h/%f\n" >> filelist.lst @@ -67,6 +71,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Sat May 06 2023 wangjunqi - 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