!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:
commit
2d749fd5e5
BIN
faust-1.3.0.tar.gz
Normal file
BIN
faust-1.3.0.tar.gz
Normal file
Binary file not shown.
@ -1,11 +1,11 @@
|
|||||||
%global _empty_manifest_terminate_build 0
|
%global _empty_manifest_terminate_build 0
|
||||||
Name: python-faust
|
Name: python-faust
|
||||||
Version: 1.3.0
|
Version: 1.3.0
|
||||||
Release: 1
|
Release: 2
|
||||||
Summary: Python Stream processing.
|
Summary: Python Stream processing.
|
||||||
License: BSD 3-Clause and CC-BY-SA-4.0
|
License: BSD 3-Clause and CC-BY-SA-4.0
|
||||||
URL: http://faust.readthedocs.io/
|
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
|
BuildArch: noarch
|
||||||
BuildRequires: python3
|
BuildRequires: python3
|
||||||
BuildRequires: python3-aiohttp
|
BuildRequires: python3-aiohttp
|
||||||
@ -16,7 +16,6 @@ BuildRequires: python3-colorclass
|
|||||||
BuildRequires: python3-mode
|
BuildRequires: python3-mode
|
||||||
BuildRequires: python3-terminaltables
|
BuildRequires: python3-terminaltables
|
||||||
BuildRequires: python3-yarl
|
BuildRequires: python3-yarl
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Python Stream processing.
|
Python Stream processing.
|
||||||
|
|
||||||
@ -72,10 +71,15 @@ mv %{buildroot}/filelist.lst .
|
|||||||
mv %{buildroot}/doclist.lst .
|
mv %{buildroot}/doclist.lst .
|
||||||
|
|
||||||
%files -n python3-faust -f filelist.lst
|
%files -n python3-faust -f filelist.lst
|
||||||
|
%dir %{python3_sitelib}/*
|
||||||
|
|
||||||
%files help -f doclist.lst
|
%files help -f doclist.lst
|
||||||
%{_docdir}/*
|
%{_docdir}/*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Thu Jul 22 2021 wutao <wutao61@huawei.com> - 1.3.0-1
|
||||||
- Package init
|
- Package init
|
||||||
|
|||||||
BIN
v1.3.0.tar.gz
BIN
v1.3.0.tar.gz
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user