diff options
author | CoprDistGit <infra@openeuler.org> | 2023-04-23 07:29:23 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-04-23 07:29:23 +0000 |
commit | 7f90405d9e46b49ab827e0ff6e73388e8eab1031 (patch) | |
tree | d0bbfb3672894af73da7a3432630fcdc0d8c39d3 | |
parent | 220a79ff8bed56d0fe88a7ccbaa14f72ab1cf72c (diff) |
automatic import of python-faust-streamingopeneuler20.03
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-faust-streaming.spec | 14 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 9 insertions, 8 deletions
@@ -1 +1,2 @@ /faust-streaming-0.10.10.tar.gz +/faust-streaming-0.10.11.tar.gz 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 @@ -1 +1 @@ -ce3f82d6cee6933089722af338fbf6d6 faust-streaming-0.10.10.tar.gz +96da76133bd15b10b11d74ce1658e1c3 faust-streaming-0.10.11.tar.gz |