diff options
author | CoprDistGit <infra@openeuler.org> | 2023-04-21 12:14:04 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-04-21 12:14:04 +0000 |
commit | 7dfe6c5b57b74c614ffed92df21326339819a97c (patch) | |
tree | b27673ff0017e436bc6a464896b75330bd949065 | |
parent | b93fefd6aca44fa140af480acc139f98e1ab0531 (diff) |
automatic import of python-grpcio-health-checkingopeneuler20.03
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-grpcio-health-checking.spec | 8 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 6 insertions, 5 deletions
@@ -1 +1,2 @@ /grpcio-health-checking-1.53.0.tar.gz +/grpcio-health-checking-1.54.0.tar.gz diff --git a/python-grpcio-health-checking.spec b/python-grpcio-health-checking.spec index cef20f0..4fc5b56 100644 --- a/python-grpcio-health-checking.spec +++ b/python-grpcio-health-checking.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-grpcio-health-checking -Version: 1.53.0 +Version: 1.54.0 Release: 1 Summary: Standard Health Checking Service for gRPC License: Apache License 2.0 URL: https://grpc.io -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/32/5a/066583133d54df02ff361ac96bfec66b7c0ed8f5477ee9c01c5650839f43/grpcio-health-checking-1.53.0.tar.gz +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/ed/42/af3b8473de87f33f7cca1ff198d2fac11bcc56ede113b4e73266f411a226/grpcio-health-checking-1.54.0.tar.gz BuildArch: noarch Requires: python3-protobuf @@ -30,7 +30,7 @@ Provides: python3-grpcio-health-checking-doc Reference package for GRPC Python health checking. %prep -%autosetup -n grpcio-health-checking-1.53.0 +%autosetup -n grpcio-health-checking-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 @@ -22a19d70ecfc1ba6898a3d078ec37a14 grpcio-health-checking-1.53.0.tar.gz +33d5d927e7b2747b7fd1dc935aa14ff9 grpcio-health-checking-1.54.0.tar.gz |