From e87d7af877ed2572e380c4d967e8d7ab90ef2059 Mon Sep 17 00:00:00 2001 From: Dilum Aluthge Date: Sat, 28 Oct 2023 04:25:55 -0400 Subject: [PATCH 01/10] RegistryCI's own Project.toml: add compat entries for all stdlibs --- Project.toml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Project.toml b/Project.toml index e2a75b9c..0ee4ba1a 100644 --- a/Project.toml +++ b/Project.toml @@ -24,14 +24,22 @@ TimeZones = "f269a46b-ccf7-5d73-abea-4c690281aa53" VisualStringDistances = "089bb0c6-1854-47b9-96f7-327dbbe09dca" [compat] +Base64 = "1" +Dates = "1" GitHub = "5.2" HTTP = "0.8, 0.9.1, 1" JSON = "0.19, 0.20, 0.21" +LibGit2 = "1" LicenseCheck = "0.2" +Pkg = "1" +Printf = "1" +Random = "1" RegistryTools = "2.2" +SHA = "1" SimpleMock = "1" StringDistances = "0.9, 0.10, 0.11" TOML = "1" +Test = "1" Tar = "1" TimeZones = "1" VisualStringDistances = "0.1" From a2f3882c3ac4649620628850dec8746bc2d30ab3 Mon Sep 17 00:00:00 2001 From: Dilum Aluthge Date: Sat, 28 Oct 2023 04:37:33 -0400 Subject: [PATCH 02/10] For SHA, use `SHA = "0.7, 1"` --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 0ee4ba1a..1d0e0e70 100644 --- a/Project.toml +++ b/Project.toml @@ -35,7 +35,7 @@ Pkg = "1" Printf = "1" Random = "1" RegistryTools = "2.2" -SHA = "1" +SHA = "0.7, 1" SimpleMock = "1" StringDistances = "0.9, 0.10, 0.11" TOML = "1" From 3fcb824eb3e7bd0fd3ce3c0801a3b2bd0995fc6d Mon Sep 17 00:00:00 2001 From: Dilum Aluthge Date: Sat, 28 Oct 2023 05:24:35 -0400 Subject: [PATCH 03/10] Use the `< 0.0.1` trick for Test --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 1d0e0e70..447af695 100644 --- a/Project.toml +++ b/Project.toml @@ -39,7 +39,7 @@ SHA = "0.7, 1" SimpleMock = "1" StringDistances = "0.9, 0.10, 0.11" TOML = "1" -Test = "1" +Test = "< 0.0.1, 1" Tar = "1" TimeZones = "1" VisualStringDistances = "0.1" From 3c563b80c4f7b9cf43fafaaa129dde3be07dce60 Mon Sep 17 00:00:00 2001 From: Dilum Aluthge Date: Sat, 28 Oct 2023 05:41:53 -0400 Subject: [PATCH 04/10] Fix Random --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 447af695..808f369d 100644 --- a/Project.toml +++ b/Project.toml @@ -33,7 +33,7 @@ LibGit2 = "1" LicenseCheck = "0.2" Pkg = "1" Printf = "1" -Random = "1" +Random = "< 0.0.1, 1" RegistryTools = "2.2" SHA = "0.7, 1" SimpleMock = "1" From 3ea98e6d4402ba6ec29d22c96c5d5df52321e6fd Mon Sep 17 00:00:00 2001 From: Dilum Aluthge Date: Sat, 28 Oct 2023 05:45:23 -0400 Subject: [PATCH 05/10] Fix LibGit2 --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 808f369d..46924a47 100644 --- a/Project.toml +++ b/Project.toml @@ -29,7 +29,7 @@ Dates = "1" GitHub = "5.2" HTTP = "0.8, 0.9.1, 1" JSON = "0.19, 0.20, 0.21" -LibGit2 = "1" +LibGit2 = "< 0.0.1, 1" LicenseCheck = "0.2" Pkg = "1" Printf = "1" From 5519c83c582b6b78be673aa39b685d4bb986be8b Mon Sep 17 00:00:00 2001 From: Dilum Aluthge Date: Sat, 28 Oct 2023 05:49:25 -0400 Subject: [PATCH 06/10] Fix Base64 --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 46924a47..111ff1ce 100644 --- a/Project.toml +++ b/Project.toml @@ -24,7 +24,7 @@ TimeZones = "f269a46b-ccf7-5d73-abea-4c690281aa53" VisualStringDistances = "089bb0c6-1854-47b9-96f7-327dbbe09dca" [compat] -Base64 = "1" +Base64 = "<0.0.1, 1" Dates = "1" GitHub = "5.2" HTTP = "0.8, 0.9.1, 1" From 42c640997ffe2d1271a7c1e4e794539de84a83f0 Mon Sep 17 00:00:00 2001 From: Dilum Aluthge Date: Sat, 28 Oct 2023 05:54:32 -0400 Subject: [PATCH 07/10] Whitespace --- Project.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Project.toml b/Project.toml index 111ff1ce..57aa51b1 100644 --- a/Project.toml +++ b/Project.toml @@ -29,17 +29,17 @@ Dates = "1" GitHub = "5.2" HTTP = "0.8, 0.9.1, 1" JSON = "0.19, 0.20, 0.21" -LibGit2 = "< 0.0.1, 1" +LibGit2 = "<0.0.1, 1" LicenseCheck = "0.2" Pkg = "1" Printf = "1" -Random = "< 0.0.1, 1" +Random = "<0.0.1, 1" RegistryTools = "2.2" SHA = "0.7, 1" SimpleMock = "1" StringDistances = "0.9, 0.10, 0.11" TOML = "1" -Test = "< 0.0.1, 1" +Test = "<0.0.1, 1" Tar = "1" TimeZones = "1" VisualStringDistances = "0.1" From 6bbf30969c3607e8bd78dd8b3a41628f9d15a36d Mon Sep 17 00:00:00 2001 From: Dilum Aluthge Date: Sat, 28 Oct 2023 05:54:55 -0400 Subject: [PATCH 08/10] Fix Dates --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 57aa51b1..c850abb5 100644 --- a/Project.toml +++ b/Project.toml @@ -25,7 +25,7 @@ VisualStringDistances = "089bb0c6-1854-47b9-96f7-327dbbe09dca" [compat] Base64 = "<0.0.1, 1" -Dates = "1" +Dates = "<0.0.1, 1" GitHub = "5.2" HTTP = "0.8, 0.9.1, 1" JSON = "0.19, 0.20, 0.21" From 1b1be29efc50b826ba5ce7d24c07718aac6b0084 Mon Sep 17 00:00:00 2001 From: Dilum Aluthge Date: Sat, 28 Oct 2023 06:02:41 -0400 Subject: [PATCH 09/10] Fix Printf --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index c850abb5..0904b2a2 100644 --- a/Project.toml +++ b/Project.toml @@ -32,7 +32,7 @@ JSON = "0.19, 0.20, 0.21" LibGit2 = "<0.0.1, 1" LicenseCheck = "0.2" Pkg = "1" -Printf = "1" +Printf = "<0.0.1, 1" Random = "<0.0.1, 1" RegistryTools = "2.2" SHA = "0.7, 1" From 286c7b5a5f0598a5defe413e331a6ba51e1fd8f6 Mon Sep 17 00:00:00 2001 From: Dilum Aluthge Date: Sat, 28 Oct 2023 06:19:05 -0400 Subject: [PATCH 10/10] Apply the `<0.0.1` trick to SHA --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 0904b2a2..5e878999 100644 --- a/Project.toml +++ b/Project.toml @@ -35,7 +35,7 @@ Pkg = "1" Printf = "<0.0.1, 1" Random = "<0.0.1, 1" RegistryTools = "2.2" -SHA = "0.7, 1" +SHA = "<0.0.1, 0.7, 1" SimpleMock = "1" StringDistances = "0.9, 0.10, 0.11" TOML = "1"