diff options
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-streams-explorer.spec | 18 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 11 insertions, 10 deletions
@@ -1 +1,2 @@ /streams_explorer-2.2.5.tar.gz +/streams_explorer-2.3.0.tar.gz diff --git a/python-streams-explorer.spec b/python-streams-explorer.spec index bccd411..84d4abc 100644 --- a/python-streams-explorer.spec +++ b/python-streams-explorer.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-streams-explorer -Version: 2.2.5 +Version: 2.3.0 Release: 1 Summary: Explore Data Pipelines in Apache Kafka. License: MIT URL: https://github.com/bakdata/streams-explorer -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/24/81/27e17f1151cf86220a7866981d3e857999baef82b0c4b534b38cc6420f55/streams_explorer-2.2.5.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/93/d9/e1caf8690f9fe25a720eeaca2d0e8af4aebdb0ddd77d23d80f4a7fc383ea/streams_explorer-2.3.0.tar.gz BuildArch: noarch Requires: python3-loguru @@ -818,7 +818,7 @@ class CustomConfigParser(K8sConfigParser): %prep -%autosetup -n streams-explorer-2.2.5 +%autosetup -n streams_explorer-2.3.0 %build %py3_build @@ -832,20 +832,20 @@ if [ -d example ]; then cp -arf example %{buildroot}/%{_pkgdocdir}; fi if [ -d examples ]; then cp -arf examples %{buildroot}/%{_pkgdocdir}; fi pushd %{buildroot} if [ -d usr/lib ]; then - find usr/lib -type f -printf "/%h/%f\n" >> filelist.lst + find usr/lib -type f -printf "\"/%h/%f\"\n" >> filelist.lst fi if [ -d usr/lib64 ]; then - find usr/lib64 -type f -printf "/%h/%f\n" >> filelist.lst + find usr/lib64 -type f -printf "\"/%h/%f\"\n" >> filelist.lst fi if [ -d usr/bin ]; then - find usr/bin -type f -printf "/%h/%f\n" >> filelist.lst + find usr/bin -type f -printf "\"/%h/%f\"\n" >> filelist.lst fi if [ -d usr/sbin ]; then - find usr/sbin -type f -printf "/%h/%f\n" >> filelist.lst + find usr/sbin -type f -printf "\"/%h/%f\"\n" >> filelist.lst fi touch doclist.lst if [ -d usr/share/man ]; then - find usr/share/man -type f -printf "/%h/%f.gz\n" >> doclist.lst + find usr/share/man -type f -printf "\"/%h/%f.gz\"\n" >> doclist.lst fi popd mv %{buildroot}/filelist.lst . @@ -858,5 +858,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Wed May 31 2023 Python_Bot <Python_Bot@openeuler.org> - 2.2.5-1 +* Fri Jun 09 2023 Python_Bot <Python_Bot@openeuler.org> - 2.3.0-1 - Package Spec generated @@ -1 +1 @@ -c96bfdb8e7e9af012e8eea847d383077 streams_explorer-2.2.5.tar.gz +4d206246864aefe93add8512eaf7a1d0 streams_explorer-2.3.0.tar.gz |