diff options
| author | CoprDistGit <infra@openeuler.org> | 2023-06-08 11:17:47 +0000 |
|---|---|---|
| committer | CoprDistGit <infra@openeuler.org> | 2023-06-08 11:17:47 +0000 |
| commit | d767763a7ea35c524c2f20d5af50be1daf0921a1 (patch) | |
| tree | 7198ebf5fea4dab4f93759a691bae0b4d21d062e | |
| parent | 3d69482b17b9cf8c1ba1f804ce9a84586b0f3af7 (diff) | |
automatic import of python-th2-grpc-data-provideropeneuler20.03
| -rw-r--r-- | .gitignore | 1 | ||||
| -rw-r--r-- | python-th2-grpc-data-provider.spec | 24 | ||||
| -rw-r--r-- | sources | 2 |
3 files changed, 14 insertions, 13 deletions
@@ -1 +1,2 @@ /th2_grpc_data_provider-1.2.2.tar.gz +/th2_grpc_data_provider-1.3.0.tar.gz diff --git a/python-th2-grpc-data-provider.spec b/python-th2-grpc-data-provider.spec index ddc6f1b..a40b966 100644 --- a/python-th2-grpc-data-provider.spec +++ b/python-th2-grpc-data-provider.spec @@ -1,16 +1,16 @@ %global _empty_manifest_terminate_build 0 Name: python-th2-grpc-data-provider -Version: 1.2.2 +Version: 1.3.0 Release: 1 Summary: th2_grpc_data_provider License: Apache License 2.0 URL: https://github.com/th2-net/th2-data-provider -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/12/6e/43063055e69d10642677a55f6d840dae0136e4c8aa7ab3c33d49e1339d73/th2_grpc_data_provider-1.2.2.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/e7/73/7579702a79be89d05deb69c1f9b4b302a12aa47a14633a82e1a7af6979a2/th2_grpc_data_provider-1.3.0.tar.gz BuildArch: noarch %description -# th2 gRPC Data Provider library (1.2.2) +# th2 gRPC Data Provider library (1.3.0) This library contains proto messages and `DataProvider` service with RPC methods that are used in [th2 data provider](https://github.com/th2-net/th2-rpt-data-provider "th2-rpt-data-provider"). See [data_provider.proto](src/main/proto/th2_grpc_data_provider/data_provider.proto "data_provider_template.proto") file for details. <br> Tool generates code from `.proto` files and uploads built packages (`.proto` files and generated code) to specified repositories. @@ -57,7 +57,7 @@ BuildRequires: python3-devel BuildRequires: python3-setuptools BuildRequires: python3-pip %description -n python3-th2-grpc-data-provider -# th2 gRPC Data Provider library (1.2.2) +# th2 gRPC Data Provider library (1.3.0) This library contains proto messages and `DataProvider` service with RPC methods that are used in [th2 data provider](https://github.com/th2-net/th2-rpt-data-provider "th2-rpt-data-provider"). See [data_provider.proto](src/main/proto/th2_grpc_data_provider/data_provider.proto "data_provider_template.proto") file for details. <br> Tool generates code from `.proto` files and uploads built packages (`.proto` files and generated code) to specified repositories. @@ -101,7 +101,7 @@ If you wish to manually create and publish a package for Python: Summary: Development documents and examples for th2-grpc-data-provider Provides: python3-th2-grpc-data-provider-doc %description help -# th2 gRPC Data Provider library (1.2.2) +# th2 gRPC Data Provider library (1.3.0) This library contains proto messages and `DataProvider` service with RPC methods that are used in [th2 data provider](https://github.com/th2-net/th2-rpt-data-provider "th2-rpt-data-provider"). See [data_provider.proto](src/main/proto/th2_grpc_data_provider/data_provider.proto "data_provider_template.proto") file for details. <br> Tool generates code from `.proto` files and uploads built packages (`.proto` files and generated code) to specified repositories. @@ -142,7 +142,7 @@ If you wish to manually create and publish a package for Python: `PYPI_REPOSITORY_URL`, `PYPI_USER` and `PYPI_PASSWORD` are parameters for publishing. %prep -%autosetup -n th2-grpc-data-provider-1.2.2 +%autosetup -n th2_grpc_data_provider-1.3.0 %build %py3_build @@ -156,20 +156,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 . @@ -182,5 +182,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 1.2.2-1 +* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 1.3.0-1 - Package Spec generated @@ -1 +1 @@ -d675cd91c3a444e6cb4af7c358194db6 th2_grpc_data_provider-1.2.2.tar.gz +bed39ab3aa8f7797931fd4b1f46aeba8 th2_grpc_data_provider-1.3.0.tar.gz |
