diff options
author | CoprDistGit <infra@openeuler.org> | 2023-04-21 11:11:50 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-04-21 11:11:50 +0000 |
commit | a48c2c2552bb03e360f8c0ad6af025480d2ff212 (patch) | |
tree | c03c597e2342bcae4c9ca5ec3308cda9cfd16f3b | |
parent | 480023d1d8ae6f9abd54a547d4b78ca0f292ede1 (diff) |
automatic import of python-grpcio-toolsopeneuler20.03
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-grpcio-tools.spec | 8 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 6 insertions, 5 deletions
@@ -1 +1,2 @@ /grpcio-tools-1.53.0.tar.gz +/grpcio-tools-1.54.0.tar.gz diff --git a/python-grpcio-tools.spec b/python-grpcio-tools.spec index ee92aaa..256f6d3 100644 --- a/python-grpcio-tools.spec +++ b/python-grpcio-tools.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-grpcio-tools -Version: 1.53.0 +Version: 1.54.0 Release: 1 Summary: Protobuf code generator for gRPC License: Apache License 2.0 URL: https://grpc.io -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/81/dc/71fb99bc79deb2cbf2007337b946e463d8a1996d15177db245164f389bc9/grpcio-tools-1.53.0.tar.gz +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/e2/a9/4f4bdb13e414474de9ae770700e5450f8beb981282af171255c9d4cbed25/grpcio-tools-1.54.0.tar.gz Requires: python3-protobuf Requires: python3-grpcio @@ -33,7 +33,7 @@ Provides: python3-grpcio-tools-doc Package for gRPC Python tools. %prep -%autosetup -n grpcio-tools-1.53.0 +%autosetup -n grpcio-tools-1.54.0 %build %py3_build @@ -73,5 +73,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 @@ -0d310ae81b9a9231298d31d765ed7ecc grpcio-tools-1.53.0.tar.gz +059eb41265598c15fcb5efcd6ac9205b grpcio-tools-1.54.0.tar.gz |