diff --git a/faust-1.10.4.tar.gz b/faust-1.10.4.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..26af0250a0bb459ac1e0a4c78b25216d805e2d16 Binary files /dev/null and b/faust-1.10.4.tar.gz differ diff --git a/faust-1.3.0.tar.gz b/faust-1.3.0.tar.gz deleted file mode 100644 index 7d8495cfb0b41ab0cf36e4a57dbb4e0d59c03221..0000000000000000000000000000000000000000 Binary files a/faust-1.3.0.tar.gz and /dev/null differ diff --git a/python-faust.spec b/python-faust.spec index 692684471c56fc75e9207430f0482e2ca7b459ec..6fab35bbf8749989b4e9f168f8ac7b1d74286ef3 100644 --- a/python-faust.spec +++ b/python-faust.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-faust -Version: 1.3.0 -Release: 2 +Version: 1.10.4 +Release: 1 Summary: Python Stream processing. License: BSD 3-Clause and CC-BY-SA-4.0 URL: http://faust.readthedocs.io/ -Source0: https://files.pythonhosted.org/packages/91/c3/75878084aba2bbcf680b0c57f00b9586b0b9d84a74695260b489666e579b/faust-1.3.0.tar.gz +Source0: %{pypi_source faust} BuildArch: noarch BuildRequires: python3 BuildRequires: python3-aiohttp @@ -62,21 +62,19 @@ fi if [ -d usr/sbin ]; then find usr/sbin -type f -printf "/%h/%f\n" >> filelist.lst fi -touch doclist.lst -if [ -d usr/share/man ]; then - find usr/share/man -type f -printf "/%h/%f.gz\n" >> doclist.lst -fi popd mv %{buildroot}/filelist.lst . -mv %{buildroot}/doclist.lst . %files -n python3-faust -f filelist.lst -%dir %{python3_sitelib}/* +%dir %{python3_sitearch}/* -%files help -f doclist.lst +%files help %{_docdir}/* %changelog +* Wed Jun 14 2023 chenchen - 1.10.4-1 +- Upgrade to 1.10.4 + * Fri Aug 27 2021 wutao - 1.3.0-2 - Change faust.tar.gz source from github to pypi to compatible with openEuler