Skip to content

Commit c49e319

Browse files
authored
Merge pull request #66435 from wolfi-dev/wolfictl-2fcd3632-092a-4de4-a070-81d806e90e0a
fmt/12.0.0 package update
2 parents 651d2b6 + 0ef7b31 commit c49e319

File tree

3 files changed

+13
-6
lines changed

3 files changed

+13
-6
lines changed

fmt.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package:
22
name: fmt
3-
version: "11.2.0"
4-
epoch: 1
3+
version: "12.0.0"
4+
epoch: 0
55
description: Modern formatting library
66
copyright:
77
- license: MIT
@@ -17,7 +17,7 @@ environment:
1717
pipeline:
1818
- uses: git-checkout
1919
with:
20-
expected-commit: 40626af88bd7df9a5fb80be7b25ac85b122d6c21
20+
expected-commit: e424e3f2e607da02742f73db84873b8084fc714c
2121
repository: https://github.com/fmtlib/fmt
2222
tag: ${{package.version}}
2323

libmamba.yaml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package:
22
name: libmamba
33
version: "2.3.2"
4-
epoch: 0
4+
epoch: 1
55
description: Cross-Platform Package Manager
66
copyright:
77
- license: BSD-3-Clause
@@ -48,7 +48,8 @@ environment:
4848
- reproc++
4949
- samurai
5050
- simdjson-dev
51-
- spdlog-dev
51+
- spdlog-dev<1.15.3-r2
52+
- spdlog<1.15.3-r2
5253
- tl-expected
5354
- yaml-cpp-dev
5455
- zstd-dev
@@ -68,6 +69,12 @@ pipeline:
6869
patches: |
6970
support-shared-libs.patch
7071
72+
- runs: |
73+
# Our `cmake --version` includes a git SHA suffix which skbuild trips
74+
# over: as we're well above the required minimum version, remove it to
75+
# avoid the failing code path
76+
sed -i '/cmake_minimum_required_version=/d' libmambapy/setup.py
77+
7178
- uses: cmake/configure
7279
with:
7380
opts: |

spdlog.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package:
22
name: spdlog
33
version: "1.15.3"
4-
epoch: 1
4+
epoch: 2
55
description: Fast C++ logging library.
66
copyright:
77
- license: MIT

0 commit comments

Comments
 (0)