From 02b9f3af87a6ea2f2d257664d073cf02b6cb866b Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Thu, 8 Jun 2023 07:58:55 +0000 Subject: automatic import of python-ocean-lib --- .gitignore | 1 + python-ocean-lib.spec | 30 ++++++++++++++++++------------ sources | 2 +- 3 files changed, 20 insertions(+), 13 deletions(-) diff --git a/.gitignore b/.gitignore index 7d0d5f0..ca5c894 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /ocean-lib-2.2.3.tar.gz +/ocean-lib-2.2.4.tar.gz diff --git a/python-ocean-lib.spec b/python-ocean-lib.spec index 9aa0ef8..a78a74f 100644 --- a/python-ocean-lib.spec +++ b/python-ocean-lib.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-ocean-lib -Version: 2.2.3 +Version: 2.2.4 Release: 1 Summary: 🐳 Ocean protocol library. License: Apache Software License 2.0 URL: https://github.com/oceanprotocol/ocean.py -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/2f/67/7dc3c1b425d08091e34afee14f8c7b47fa452102b104687a99cfd48d71c3/ocean-lib-2.2.3.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/e1/ad/58f9aaeaf41d42403a73ccaa6ec75ff02716f461e091bee2139602a92750/ocean-lib-2.2.4.tar.gz BuildArch: noarch Requires: python3-ocean-contracts @@ -108,10 +108,12 @@ Each of the following shows how to publish & consume a particular type of data. - [REST API](READMEs/publish-flow-restapi.md) - Example on Binance ETH price feed - [GraphQL](READMEs/publish-flow-graphql.md) - Example on Ocean Data NFTs - [On-chain data](READMEs/publish-flow-onchain.md) - Example on Ocean swap fees +- [Adding credentials](READMEs/publish-flow-credentials.md) - Example on publishing an asset with custom credentials ### Learn more - [Understand config parameters](READMEs/parameters.md) - envvars vs files - [Learn about off-chain services](READMEs/services.md) - Ocean Provider for data services, Aquarius metadata store +- [Using hardware wallets with ocean.py](READMEs/using-clef.md) - Learn how to use hardware wallets with ocean.py via Brownie and Clef ## 🦑 Development @@ -120,7 +122,7 @@ Each of the following shows how to publish & consume a particular type of data. ## 🏛 License - Copyright ((C)) 2022 Ocean Protocol Foundation + Copyright ((C)) 2023 Ocean Protocol Foundation Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -204,10 +206,12 @@ Each of the following shows how to publish & consume a particular type of data. - [REST API](READMEs/publish-flow-restapi.md) - Example on Binance ETH price feed - [GraphQL](READMEs/publish-flow-graphql.md) - Example on Ocean Data NFTs - [On-chain data](READMEs/publish-flow-onchain.md) - Example on Ocean swap fees +- [Adding credentials](READMEs/publish-flow-credentials.md) - Example on publishing an asset with custom credentials ### Learn more - [Understand config parameters](READMEs/parameters.md) - envvars vs files - [Learn about off-chain services](READMEs/services.md) - Ocean Provider for data services, Aquarius metadata store +- [Using hardware wallets with ocean.py](READMEs/using-clef.md) - Learn how to use hardware wallets with ocean.py via Brownie and Clef ## 🦑 Development @@ -216,7 +220,7 @@ Each of the following shows how to publish & consume a particular type of data. ## 🏛 License - Copyright ((C)) 2022 Ocean Protocol Foundation + Copyright ((C)) 2023 Ocean Protocol Foundation Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -297,10 +301,12 @@ Each of the following shows how to publish & consume a particular type of data. - [REST API](READMEs/publish-flow-restapi.md) - Example on Binance ETH price feed - [GraphQL](READMEs/publish-flow-graphql.md) - Example on Ocean Data NFTs - [On-chain data](READMEs/publish-flow-onchain.md) - Example on Ocean swap fees +- [Adding credentials](READMEs/publish-flow-credentials.md) - Example on publishing an asset with custom credentials ### Learn more - [Understand config parameters](READMEs/parameters.md) - envvars vs files - [Learn about off-chain services](READMEs/services.md) - Ocean Provider for data services, Aquarius metadata store +- [Using hardware wallets with ocean.py](READMEs/using-clef.md) - Learn how to use hardware wallets with ocean.py via Brownie and Clef ## 🦑 Development @@ -309,7 +315,7 @@ Each of the following shows how to publish & consume a particular type of data. ## 🏛 License - Copyright ((C)) 2022 Ocean Protocol Foundation + Copyright ((C)) 2023 Ocean Protocol Foundation Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -326,7 +332,7 @@ Each of the following shows how to publish & consume a particular type of data. %prep -%autosetup -n ocean-lib-2.2.3 +%autosetup -n ocean-lib-2.2.4 %build %py3_build @@ -340,20 +346,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 . @@ -366,5 +372,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Mon May 15 2023 Python_Bot - 2.2.3-1 +* Thu Jun 08 2023 Python_Bot - 2.2.4-1 - Package Spec generated diff --git a/sources b/sources index 1bd957c..0518b23 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -74189bbac8d9357263e61e8701a42547 ocean-lib-2.2.3.tar.gz +8bede376d5e507fdd7a8bd894b911604 ocean-lib-2.2.4.tar.gz -- cgit v1.2.3