!2 change faust.tar.gz source from github to pypi

From: @jackie_wu123
Reviewed-by: @small_leek
Signed-off-by: @small_leek
This commit is contained in:
openeuler-ci-bot 2021-09-02 07:18:05 +00:00 committed by Gitee
commit 2d749fd5e5
3 changed files with 7 additions and 3 deletions

BIN
faust-1.3.0.tar.gz Normal file

Binary file not shown.

View File

@ -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 <wutao61@huawei.com> - 1.3.0-2
- Change faust.tar.gz source from github to pypi to
compatible with openEuler
* Thu Jul 22 2021 wutao <wutao61@huawei.com> - 1.3.0-1
- Package init

Binary file not shown.