Skip to content

Commit

Permalink
main/git-branchless: update to 0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ttyyls committed Oct 24, 2024
1 parent 639cdbb commit 85d6fae
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 49 deletions.
41 changes: 0 additions & 41 deletions main/git-branchless/patches/git2.patch

This file was deleted.

10 changes: 5 additions & 5 deletions main/git-branchless/patches/unbundle-sqlite.patch
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
diff --git a/Cargo.toml b/Cargo.toml
index d60f7cc..48b7da1 100644
index 1c806faa..b373daa7 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -85,7 +85,7 @@ path-slash = "0.2.1"
portable-pty = "0.8.1"
rayon = "1.10.0"
regex = "1.10.4"
regex = "1.10.5"
-rusqlite = { version = "0.29.0", features = ["bundled"] }
+rusqlite = { version = "0.29.0" }
scm-bisect = { version = "0.2.0", path = "scm-bisect" }
scm-record = "0.3.0"
serde = { version = "1.0.198", features = ["derive"] }
scm-bisect = { version = "0.3.0", path = "scm-bisect" }
scm-diff-editor = "0.4.0"
scm-record = "0.4.0"
6 changes: 3 additions & 3 deletions main/git-branchless/template.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pkgname = "git-branchless"
pkgver = "0.9.0"
pkgrel = 1
pkgver = "0.10.0"
pkgrel = 0
build_style = "cargo"
prepare_after_patch = True
hostmakedepends = ["cargo-auditable", "pkgconf"]
Expand All @@ -11,7 +11,7 @@
license = "MIT OR Apache-2.0"
url = "https://github.com/arxanas/git-branchless"
source = f"{url}/archive/refs/tags/v{pkgver}.tar.gz"
sha256 = "fa64dc92ec522520a6407ff61241fc1819a3093337b4e3d0f80248ae76938d43"
sha256 = "1eb8dbb85839c5b0d333e8c3f9011c3f725e0244bb92f4db918fce9d69851ff7"
# check: test snapshots fail with libgit2 1.8
options = ["!cross", "!check"]

Expand Down

0 comments on commit 85d6fae

Please sign in to comment.