Skip to content

Commit

Permalink
Merge pull request #96 from regro-cf-autotick-bot/13.6.0_hf904bb
Browse files Browse the repository at this point in the history
libsdformat v13.6.0
  • Loading branch information
traversaro authored Sep 14, 2023
2 parents 83300a4 + f6215b6 commit 60c8e8d
Show file tree
Hide file tree
Showing 10 changed files with 3 additions and 12 deletions.
1 change: 0 additions & 1 deletion .ci_support/linux_64_ruby2.5.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ pybind11_abi:
python:
- 3.10.* *_cpython
- 3.11.* *_cpython
- 3.8.* *_73_pypy
- 3.8.* *_cpython
- 3.9.* *_73_pypy
- 3.9.* *_cpython
Expand Down
1 change: 0 additions & 1 deletion .ci_support/linux_64_ruby2.6.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ pybind11_abi:
python:
- 3.10.* *_cpython
- 3.11.* *_cpython
- 3.8.* *_73_pypy
- 3.8.* *_cpython
- 3.9.* *_73_pypy
- 3.9.* *_cpython
Expand Down
1 change: 0 additions & 1 deletion .ci_support/linux_aarch64_ruby2.5.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ pybind11_abi:
python:
- 3.10.* *_cpython
- 3.11.* *_cpython
- 3.8.* *_73_pypy
- 3.8.* *_cpython
- 3.9.* *_73_pypy
- 3.9.* *_cpython
Expand Down
1 change: 0 additions & 1 deletion .ci_support/linux_aarch64_ruby2.6.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ pybind11_abi:
python:
- 3.10.* *_cpython
- 3.11.* *_cpython
- 3.8.* *_73_pypy
- 3.8.* *_cpython
- 3.9.* *_73_pypy
- 3.9.* *_cpython
Expand Down
1 change: 0 additions & 1 deletion .ci_support/linux_ppc64le_ruby2.5.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ pybind11_abi:
python:
- 3.10.* *_cpython
- 3.11.* *_cpython
- 3.8.* *_73_pypy
- 3.8.* *_cpython
- 3.9.* *_73_pypy
- 3.9.* *_cpython
Expand Down
1 change: 0 additions & 1 deletion .ci_support/linux_ppc64le_ruby2.6.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ pybind11_abi:
python:
- 3.10.* *_cpython
- 3.11.* *_cpython
- 3.8.* *_73_pypy
- 3.8.* *_cpython
- 3.9.* *_73_pypy
- 3.9.* *_cpython
Expand Down
1 change: 0 additions & 1 deletion .ci_support/osx_64_ruby2.5.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ pybind11_abi:
python:
- 3.10.* *_cpython
- 3.11.* *_cpython
- 3.8.* *_73_pypy
- 3.8.* *_cpython
- 3.9.* *_73_pypy
- 3.9.* *_cpython
Expand Down
1 change: 0 additions & 1 deletion .ci_support/osx_64_ruby2.6.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ pybind11_abi:
python:
- 3.10.* *_cpython
- 3.11.* *_cpython
- 3.8.* *_73_pypy
- 3.8.* *_cpython
- 3.9.* *_73_pypy
- 3.9.* *_cpython
Expand Down
1 change: 0 additions & 1 deletion .ci_support/win_64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ pybind11_abi:
python:
- 3.10.* *_cpython
- 3.11.* *_cpython
- 3.8.* *_73_pypy
- 3.8.* *_cpython
- 3.9.* *_73_pypy
- 3.9.* *_cpython
Expand Down
6 changes: 3 additions & 3 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% set repo_name = "sdformat" %}
{% set version = "13.5.0" %}
{% set version = "13.6.0" %}
{% set major_version = version.split('.')[0] %}
{% set name = repo_name + major_version %}
{% set cxx_name = "lib" + name %}
Expand All @@ -11,13 +11,13 @@ package:

source:
- url: https://github.com/osrf/sdformat/archive/sdformat{{ major_version }}_{{ version }}.tar.gz
sha256: a8e9adede81b34564a47e074d26d5d97b1906db76e0ed0da17af72ed45e79dec
sha256: 6d1d2fde6dc9d328dab6cb44037527a61b05f2ff4929641946d124d229396bd5
patches:
- standalone_bindings.patch
- fixgzsdfcommandonwin32.patch

build:
number: 1
number: 0

outputs:
- name: {{ cxx_name }}
Expand Down

0 comments on commit 60c8e8d

Please sign in to comment.