Skip to content

Commit

Permalink
Merge pull request #33 from regro-cf-autotick-bot/1.59.3_h81a5b7
Browse files Browse the repository at this point in the history
grpcio-status v1.59.3
  • Loading branch information
xylar authored Nov 18, 2023
2 parents 601c6c4 + 7d7934b commit b4f6c26
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 10 deletions.
3 changes: 3 additions & 0 deletions .azure-pipelines/azure-pipelines-linux.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

17 changes: 13 additions & 4 deletions .scripts/build_steps.sh

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions .scripts/run_docker_build.sh

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{% set name = "grpcio-status" %}
{% set version = "1.59.2" %}
{% set version = "1.59.3" %}

package:
name: {{ name|lower }}
version: {{ version }}

source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/grpcio-status-{{ version }}.tar.gz
sha256: a2c2b146e66b73ba80d021ab34fce5db4dd9be67ca4566cda40d36b185ce54f4
sha256: 65c394ba43380d6bdf8c04c61efc493104b5535552aed35817a1b4dc66598a1f

build:
number: 0
Expand All @@ -16,12 +16,12 @@ build:

requirements:
host:
- python >=3.6
- python >=3.7
- pip
run:
- python >=3.6
- python >=3.7
- protobuf >=4.21.6
- grpcio >={{ version }}
- grpcio >=1.59.3
- googleapis-common-protos >=1.5.5

test:
Expand Down

0 comments on commit b4f6c26

Please sign in to comment.