diff options
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-grpcio-reflection.spec | 8 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 6 insertions, 5 deletions
@@ -1 +1,2 @@ /grpcio-reflection-1.53.0.tar.gz +/grpcio-reflection-1.54.0.tar.gz diff --git a/python-grpcio-reflection.spec b/python-grpcio-reflection.spec index b729dda..cff1519 100644 --- a/python-grpcio-reflection.spec +++ b/python-grpcio-reflection.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-grpcio-reflection -Version: 1.53.0 +Version: 1.54.0 Release: 1 Summary: Standard Protobuf Reflection Service for gRPC License: Apache License 2.0 URL: https://grpc.io -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/a4/d3/873a3e3f8ef9855786a1e7cc05688869bbc391e2ac7ffb500160b2df78fa/grpcio-reflection-1.53.0.tar.gz +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/fd/8b/9814baa8c9aa579586918ec4114ba512c1f4e4cc3a23e13f6e60ab86ead1/grpcio-reflection-1.54.0.tar.gz BuildArch: noarch Requires: python3-protobuf @@ -30,7 +30,7 @@ Provides: python3-grpcio-reflection-doc Reference package for reflection in GRPC Python. %prep -%autosetup -n grpcio-reflection-1.53.0 +%autosetup -n grpcio-reflection-1.54.0 %build %py3_build @@ -70,5 +70,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 @@ -140361728e2f3272c33362cf2a70691e grpcio-reflection-1.53.0.tar.gz +4dac7a9d83b17330292bb8bc1e36b466 grpcio-reflection-1.54.0.tar.gz |