Skip to content

Commit

Permalink
protobuf v4.24.3 (#200)
Browse files Browse the repository at this point in the history
automerged PR by conda-forge/automerge-action
  • Loading branch information
github-actions[bot] authored Sep 26, 2023
2 parents a8d979e + 85a10ef commit f0cd473
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 40 deletions.
37 changes: 0 additions & 37 deletions .ci_support/migrations/python311.yaml

This file was deleted.

6 changes: 3 additions & 3 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 = "23.4" %}
{% set version = "24.3" %}
# 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 = "4" %}
Expand All @@ -12,7 +12,7 @@ package:

source:
url: https://github.com/protocolbuffers/protobuf/archive/refs/tags/v{{ version }}.tar.gz
sha256: a700a49470d301f1190a487a923b5095bf60f08f4ae4cac9f5f7c36883d17971
sha256: 07d69502e58248927b58c7d7e7424135272ba5b2852a753ab6b67e62d2d29355
patches:
- patches/0001-do-not-link-msvc-runtime-statically.patch
- patches/0002-fix-paths-for-include-lib-directories.patch
Expand All @@ -21,7 +21,7 @@ source:
- patches/0005-set-PROTOBUF_USE_DLLS-on-windows.patch

build:
number: 3
number: 0
skip: true # [python_impl == "pypy"]
script:
- cd python
Expand Down

0 comments on commit f0cd473

Please sign in to comment.