Skip to content

Commit

Permalink
Merge pull request #1 from regro-cf-autotick-bot/rebuild-spdlog113-0-…
Browse files Browse the repository at this point in the history
…1_h3b954f

Rebuild for spdlog 1.13
  • Loading branch information
jeongseok-meta authored Jul 8, 2024
2 parents e4d6097 + a7777aa commit d97fbfc
Show file tree
Hide file tree
Showing 9 changed files with 16 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .ci_support/linux_64_python3.10.____cpython.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ python:
re2:
- 2023.09.01
spdlog:
- '1.12'
- '1.13'
target_platform:
- linux-64
zip_keys:
Expand Down
2 changes: 1 addition & 1 deletion .ci_support/linux_64_python3.11.____cpython.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ python:
re2:
- 2023.09.01
spdlog:
- '1.12'
- '1.13'
target_platform:
- linux-64
zip_keys:
Expand Down
2 changes: 1 addition & 1 deletion .ci_support/linux_64_python3.12.____cpython.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ python:
re2:
- 2023.09.01
spdlog:
- '1.12'
- '1.13'
target_platform:
- linux-64
zip_keys:
Expand Down
2 changes: 1 addition & 1 deletion .ci_support/linux_64_python3.8.____cpython.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ python:
re2:
- 2023.09.01
spdlog:
- '1.12'
- '1.13'
target_platform:
- linux-64
zip_keys:
Expand Down
2 changes: 1 addition & 1 deletion .ci_support/linux_64_python3.9.____cpython.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ python:
re2:
- 2023.09.01
spdlog:
- '1.12'
- '1.13'
target_platform:
- linux-64
zip_keys:
Expand Down
8 changes: 8 additions & 0 deletions .ci_support/migrations/spdlog113.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
__migrator:
build_number: 1
commit_message: Rebuild for spdlog 1.13
kind: version
migration_number: 1
migrator_ts: 1713915385.2147813
spdlog:
- '1.13'
2 changes: 1 addition & 1 deletion .ci_support/osx_64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ macos_machine:
re2:
- 2023.09.01
spdlog:
- '1.12'
- '1.13'
target_platform:
- osx-64
2 changes: 1 addition & 1 deletion .ci_support/win_64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ fmt:
re2:
- 2023.09.01
spdlog:
- '1.12'
- '1.13'
target_platform:
- win-64
2 changes: 1 addition & 1 deletion recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ source:
sha256: f37bb8288b873de3b804c367eadeec81c02bff2ceff470f35a9427ed4b426bfe

build:
number: 0
number: 1
run_exports:
- {{ pin_subpackage(name, max_pin='x.x') }}

Expand Down

0 comments on commit d97fbfc

Please sign in to comment.