From 1f34b7b6bce7e5ad1b0ea00ec4cd91ddeb8409dd Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Thu, 8 Jun 2023 06:58:22 +0000 Subject: automatic import of python-wizzi-utils --- .gitignore | 1 + python-wizzi-utils.spec | 102 +++++++++++++++++++++++------------------------- sources | 2 +- 3 files changed, 50 insertions(+), 55 deletions(-) diff --git a/.gitignore b/.gitignore index a945889..074844e 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /wizzi_utils-8.0.2.tar.gz +/wizzi_utils-8.0.3.tar.gz diff --git a/python-wizzi-utils.spec b/python-wizzi-utils.spec index b2cf43a..d731fa7 100644 --- a/python-wizzi-utils.spec +++ b/python-wizzi-utils.spec @@ -1,19 +1,19 @@ %global _empty_manifest_terminate_build 0 Name: python-wizzi-utils -Version: 8.0.2 +Version: 8.0.3 Release: 1 Summary: Debugging tools and fast coding License: MIT URL: https://github.com/2easy4wizzi/wizzi_utils_pypi -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/3f/e5/0c881b3c53e323b86962da8f732857b135b74c3fb7576ee99df45b99fb6f/wizzi_utils-8.0.2.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/1b/b2/0cbb1fbc4523d3638a2377a8fcbd10150f146d35929bf48972cd22196ff2/wizzi_utils-8.0.3.tar.gz BuildArch: noarch %description -# Package wizzi utils: +# Package [wizzi utils](https://github.com/2easy4wizzi/wizzi_utils_pypi/tree/main): + +![main wrapper img](https://raw.githubusercontent.com/2easy4wizzi/wizzi_utils_pypi/main/resources/readme_images/2easy4wizzi.jpeg) -![main wrapper img](https://github.com/2easy4wizzi/2easy4wizzi.github.io/blob/master/images_wu/2easy4wizzi.jpeg?raw=true) - ## Brief * "wizzi_utils" main usage is for debugging and fast coding. @@ -37,7 +37,7 @@ wu.test.to_str_test() # for a wide example of to_str function print(wu.tt.to_str(var=3, title='my_int')) # tt for torch tools. will work if torch installed wu.tt.test.to_str_test() # for a wide example of tt.to_str function # If facing packages issues and want to know what packages I used, call the following -wu.wizzi_utils_requirements() # updated on 10/10/2022 +wu.download_wizzi_utils_env_snapshot() # updated on 10/10/2022 ``` ### list of all the packages @@ -93,8 +93,7 @@ if __name__ == '__main__': ) ``` - -![main wrapper img](https://github.com/2easy4wizzi/2easy4wizzi.github.io/blob/master/images_wu/main_wrapper.PNG?raw=true) +![main wrapper img](https://raw.githubusercontent.com/2easy4wizzi/wizzi_utils_pypi/main/resources/readme_images/main_wrapper.PNG?raw=true) ```python import wizzi_utils as wu @@ -114,8 +113,7 @@ for t in range(10): fps.finalize() ``` - -![fps img](https://github.com/2easy4wizzi/2easy4wizzi.github.io/blob/master/images_wu/fps.PNG?raw=true) +![fps img](https://raw.githubusercontent.com/2easy4wizzi/wizzi_utils_pypi/main/resources/readme_images/fps.PNG?raw=true) ```python import wizzi_utils as wu @@ -148,8 +146,7 @@ wu.cvt.display_open_cv_images( ) ``` - -![display images img](https://github.com/2easy4wizzi/2easy4wizzi.github.io/blob/master/images_wu/display_images.PNG?raw=true) +![display images img](https://raw.githubusercontent.com/2easy4wizzi/wizzi_utils_pypi/main/resources/readme_images/display_images.PNG?raw=true) ```python import wizzi_utils as wu @@ -167,9 +164,9 @@ wu.models.test.test_cv2_tracking_models() -![object detection img](https://github.com/2easy4wizzi/2easy4wizzi.github.io/blob/master/images_wu/yolov4.PNG?raw=true) -![pose estimation img](https://github.com/2easy4wizzi/2easy4wizzi.github.io/blob/master/images_wu/pose.PNG?raw=true) -![tracking img](https://github.com/2easy4wizzi/2easy4wizzi.github.io/blob/master/images_wu/tracking.PNG?raw=true) +![object detection img](https://raw.githubusercontent.com/2easy4wizzi/wizzi_utils_pypi/main/resources/readme_images/yolov4.PNG?raw=true) +![pose estimation img](https://raw.githubusercontent.com/2easy4wizzi/wizzi_utils_pypi/main/resources/readme_images/pose.PNG?raw=true) +![tracking img](https://raw.githubusercontent.com/2easy4wizzi/wizzi_utils_pypi/main/resources/readme_images/tracking.PNG?raw=true) ```python import wizzi_utils as wu @@ -178,8 +175,9 @@ import wizzi_utils as wu wu.tts.test.run_machine_buddy_gui_test() ``` - -![tts img](https://github.com/2easy4wizzi/2easy4wizzi.github.io/blob/master/images_wu/tts.PNG?raw=true) +![tts img](https://raw.githubusercontent.com/2easy4wizzi/wizzi_utils_pypi/main/resources/readme_images/tts.PNG?raw=true) + + @@ -190,10 +188,10 @@ BuildRequires: python3-devel BuildRequires: python3-setuptools BuildRequires: python3-pip %description -n python3-wizzi-utils -# Package wizzi utils: +# Package [wizzi utils](https://github.com/2easy4wizzi/wizzi_utils_pypi/tree/main): + +![main wrapper img](https://raw.githubusercontent.com/2easy4wizzi/wizzi_utils_pypi/main/resources/readme_images/2easy4wizzi.jpeg) -![main wrapper img](https://github.com/2easy4wizzi/2easy4wizzi.github.io/blob/master/images_wu/2easy4wizzi.jpeg?raw=true) - ## Brief * "wizzi_utils" main usage is for debugging and fast coding. @@ -217,7 +215,7 @@ wu.test.to_str_test() # for a wide example of to_str function print(wu.tt.to_str(var=3, title='my_int')) # tt for torch tools. will work if torch installed wu.tt.test.to_str_test() # for a wide example of tt.to_str function # If facing packages issues and want to know what packages I used, call the following -wu.wizzi_utils_requirements() # updated on 10/10/2022 +wu.download_wizzi_utils_env_snapshot() # updated on 10/10/2022 ``` ### list of all the packages @@ -273,8 +271,7 @@ if __name__ == '__main__': ) ``` - -![main wrapper img](https://github.com/2easy4wizzi/2easy4wizzi.github.io/blob/master/images_wu/main_wrapper.PNG?raw=true) +![main wrapper img](https://raw.githubusercontent.com/2easy4wizzi/wizzi_utils_pypi/main/resources/readme_images/main_wrapper.PNG?raw=true) ```python import wizzi_utils as wu @@ -294,8 +291,7 @@ for t in range(10): fps.finalize() ``` - -![fps img](https://github.com/2easy4wizzi/2easy4wizzi.github.io/blob/master/images_wu/fps.PNG?raw=true) +![fps img](https://raw.githubusercontent.com/2easy4wizzi/wizzi_utils_pypi/main/resources/readme_images/fps.PNG?raw=true) ```python import wizzi_utils as wu @@ -328,8 +324,7 @@ wu.cvt.display_open_cv_images( ) ``` - -![display images img](https://github.com/2easy4wizzi/2easy4wizzi.github.io/blob/master/images_wu/display_images.PNG?raw=true) +![display images img](https://raw.githubusercontent.com/2easy4wizzi/wizzi_utils_pypi/main/resources/readme_images/display_images.PNG?raw=true) ```python import wizzi_utils as wu @@ -347,9 +342,9 @@ wu.models.test.test_cv2_tracking_models() -![object detection img](https://github.com/2easy4wizzi/2easy4wizzi.github.io/blob/master/images_wu/yolov4.PNG?raw=true) -![pose estimation img](https://github.com/2easy4wizzi/2easy4wizzi.github.io/blob/master/images_wu/pose.PNG?raw=true) -![tracking img](https://github.com/2easy4wizzi/2easy4wizzi.github.io/blob/master/images_wu/tracking.PNG?raw=true) +![object detection img](https://raw.githubusercontent.com/2easy4wizzi/wizzi_utils_pypi/main/resources/readme_images/yolov4.PNG?raw=true) +![pose estimation img](https://raw.githubusercontent.com/2easy4wizzi/wizzi_utils_pypi/main/resources/readme_images/pose.PNG?raw=true) +![tracking img](https://raw.githubusercontent.com/2easy4wizzi/wizzi_utils_pypi/main/resources/readme_images/tracking.PNG?raw=true) ```python import wizzi_utils as wu @@ -358,8 +353,9 @@ import wizzi_utils as wu wu.tts.test.run_machine_buddy_gui_test() ``` - -![tts img](https://github.com/2easy4wizzi/2easy4wizzi.github.io/blob/master/images_wu/tts.PNG?raw=true) +![tts img](https://raw.githubusercontent.com/2easy4wizzi/wizzi_utils_pypi/main/resources/readme_images/tts.PNG?raw=true) + + @@ -367,10 +363,10 @@ wu.tts.test.run_machine_buddy_gui_test() Summary: Development documents and examples for wizzi-utils Provides: python3-wizzi-utils-doc %description help -# Package wizzi utils: +# Package [wizzi utils](https://github.com/2easy4wizzi/wizzi_utils_pypi/tree/main): + +![main wrapper img](https://raw.githubusercontent.com/2easy4wizzi/wizzi_utils_pypi/main/resources/readme_images/2easy4wizzi.jpeg) -![main wrapper img](https://github.com/2easy4wizzi/2easy4wizzi.github.io/blob/master/images_wu/2easy4wizzi.jpeg?raw=true) - ## Brief * "wizzi_utils" main usage is for debugging and fast coding. @@ -394,7 +390,7 @@ wu.test.to_str_test() # for a wide example of to_str function print(wu.tt.to_str(var=3, title='my_int')) # tt for torch tools. will work if torch installed wu.tt.test.to_str_test() # for a wide example of tt.to_str function # If facing packages issues and want to know what packages I used, call the following -wu.wizzi_utils_requirements() # updated on 10/10/2022 +wu.download_wizzi_utils_env_snapshot() # updated on 10/10/2022 ``` ### list of all the packages @@ -450,8 +446,7 @@ if __name__ == '__main__': ) ``` - -![main wrapper img](https://github.com/2easy4wizzi/2easy4wizzi.github.io/blob/master/images_wu/main_wrapper.PNG?raw=true) +![main wrapper img](https://raw.githubusercontent.com/2easy4wizzi/wizzi_utils_pypi/main/resources/readme_images/main_wrapper.PNG?raw=true) ```python import wizzi_utils as wu @@ -471,8 +466,7 @@ for t in range(10): fps.finalize() ``` - -![fps img](https://github.com/2easy4wizzi/2easy4wizzi.github.io/blob/master/images_wu/fps.PNG?raw=true) +![fps img](https://raw.githubusercontent.com/2easy4wizzi/wizzi_utils_pypi/main/resources/readme_images/fps.PNG?raw=true) ```python import wizzi_utils as wu @@ -505,8 +499,7 @@ wu.cvt.display_open_cv_images( ) ``` - -![display images img](https://github.com/2easy4wizzi/2easy4wizzi.github.io/blob/master/images_wu/display_images.PNG?raw=true) +![display images img](https://raw.githubusercontent.com/2easy4wizzi/wizzi_utils_pypi/main/resources/readme_images/display_images.PNG?raw=true) ```python import wizzi_utils as wu @@ -524,9 +517,9 @@ wu.models.test.test_cv2_tracking_models() -![object detection img](https://github.com/2easy4wizzi/2easy4wizzi.github.io/blob/master/images_wu/yolov4.PNG?raw=true) -![pose estimation img](https://github.com/2easy4wizzi/2easy4wizzi.github.io/blob/master/images_wu/pose.PNG?raw=true) -![tracking img](https://github.com/2easy4wizzi/2easy4wizzi.github.io/blob/master/images_wu/tracking.PNG?raw=true) +![object detection img](https://raw.githubusercontent.com/2easy4wizzi/wizzi_utils_pypi/main/resources/readme_images/yolov4.PNG?raw=true) +![pose estimation img](https://raw.githubusercontent.com/2easy4wizzi/wizzi_utils_pypi/main/resources/readme_images/pose.PNG?raw=true) +![tracking img](https://raw.githubusercontent.com/2easy4wizzi/wizzi_utils_pypi/main/resources/readme_images/tracking.PNG?raw=true) ```python import wizzi_utils as wu @@ -535,13 +528,14 @@ import wizzi_utils as wu wu.tts.test.run_machine_buddy_gui_test() ``` - -![tts img](https://github.com/2easy4wizzi/2easy4wizzi.github.io/blob/master/images_wu/tts.PNG?raw=true) +![tts img](https://raw.githubusercontent.com/2easy4wizzi/wizzi_utils_pypi/main/resources/readme_images/tts.PNG?raw=true) + + %prep -%autosetup -n wizzi-utils-8.0.2 +%autosetup -n wizzi_utils-8.0.3 %build %py3_build @@ -555,20 +549,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 . @@ -581,5 +575,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Wed May 10 2023 Python_Bot - 8.0.2-1 +* Thu Jun 08 2023 Python_Bot - 8.0.3-1 - Package Spec generated diff --git a/sources b/sources index 26dc3cb..3a24f2a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -5747ce540c1e14444ab295844d50a2e0 wizzi_utils-8.0.2.tar.gz +4be09f9f7d243fcfec8e1b035ca3bfa1 wizzi_utils-8.0.3.tar.gz -- cgit v1.2.3