summaryrefslogtreecommitdiff
path: root/python-faust-streaming.spec
diff options
context:
space:
mode:
Diffstat (limited to 'python-faust-streaming.spec')
-rw-r--r--python-faust-streaming.spec14
1 files changed, 7 insertions, 7 deletions
diff --git a/python-faust-streaming.spec b/python-faust-streaming.spec
index c90da07..17d716a 100644
--- a/python-faust-streaming.spec
+++ b/python-faust-streaming.spec
@@ -1,11 +1,11 @@
%global _empty_manifest_terminate_build 0
Name: python-faust-streaming
-Version: 0.10.10
+Version: 0.10.11
Release: 1
Summary: Python Stream processing.
License: BSD 3-Clause
URL: https://github.com/faust-streaming/faust
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/23/b0/99d42d49e78f5bb43a571ca3b41bd02339e49864d960b44556e417b1d3c9/faust-streaming-0.10.10.tar.gz
+Source0: https://mirrors.nju.edu.cn/pypi/web/packages/97/99/1c1524e7420b996ce910346c18f2f0bc73680a18b011896e13bb18d5ed68/faust-streaming-0.10.11.tar.gz
BuildArch: noarch
Requires: python3-aiohttp
@@ -324,7 +324,7 @@ command-line by using brackets. Separate multiple bundles using the comma:
```sh
pip install "faust-streaming[rocksdb]"
-pip install "faust-streaming[rocksdb,uvloop,fast,redis, aerospike]"
+pip install "faust-streaming[rocksdb,uvloop,fast,redis,aerospike]"
```
The following bundles are available:
@@ -834,7 +834,7 @@ command-line by using brackets. Separate multiple bundles using the comma:
```sh
pip install "faust-streaming[rocksdb]"
-pip install "faust-streaming[rocksdb,uvloop,fast,redis, aerospike]"
+pip install "faust-streaming[rocksdb,uvloop,fast,redis,aerospike]"
```
The following bundles are available:
@@ -1341,7 +1341,7 @@ command-line by using brackets. Separate multiple bundles using the comma:
```sh
pip install "faust-streaming[rocksdb]"
-pip install "faust-streaming[rocksdb,uvloop,fast,redis, aerospike]"
+pip install "faust-streaming[rocksdb,uvloop,fast,redis,aerospike]"
```
The following bundles are available:
@@ -1572,7 +1572,7 @@ reported by opening an issue or contacting one or more of the project maintainer
%prep
-%autosetup -n faust-streaming-0.10.10
+%autosetup -n faust-streaming-0.10.11
%build
%py3_build
@@ -1612,5 +1612,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Tue Apr 11 2023 Python_Bot <Python_Bot@openeuler.org> - 0.10.10-1
+* Sun Apr 23 2023 Python_Bot <Python_Bot@openeuler.org> - 0.10.11-1
- Package Spec generated