diff --git a/faust-1.3.0.tar.gz b/faust-1.3.0.tar.gz new file mode 100644 index 0000000..7d8495c Binary files /dev/null and b/faust-1.3.0.tar.gz differ diff --git a/python-faust.spec b/python-faust.spec index b7dbeb8..6926844 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: 1 +Release: 2 Summary: Python Stream processing. License: BSD 3-Clause and CC-BY-SA-4.0 URL: http://faust.readthedocs.io/ -Source0: https://github.com/robinhood/faust/archive/refs/tags/v%{version}.tar.gz +Source0: https://files.pythonhosted.org/packages/91/c3/75878084aba2bbcf680b0c57f00b9586b0b9d84a74695260b489666e579b/faust-1.3.0.tar.gz BuildArch: noarch BuildRequires: python3 BuildRequires: python3-aiohttp @@ -16,7 +16,6 @@ BuildRequires: python3-colorclass BuildRequires: python3-mode BuildRequires: python3-terminaltables BuildRequires: python3-yarl - %description Python Stream processing. @@ -72,10 +71,15 @@ mv %{buildroot}/filelist.lst . mv %{buildroot}/doclist.lst . %files -n python3-faust -f filelist.lst +%dir %{python3_sitelib}/* %files help -f doclist.lst %{_docdir}/* %changelog +* Fri Aug 27 2021 wutao - 1.3.0-2 +- Change faust.tar.gz source from github to pypi to + compatible with openEuler + * Thu Jul 22 2021 wutao - 1.3.0-1 - Package init diff --git a/v1.3.0.tar.gz b/v1.3.0.tar.gz deleted file mode 100644 index 1f26338..0000000 Binary files a/v1.3.0.tar.gz and /dev/null differ