head 1.2; access; symbols pkgsrc-2023Q2:1.1.0.2 pkgsrc-2023Q2-base:1.1; locks; strict; comment @# @; 1.2 date 2023.08.30.08.30.17; author pin; state dead; branches; next 1.1; commitid gf9Pwn7QyEZaQMCE; 1.1 date 2023.04.26.11.36.25; author wiz; state Exp; branches; next ; commitid ETKEmMAaVkN6VBmE; desc @@ 1.2 log @devel/git-branchless: update to 0.8.0 v0.8.0: build: delete git-branchless-testing crate The git-branchless-lib crate has a dev-dependency on git-branchless-testing, and git-branchless-testing has a dependency on git-branchless-lib, inducing a circular dependency that means they can't be published to crates.io. This commit collapses them into the same crate again to resolve this circular dependency. @ text @$NetBSD: patch-git-branchless-lib_Cargo.toml,v 1.1 2023/04/26 11:36:25 wiz Exp $ Switch to newer libgit2-sys that's compatible with libgit2-1.6.4. --- git-branchless-lib/Cargo.toml.orig 2023-03-17 17:20:34.000000000 +0000 +++ git-branchless-lib/Cargo.toml @@@@ -56,7 +56,7 @@@@ eden_dag = { package = "esl01-dag", vers eyre = "0.6.8" futures = "0.3.27" git-record = { version = "0.3", path = "../git-record" } -git2 = { version = "0.16.1", default-features = false } +git2 = { version = "0.17.1", default-features = false } indicatif = { version = "0.17.3", features = ["improved_unicode"] } itertools = "0.10.3" lazy_static = "1.4.0" @ 1.1 log @git-branchless: fix build with latest libgit2 Bump PKGREVISION. @ text @d1 1 a1 1 $NetBSD$ @