Skip to content

Commit 3900252

Browse files
authored
Merge pull request #27622 from dbuenzli/logs-contraints
Constrain failing packages for #27602.
2 parents 2d9cf90 + 04f2b41 commit 3900252

File tree

7 files changed

+11
-11
lines changed

7 files changed

+11
-11
lines changed

packages/current/current.0.4/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ depends: [
3434
"alcotest-lwt" {>= "1.2.0" & with-test}
3535
"astring" {>= "0.8.5"}
3636
"fpath" {>= "0.7.3"}
37-
"logs" {>= "0.7.0"}
37+
"logs" {>= "0.7.0" & < "0.8.0"}
3838
"result" {>= "1.5"}
3939
"prometheus-app" {with-test & >= "0.7" & < "1.2"}
4040
]

packages/current/current.0.5/opam

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ bug-reports: "https://github.com/ocurrent/ocurrent/issues"
1919
depends: [
2020
"ocaml" {>= "4.08.0"}
2121
"current_incr" {= version}
22-
"fmt" {>= "0.8.9"}
22+
"fmt" {>= "0.8.9" & < "0.10.0"}
2323
"bos"
2424
"ppx_deriving"
2525
"lwt" {>= "4.3.0"}
@@ -34,7 +34,7 @@ depends: [
3434
"alcotest-lwt" {>= "1.2.0" & with-test}
3535
"astring" {>= "0.8.5"}
3636
"fpath" {>= "0.7.3"}
37-
"logs" {>= "0.7.0"}
37+
"logs" {>= "0.7.0" & < "0.8.0"}
3838
"result" {>= "1.5"}
3939
"prometheus-app" {with-test & >= "0.7" & < "1.2"}
4040
]

packages/git/git.3.0.0/opam

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ depends: [
2525
"bigstringaf" {< "0.9.0"}
2626
"optint"
2727
"decompress"
28-
"logs"
28+
"logs" {< "0.8.0"}
2929
"lwt"
3030
"mimic"
3131
"cstruct" {>= "5.0.0"}
@@ -34,7 +34,7 @@ depends: [
3434
"carton-lwt" {< "0.2.0"}
3535
"carton-git" {< "0.2.0"}
3636
"ke" {>= "0.4"}
37-
"fmt" {>= "0.8.7"}
37+
"fmt" {>= "0.8.7" & < "0.10.0"}
3838
"checkseum" {>= "0.2.1"}
3939
"ocamlgraph" {>= "1.8.8"}
4040
"astring"

packages/git/git.3.1.0/opam

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ depends: [
2525
"bigstringaf" {< "0.9.0"}
2626
"optint"
2727
"decompress"
28-
"logs"
28+
"logs" {< "0.8.0"}
2929
"lwt"
3030
"mimic"
3131
"cstruct" {>= "5.0.0"}
@@ -34,7 +34,7 @@ depends: [
3434
"carton-lwt" {< "0.2.0"}
3535
"carton-git" {< "0.2.0"}
3636
"ke" {>= "0.4"}
37-
"fmt" {>= "0.8.7"}
37+
"fmt" {>= "0.8.7" & < "0.10.0"}
3838
"checkseum" {>= "0.2.1"}
3939
"ocamlgraph" {>= "1.8.8"}
4040
"astring"

packages/git/git.3.1.1/opam

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ depends: [
2525
"bigstringaf" {< "0.9.0"}
2626
"optint"
2727
"decompress" {< "1.3.0"}
28-
"logs"
28+
"logs" {< "0.8.0"}
2929
"lwt"
3030
"mimic"
3131
"cstruct" {>= "5.0.0"}
@@ -34,7 +34,7 @@ depends: [
3434
"carton-lwt" {< "0.2.0"}
3535
"carton-git" {< "0.2.0"}
3636
"ke" {>= "0.4"}
37-
"fmt" {>= "0.8.7"}
37+
"fmt" {>= "0.8.7" & < "0.10.0"}
3838
"checkseum" {>= "0.2.1"}
3939
"ocamlgraph" {>= "1.8.8"}
4040
"astring"

packages/index/index.1.6.1/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ depends: [
2525
"repr" {>= "0.6.0"}
2626
"ppx_repr"
2727
"fmt" {>= "0.8.5"}
28-
"logs" {>= "0.7.0"}
28+
"logs" {>= "0.7.0" & < "0.8.0"}
2929
"mtime" {>= "1.1.0" & < "2.0.0"}
3030
"cmdliner"
3131
"progress" {>= "0.2.1"}

packages/index/index.1.6.2/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ depends: [
2525
"repr" {>= "0.6.0"}
2626
"ppx_repr"
2727
"fmt" {>= "0.8.5"}
28-
"logs" {>= "0.7.0"}
28+
"logs" {>= "0.7.0" & < "0.8.0"}
2929
"mtime" {>= "2.0.0"}
3030
"cmdliner"
3131
"progress" {>= "0.2.1"}

0 commit comments

Comments
 (0)