From 0e89e7e1d633fa1ea02f19c59b1900419751e5ff Mon Sep 17 00:00:00 2001 From: Armas Spann Date: Mon, 28 Jul 2025 22:14:04 +0200 Subject: dev-vcs/git-cliff: add 2.10.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This update includes, in addition to the version bump, a slight change to the LICENSE(s) due to updated dependencies. The patches were also reworked, with indentation changed to spaces. Signed-off-by: Armas Spann Part-of: https://github.com/gentoo/gentoo/pull/43219 Closes: https://github.com/gentoo/gentoo/pull/43219 Signed-off-by: Maciej Barć --- .../git-cliff-2.10.0-disable_repo_tests.patch | 67 ++++++++++++++++++++++ 1 file changed, 67 insertions(+) create mode 100644 dev-vcs/git-cliff/files/git-cliff-2.10.0-disable_repo_tests.patch (limited to 'dev-vcs/git-cliff/files/git-cliff-2.10.0-disable_repo_tests.patch') diff --git a/dev-vcs/git-cliff/files/git-cliff-2.10.0-disable_repo_tests.patch b/dev-vcs/git-cliff/files/git-cliff-2.10.0-disable_repo_tests.patch new file mode 100644 index 000000000000..2219f9cffaad --- /dev/null +++ b/dev-vcs/git-cliff/files/git-cliff-2.10.0-disable_repo_tests.patch @@ -0,0 +1,67 @@ +--- a/git-cliff-core/src/repo.rs 2025-07-28 21:57:07.903212830 +0200 ++++ b/git-cliff-core/src/repo.rs 2025-07-28 21:59:12.860692661 +0200 +@@ -651,6 +651,7 @@ + Ok(()) + } + ++ #[ignore] + #[test] + fn get_latest_commit() -> Result<()> { + let repository = get_repository()?; +@@ -660,6 +661,7 @@ + Ok(()) + } + ++ #[ignore] + #[test] + fn commit_search() -> Result<()> { + let repository = get_repository()?; +@@ -671,6 +673,7 @@ + Ok(()) + } + ++ #[ignore] + #[test] + fn get_latest_tag() -> Result<()> { + let repository = get_repository()?; +@@ -683,6 +686,7 @@ + Ok(()) + } + ++ #[ignore] + #[test] + fn git_tags() -> Result<()> { + let repository = get_repository()?; +@@ -714,6 +718,7 @@ + Ok(()) + } + ++ #[ignore] + #[test] + fn git_upstream_remote() -> Result<()> { + let repository = get_repository()?; +@@ -732,6 +737,7 @@ + Ok(()) + } + ++ #[ignore] + #[test] + fn resolves_existing_tag_with_name_and_message() -> Result<()> { + let repository = get_repository()?; +@@ -749,6 +755,7 @@ + Ok(()) + } + ++ #[ignore] + #[test] + fn resolves_tag_when_no_tags_exist() -> Result<()> { + let repository = get_repository()?; +@@ -758,6 +765,7 @@ + Ok(()) + } + ++ #[ignore] + #[test] + fn includes_root_commit() -> Result<()> { + let repository = get_repository()?; + -- cgit v1.2.3