Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] git-filter-repo: update to 2.34.0.
@ 2021-12-01 23:11 ram02z
  2021-12-02  3:48 ` CameronNemo
  2021-12-03 18:14 ` [PR PATCH] [Merged]: " ericonr
  0 siblings, 2 replies; 3+ messages in thread
From: ram02z @ 2021-12-01 23:11 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1229 bytes --]

There is a new pull request by ram02z against master on the void-packages repository

https://github.com/ram02z/void-packages git-filter-repo
https://github.com/void-linux/void-packages/pull/34339

git-filter-repo: update to 2.34.0.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **briefly**

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration)
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!-- 
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


A patch file from https://github.com/void-linux/void-packages/pull/34339.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-git-filter-repo-34339.patch --]
[-- Type: text/x-diff, Size: 1201 bytes --]

From cdc4d9d060e8336992ce42f7aa6a03f6104f9463 Mon Sep 17 00:00:00 2001
From: Omar Zeghouani <omarzeghouanii@gmail.com>
Date: Wed, 1 Dec 2021 23:02:20 +0000
Subject: [PATCH] git-filter-repo: update to 2.34.0.

---
 srcpkgs/git-filter-repo/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/git-filter-repo/template b/srcpkgs/git-filter-repo/template
index 073dd6f75fe1..a81d612705a5 100644
--- a/srcpkgs/git-filter-repo/template
+++ b/srcpkgs/git-filter-repo/template
@@ -1,7 +1,7 @@
 # Template file for 'git-filter-repo'
 pkgname=git-filter-repo
-version=2.33.0
-revision=2
+version=2.34.0
+revision=1
 depends="git python3"
 checkdepends="git python3 perl rsync dos2unix"
 short_desc="Versatile tool for rewriting git history"
@@ -9,7 +9,7 @@ maintainer="Cameron Nemo <cnemo@tutanota.com>"
 license="MIT"
 homepage="https://github.com/newren/git-filter-repo/"
 distfiles="https://github.com/newren/git-filter-repo/releases/download/v${version}/git-filter-repo-${version}.tar.xz"
-checksum=7bcf11da134bbd82a4171f7fb28a3ab7bc4d478fe8ec3a3d9580e4bbdc32e6e9
+checksum=b1bf46af1e6a91a54056d0254e480803db8e40f631336c559a1a94d2a08389c4
 
 do_check() {
 	t/run_tests

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: git-filter-repo: update to 2.34.0.
  2021-12-01 23:11 [PR PATCH] git-filter-repo: update to 2.34.0 ram02z
@ 2021-12-02  3:48 ` CameronNemo
  2021-12-03 18:14 ` [PR PATCH] [Merged]: " ericonr
  1 sibling, 0 replies; 3+ messages in thread
From: CameronNemo @ 2021-12-02  3:48 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 164 bytes --]

New comment by CameronNemo on void-packages repository

https://github.com/void-linux/void-packages/pull/34339#issuecomment-984267120

Comment:
looks alright to me

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PR PATCH] [Merged]: git-filter-repo: update to 2.34.0.
  2021-12-01 23:11 [PR PATCH] git-filter-repo: update to 2.34.0 ram02z
  2021-12-02  3:48 ` CameronNemo
@ 2021-12-03 18:14 ` ericonr
  1 sibling, 0 replies; 3+ messages in thread
From: ericonr @ 2021-12-03 18:14 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1072 bytes --]

There's a merged pull request on the void-packages repository

git-filter-repo: update to 2.34.0.
https://github.com/void-linux/void-packages/pull/34339

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **briefly**

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration)
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!-- 
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-12-03 18:14 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-01 23:11 [PR PATCH] git-filter-repo: update to 2.34.0 ram02z
2021-12-02  3:48 ` CameronNemo
2021-12-03 18:14 ` [PR PATCH] [Merged]: " ericonr

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).