Skip to content

Commit

Permalink
protobuf v5.27.5 (#226)
Browse files Browse the repository at this point in the history
automerged PR by conda-forge/automerge-action
  • Loading branch information
github-actions[bot] committed Sep 23, 2024
2 parents d14f0d9 + 620d61e commit 749400b
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# keep this without major version to let the bot pick it up
{% set version = "27.4" %}
{% set version = "27.5" %}
# protobuf doesn't add the major version in the tag, it's defined per language in
# https://github.com/protocolbuffers/protobuf/blob/main/version.json
{% set major = "5" %}
Expand All @@ -12,7 +12,7 @@ package:

source:
- url: https://github.com/protocolbuffers/protobuf/archive/refs/tags/v{{ version }}.tar.gz
sha256: 023e2bb164b234af644c5049c6dac1d9c9f6dd2acb133b960d9009105b4226bd
sha256: 79cc6d09d02706c5a73e900ea842b5b3dae160f371b6654774947fe781851423
patches:
# backport https://github.com/protocolbuffers/protobuf/pull/17207 to avoid upb leakage
- patches/0001-Make-our-Python-source-wheel-use-the-version-script-.patch
Expand All @@ -37,7 +37,7 @@ source:
sha256: 6eae8e7f28e1b68b833503d1a58caf139c11e52de19df0d787d974653a0ea4c6 # [build_platform == "win-64"]

build:
number: 1
number: 0

requirements:
build:
Expand All @@ -51,7 +51,6 @@ requirements:
- m2-sed # [not unix]
- {{ stdlib('c') }}
- {{ compiler('c') }}
- {{ stdlib("c") }}
- {{ compiler('cxx') }}
host:
- python
Expand Down

0 comments on commit 749400b

Please sign in to comment.