diff options
author | CoprDistGit <infra@openeuler.org> | 2023-04-21 10:22:03 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-04-21 10:22:03 +0000 |
commit | c9fc7dfaf9d89da5b582a47497a389e4eb0edc09 (patch) | |
tree | 1995b4a5acedffb31aea0283381611924a92ddcb | |
parent | f6a09d742bbe114280d4e953276923fc96d2084d (diff) |
automatic import of python-grpcioopeneuler20.03
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-grpcio.spec | 8 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 6 insertions, 5 deletions
@@ -1 +1,2 @@ /grpcio-1.53.0.tar.gz +/grpcio-1.54.0.tar.gz diff --git a/python-grpcio.spec b/python-grpcio.spec index 7f34a34..30e9432 100644 --- a/python-grpcio.spec +++ b/python-grpcio.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-grpcio -Version: 1.53.0 +Version: 1.54.0 Release: 1 Summary: HTTP/2-based RPC framework License: Apache License 2.0 URL: https://grpc.io -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/9d/13/f7e3834ba272c0058c66de57272fb3b20dde69003032fdb6b4d7c36eebed/grpcio-1.53.0.tar.gz +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/ef/e4/5c717f3c6c65b7c5ff2542ca25d6c2ce0f99d9ee9119620c6e2325a6da79/grpcio-1.54.0.tar.gz Requires: python3-grpcio-tools @@ -34,7 +34,7 @@ Provides: python3-grpcio-doc Package for gRPC Python. %prep -%autosetup -n grpcio-1.53.0 +%autosetup -n grpcio-1.54.0 %build %py3_build @@ -74,5 +74,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Mon Apr 10 2023 Python_Bot <Python_Bot@openeuler.org> - 1.53.0-1 +* Fri Apr 21 2023 Python_Bot <Python_Bot@openeuler.org> - 1.54.0-1 - Package Spec generated @@ -1 +1 @@ -48c8ad8b2ddc3bd2c3eca524b2a89dab grpcio-1.53.0.tar.gz +7de75ba0209fdf7ff9ce988d3c2bcce0 grpcio-1.54.0.tar.gz |