From 377df3ff93a885383ab0bb32f6f56b5265182fe2 Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Thu, 8 Jun 2023 11:45:49 +0000 Subject: automatic import of python-pybit --- .gitignore | 1 + python-pybit.spec | 27 +++++++++++++++------------ sources | 2 +- 3 files changed, 17 insertions(+), 13 deletions(-) diff --git a/.gitignore b/.gitignore index b85d37c..a44d9bb 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /pybit-5.2.0.tar.gz +/pybit-5.3.0.tar.gz diff --git a/python-pybit.spec b/python-pybit.spec index 89a124e..317b500 100644 --- a/python-pybit.spec +++ b/python-pybit.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-pybit -Version: 5.2.0 +Version: 5.3.0 Release: 1 Summary: Python3 Bybit HTTP/WebSocket API Connector License: MIT License URL: https://github.com/bybit-exchange/pybit -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/df/3f/2ffc81ab8c2813082a689436f798b5302479fe2d0773ae225ef2450f642f/pybit-5.2.0.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/53/f7/eda77ebe0b2fcaf71c2b4fa6f64713fb90d84b83ce105e2079ef4a8d968b/pybit-5.3.0.tar.gz BuildArch: noarch @@ -32,7 +32,7 @@ Official Python3 API connector for Bybit's HTTP and WebSockets APIs. - [Donations](#donations) ## About -Put simply, `pybit` (Python + Bybit) is the official lightweight one-stop-shop module for the Bybit HTTP and WebSocket APIs. Originally created by [Verata Veritatis](https://github.com/verata-veritatis), it's now maintained by Bybit employees - however, you're still welcome to contribute! +Put simply, `pybit` (Python + Bybit) is the official lightweight one-stop-shop module for the Bybit HTTP and WebSocket APIs. Originally created by [Verata Veritatis](https://github.com/verata-veritatis), it's now maintained by Bybit employees – however, you're still welcome to contribute! It was designed with the following vision in mind: @@ -104,6 +104,7 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
APF20

💻
Cameron Harder-Hutton

💻
Tom Rumpf

💻 +
OnJohn

💻
Todd Conley

🤔 @@ -143,7 +144,7 @@ Official Python3 API connector for Bybit's HTTP and WebSockets APIs. - [Donations](#donations) ## About -Put simply, `pybit` (Python + Bybit) is the official lightweight one-stop-shop module for the Bybit HTTP and WebSocket APIs. Originally created by [Verata Veritatis](https://github.com/verata-veritatis), it's now maintained by Bybit employees - however, you're still welcome to contribute! +Put simply, `pybit` (Python + Bybit) is the official lightweight one-stop-shop module for the Bybit HTTP and WebSocket APIs. Originally created by [Verata Veritatis](https://github.com/verata-veritatis), it's now maintained by Bybit employees – however, you're still welcome to contribute! It was designed with the following vision in mind: @@ -215,6 +216,7 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
APF20

💻
Cameron Harder-Hutton

💻
Tom Rumpf

💻 +
OnJohn

💻
Todd Conley

🤔 @@ -251,7 +253,7 @@ Official Python3 API connector for Bybit's HTTP and WebSockets APIs. - [Donations](#donations) ## About -Put simply, `pybit` (Python + Bybit) is the official lightweight one-stop-shop module for the Bybit HTTP and WebSocket APIs. Originally created by [Verata Veritatis](https://github.com/verata-veritatis), it's now maintained by Bybit employees - however, you're still welcome to contribute! +Put simply, `pybit` (Python + Bybit) is the official lightweight one-stop-shop module for the Bybit HTTP and WebSocket APIs. Originally created by [Verata Veritatis](https://github.com/verata-veritatis), it's now maintained by Bybit employees – however, you're still welcome to contribute! It was designed with the following vision in mind: @@ -323,6 +325,7 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
APF20

💻
Cameron Harder-Hutton

💻
Tom Rumpf

💻 +
OnJohn

💻
Todd Conley

🤔 @@ -334,7 +337,7 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome! %prep -%autosetup -n pybit-5.2.0 +%autosetup -n pybit-5.3.0 %build %py3_build @@ -348,20 +351,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 . @@ -374,5 +377,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Mon May 15 2023 Python_Bot - 5.2.0-1 +* Thu Jun 08 2023 Python_Bot - 5.3.0-1 - Package Spec generated diff --git a/sources b/sources index 85120c3..31706f9 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -bf91e5fd2bbefe3a78e872c10ffbd281 pybit-5.2.0.tar.gz +2a462216a53cf5be91f06247d2516e70 pybit-5.3.0.tar.gz -- cgit v1.2.3