Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[bot-automerge] gz-transport v14.0.0 #43

Merged
merged 6 commits into from
Sep 29, 2024
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 14 additions & 14 deletions README.md

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

22 changes: 11 additions & 11 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% set component_name = "transport" %}
{% set repo_name = "gz-" + component_name %}
{% set version = "13.4.0" %}
{% set version = "14.0.0" %}
{% set major_version = version.split('.')[0] %}
{% set name = repo_name + major_version %}
{% set component_version = component_name + major_version %}
Expand All @@ -13,13 +13,13 @@ package:

source:
- url: https://github.com/gazebosim/{{ repo_name }}/archive/{{ repo_name }}{{ major_version }}_{{ version }}.tar.gz
sha256: 7c9d7bc46b2d8abb81487be346cafe56b482873019110e39a7b65adb4cbc8514
sha256: f503b9c7c71f2dff9647c88c872886d4e26bbfff8f8011ebb27fd11cc59c97c0
patches:
- standalone_bindings.patch
- 452.patch

build:
number: 2
number: 0

outputs:
- name: {{ cxx_name }}
Expand All @@ -37,10 +37,10 @@ outputs:
- cmake
- pkg-config
host:
- libgz-cmake3
- libgz-msgs10
- libgz-cmake4
- libgz-msgs11
- libgz-tools2
- libgz-utils2
- libgz-utils3
- cppzmq
- zeromq
- libuuid # [linux]
Expand Down Expand Up @@ -82,23 +82,23 @@ outputs:
- pybind11
- pybind11-abi
- pytest
- gz-msgs10-python
- gz-msgs11-python
# Workaround for errors of type
# package libgz-sim7-<..> requires <...>, but none of the providers can be installed
- libabseil
- libprotobuf
- libgz-msgs10
- libgz-msgs11
run:
- {{ pin_subpackage(cxx_name, exact=True) }}
- python
- gz-msgs10-python
- gz-msgs11-python
test:
commands:
- pip check
requires:
- pip
imports:
- gz.transport13
- gz.transport14

- name: {{ name }}
build:
Expand All @@ -121,7 +121,7 @@ outputs:
requires:
- pip
imports:
- gz.transport13
- gz.transport14

about:
home: https://github.com/gazebosim/{{ repo_name }}
Expand Down
Loading