Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] python3-GitPython: update to 3.1.29.
@ 2022-10-27 13:42 jcgruenhage
  2022-10-27 22:07 ` [PR REVIEW] " classabbyamp
                   ` (16 more replies)
  0 siblings, 17 replies; 18+ messages in thread
From: jcgruenhage @ 2022-10-27 13:42 UTC (permalink / raw)
  To: ml

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

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

https://github.com/jcgruenhage/void-packages python3-GitPython-3.1.29_1
https://github.com/void-linux/void-packages/pull/40187

python3-GitPython: update to 3.1.29.
<!-- 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 [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
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/40187.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-python3-GitPython-3.1.29_1-40187.patch --]
[-- Type: text/x-diff, Size: 1480 bytes --]

From 8d2e7cea818e48f8826f36f399b2a1111bd63525 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jan=20Christian=20Gr=C3=BCnhage?=
 <jan.christian@gruenhage.xyz>
Date: Thu, 27 Oct 2022 15:42:25 +0200
Subject: [PATCH] python3-GitPython: update to 3.1.29.

---
 srcpkgs/python3-GitPython/template | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/python3-GitPython/template b/srcpkgs/python3-GitPython/template
index e9fb80a421da..85f888a828e9 100644
--- a/srcpkgs/python3-GitPython/template
+++ b/srcpkgs/python3-GitPython/template
@@ -1,6 +1,6 @@
 # Template file for 'python3-GitPython'
 pkgname=python3-GitPython
-version=3.1.27
+version=3.1.29
 revision=1
 wrksrc="GitPython-${version}"
 build_style=python3-module
@@ -17,7 +17,7 @@ maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
 license="BSD-3-Clause"
 homepage="https://github.com/gitpython-developers/GitPython"
 distfiles="https://github.com/gitpython-developers/GitPython/archive/refs/tags/${version}.tar.gz"
-checksum=2ec5341b54aed19424696c933d705ddedcf2fe45f89d2fd0dbed06087ac5ed3c
+checksum=c199677d0920a514f4ce482993fc2fb7e6e45914c365f83e016835b2bd006430
 
 post_install() {
 	vlicense LICENSE
@@ -32,4 +32,7 @@ pre_check() {
 
 	git config --global user.email "void@example.com"
 	git config --global user.name "void"
+
+	# Required due to tests doing stuff not allowed by default anymore due to a security vulnerability
+	git config --global protocol.file.allow always
 }

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

* Re: [PR REVIEW] python3-GitPython: update to 3.1.29.
  2022-10-27 13:42 [PR PATCH] python3-GitPython: update to 3.1.29 jcgruenhage
@ 2022-10-27 22:07 ` classabbyamp
  2022-10-27 22:10 ` classabbyamp
                   ` (15 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: classabbyamp @ 2022-10-27 22:07 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/40187#discussion_r1007420499

Comment:
```suggestion
homepage="https://github.com/gitpython-developers/GitPython"
changelog="https://raw.githubusercontent.com/gitpython-developers/GitPython/main/doc/source/changes.rst"
```

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

* Re: [PR REVIEW] python3-GitPython: update to 3.1.29.
  2022-10-27 13:42 [PR PATCH] python3-GitPython: update to 3.1.29 jcgruenhage
  2022-10-27 22:07 ` [PR REVIEW] " classabbyamp
@ 2022-10-27 22:10 ` classabbyamp
  2022-10-27 22:13 ` jcgruenhage
                   ` (14 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: classabbyamp @ 2022-10-27 22:10 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/40187#discussion_r1007421965

Comment:
would it be possible to use `git config --local` instead? would be good to not dirty the masterdir with this

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

* Re: [PR REVIEW] python3-GitPython: update to 3.1.29.
  2022-10-27 13:42 [PR PATCH] python3-GitPython: update to 3.1.29 jcgruenhage
  2022-10-27 22:07 ` [PR REVIEW] " classabbyamp
  2022-10-27 22:10 ` classabbyamp
@ 2022-10-27 22:13 ` jcgruenhage
  2022-10-27 22:14 ` jcgruenhage
                   ` (13 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: jcgruenhage @ 2022-10-27 22:13 UTC (permalink / raw)
  To: ml

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

New review comment by jcgruenhage on void-packages repository

https://github.com/void-linux/void-packages/pull/40187#discussion_r1007424002

Comment:
probably? I've changed it locally and am running the tests now. If it works, I'll commit and push that.

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

* Re: [PR REVIEW] python3-GitPython: update to 3.1.29.
  2022-10-27 13:42 [PR PATCH] python3-GitPython: update to 3.1.29 jcgruenhage
                   ` (2 preceding siblings ...)
  2022-10-27 22:13 ` jcgruenhage
@ 2022-10-27 22:14 ` jcgruenhage
  2022-10-27 22:19 ` classabbyamp
                   ` (12 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: jcgruenhage @ 2022-10-27 22:14 UTC (permalink / raw)
  To: ml

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

New review comment by jcgruenhage on void-packages repository

https://github.com/void-linux/void-packages/pull/40187#discussion_r1007424535

Comment:
seems like at least the new line added here has to be added globally.

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

* Re: [PR REVIEW] python3-GitPython: update to 3.1.29.
  2022-10-27 13:42 [PR PATCH] python3-GitPython: update to 3.1.29 jcgruenhage
                   ` (3 preceding siblings ...)
  2022-10-27 22:14 ` jcgruenhage
@ 2022-10-27 22:19 ` classabbyamp
  2022-10-27 22:19 ` [PR PATCH] [Updated] " jcgruenhage
                   ` (11 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: classabbyamp @ 2022-10-27 22:19 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/40187#discussion_r1007426703

Comment:
ok, doesn't seem too bad i guess

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

* Re: [PR PATCH] [Updated] python3-GitPython: update to 3.1.29.
  2022-10-27 13:42 [PR PATCH] python3-GitPython: update to 3.1.29 jcgruenhage
                   ` (4 preceding siblings ...)
  2022-10-27 22:19 ` classabbyamp
@ 2022-10-27 22:19 ` jcgruenhage
  2022-10-27 22:24 ` [PR REVIEW] " classabbyamp
                   ` (10 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: jcgruenhage @ 2022-10-27 22:19 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by jcgruenhage against master on the void-packages repository

https://github.com/jcgruenhage/void-packages python3-GitPython-3.1.29_1
https://github.com/void-linux/void-packages/pull/40187

python3-GitPython: update to 3.1.29.
<!-- 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 [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
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/40187.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-python3-GitPython-3.1.29_1-40187.patch --]
[-- Type: text/x-diff, Size: 1642 bytes --]

From 8f07f1c2539cd76f15bbe444888ef66cd1b74832 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jan=20Christian=20Gr=C3=BCnhage?=
 <jan.christian@gruenhage.xyz>
Date: Thu, 27 Oct 2022 15:42:25 +0200
Subject: [PATCH] python3-GitPython: update to 3.1.29.

---
 srcpkgs/python3-GitPython/template | 11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/python3-GitPython/template b/srcpkgs/python3-GitPython/template
index e9fb80a421da..672c4c2b2151 100644
--- a/srcpkgs/python3-GitPython/template
+++ b/srcpkgs/python3-GitPython/template
@@ -1,6 +1,6 @@
 # Template file for 'python3-GitPython'
 pkgname=python3-GitPython
-version=3.1.27
+version=3.1.29
 revision=1
 wrksrc="GitPython-${version}"
 build_style=python3-module
@@ -17,7 +17,7 @@ maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
 license="BSD-3-Clause"
 homepage="https://github.com/gitpython-developers/GitPython"
 distfiles="https://github.com/gitpython-developers/GitPython/archive/refs/tags/${version}.tar.gz"
-checksum=2ec5341b54aed19424696c933d705ddedcf2fe45f89d2fd0dbed06087ac5ed3c
+checksum=c199677d0920a514f4ce482993fc2fb7e6e45914c365f83e016835b2bd006430
 
 post_install() {
 	vlicense LICENSE
@@ -30,6 +30,9 @@ pre_check() {
 	yes | ./init-tests-after-clone.sh
 	export GIT_PYTHON_TEST_GIT_REPO_BASE="${PWD}"
 
-	git config --global user.email "void@example.com"
-	git config --global user.name "void"
+	git config user.email "void@example.com"
+	git config user.name "void"
+
+	# Required due to tests doing stuff not allowed by default anymore due to a security vulnerability
+	git config --global protocol.file.allow always
 }

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

* Re: [PR REVIEW] python3-GitPython: update to 3.1.29.
  2022-10-27 13:42 [PR PATCH] python3-GitPython: update to 3.1.29 jcgruenhage
                   ` (5 preceding siblings ...)
  2022-10-27 22:19 ` [PR PATCH] [Updated] " jcgruenhage
@ 2022-10-27 22:24 ` classabbyamp
  2022-10-27 23:22 ` [PR PATCH] [Updated] " jcgruenhage
                   ` (9 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: classabbyamp @ 2022-10-27 22:24 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/40187#discussion_r1007429203

Comment:
well, nevermind then. let's put it back. maybe `rm ~/.gitconfig` or equivalent at the end?

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

* Re: [PR PATCH] [Updated] python3-GitPython: update to 3.1.29.
  2022-10-27 13:42 [PR PATCH] python3-GitPython: update to 3.1.29 jcgruenhage
                   ` (6 preceding siblings ...)
  2022-10-27 22:24 ` [PR REVIEW] " classabbyamp
@ 2022-10-27 23:22 ` jcgruenhage
  2022-10-27 23:22 ` jcgruenhage
                   ` (8 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: jcgruenhage @ 2022-10-27 23:22 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by jcgruenhage against master on the void-packages repository

https://github.com/jcgruenhage/void-packages python3-GitPython-3.1.29_1
https://github.com/void-linux/void-packages/pull/40187

python3-GitPython: update to 3.1.29.
<!-- 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 [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
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/40187.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-python3-GitPython-3.1.29_1-40187.patch --]
[-- Type: text/x-diff, Size: 1687 bytes --]

From 871e704545b081a3431cf84f467415bd3721a3f9 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jan=20Christian=20Gr=C3=BCnhage?=
 <jan.christian@gruenhage.xyz>
Date: Thu, 27 Oct 2022 15:42:25 +0200
Subject: [PATCH] python3-GitPython: update to 3.1.29.

---
 srcpkgs/python3-GitPython/template | 15 +++++++++++----
 1 file changed, 11 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/python3-GitPython/template b/srcpkgs/python3-GitPython/template
index e9fb80a421da..38820ae3458a 100644
--- a/srcpkgs/python3-GitPython/template
+++ b/srcpkgs/python3-GitPython/template
@@ -1,6 +1,6 @@
 # Template file for 'python3-GitPython'
 pkgname=python3-GitPython
-version=3.1.27
+version=3.1.29
 revision=1
 wrksrc="GitPython-${version}"
 build_style=python3-module
@@ -17,7 +17,7 @@ maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
 license="BSD-3-Clause"
 homepage="https://github.com/gitpython-developers/GitPython"
 distfiles="https://github.com/gitpython-developers/GitPython/archive/refs/tags/${version}.tar.gz"
-checksum=2ec5341b54aed19424696c933d705ddedcf2fe45f89d2fd0dbed06087ac5ed3c
+checksum=c199677d0920a514f4ce482993fc2fb7e6e45914c365f83e016835b2bd006430
 
 post_install() {
 	vlicense LICENSE
@@ -30,6 +30,13 @@ pre_check() {
 	yes | ./init-tests-after-clone.sh
 	export GIT_PYTHON_TEST_GIT_REPO_BASE="${PWD}"
 
-	git config --global user.email "void@example.com"
-	git config --global user.name "void"
+	git config user.email "void@example.com"
+	git config user.name "void"
+
+	# Required due to tests doing stuff not allowed by default anymore due to a security vulnerability
+	git config --global protocol.file.allow always
+}
+
+post_check() {
+	rm ~/.gitconfig
 }

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

* Re: [PR PATCH] [Updated] python3-GitPython: update to 3.1.29.
  2022-10-27 13:42 [PR PATCH] python3-GitPython: update to 3.1.29 jcgruenhage
                   ` (7 preceding siblings ...)
  2022-10-27 23:22 ` [PR PATCH] [Updated] " jcgruenhage
@ 2022-10-27 23:22 ` jcgruenhage
  2022-10-27 23:24 ` [PR REVIEW] " jcgruenhage
                   ` (7 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: jcgruenhage @ 2022-10-27 23:22 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by jcgruenhage against master on the void-packages repository

https://github.com/jcgruenhage/void-packages python3-GitPython-3.1.29_1
https://github.com/void-linux/void-packages/pull/40187

python3-GitPython: update to 3.1.29.
<!-- 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 [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
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/40187.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-python3-GitPython-3.1.29_1-40187.patch --]
[-- Type: text/x-diff, Size: 1860 bytes --]

From 69e6f3b681ca94f096b0c59581f69c62c19a0d6c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jan=20Christian=20Gr=C3=BCnhage?=
 <jan.christian@gruenhage.xyz>
Date: Thu, 27 Oct 2022 15:42:25 +0200
Subject: [PATCH] python3-GitPython: update to 3.1.29.

---
 srcpkgs/python3-GitPython/template | 16 ++++++++++++----
 1 file changed, 12 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/python3-GitPython/template b/srcpkgs/python3-GitPython/template
index e9fb80a421da..4b9c19ccf96d 100644
--- a/srcpkgs/python3-GitPython/template
+++ b/srcpkgs/python3-GitPython/template
@@ -1,6 +1,6 @@
 # Template file for 'python3-GitPython'
 pkgname=python3-GitPython
-version=3.1.27
+version=3.1.29
 revision=1
 wrksrc="GitPython-${version}"
 build_style=python3-module
@@ -16,8 +16,9 @@ short_desc="Library to interact with Git repositories (Python3)"
 maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
 license="BSD-3-Clause"
 homepage="https://github.com/gitpython-developers/GitPython"
+changelog="https://raw.githubusercontent.com/gitpython-developers/GitPython/main/doc/source/changes.rst"
 distfiles="https://github.com/gitpython-developers/GitPython/archive/refs/tags/${version}.tar.gz"
-checksum=2ec5341b54aed19424696c933d705ddedcf2fe45f89d2fd0dbed06087ac5ed3c
+checksum=c199677d0920a514f4ce482993fc2fb7e6e45914c365f83e016835b2bd006430
 
 post_install() {
 	vlicense LICENSE
@@ -30,6 +31,13 @@ pre_check() {
 	yes | ./init-tests-after-clone.sh
 	export GIT_PYTHON_TEST_GIT_REPO_BASE="${PWD}"
 
-	git config --global user.email "void@example.com"
-	git config --global user.name "void"
+	git config user.email "void@example.com"
+	git config user.name "void"
+
+	# Required due to tests doing stuff not allowed by default anymore due to a security vulnerability
+	git config --global protocol.file.allow always
+}
+
+post_check() {
+	rm ~/.gitconfig
 }

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

* Re: [PR REVIEW] python3-GitPython: update to 3.1.29.
  2022-10-27 13:42 [PR PATCH] python3-GitPython: update to 3.1.29 jcgruenhage
                   ` (8 preceding siblings ...)
  2022-10-27 23:22 ` jcgruenhage
@ 2022-10-27 23:24 ` jcgruenhage
  2022-10-27 23:43 ` classabbyamp
                   ` (6 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: jcgruenhage @ 2022-10-27 23:24 UTC (permalink / raw)
  To: ml

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

New review comment by jcgruenhage on void-packages repository

https://github.com/void-linux/void-packages/pull/40187#discussion_r1007456142

Comment:
committed.

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

* Re: [PR REVIEW] python3-GitPython: update to 3.1.29.
  2022-10-27 13:42 [PR PATCH] python3-GitPython: update to 3.1.29 jcgruenhage
                   ` (9 preceding siblings ...)
  2022-10-27 23:24 ` [PR REVIEW] " jcgruenhage
@ 2022-10-27 23:43 ` classabbyamp
  2022-10-28  6:55 ` [PR PATCH] [Updated] " jcgruenhage
                   ` (5 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: classabbyamp @ 2022-10-27 23:43 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/40187#discussion_r1007463792

Comment:
i think these need to be --global

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

* Re: [PR PATCH] [Updated] python3-GitPython: update to 3.1.29.
  2022-10-27 13:42 [PR PATCH] python3-GitPython: update to 3.1.29 jcgruenhage
                   ` (10 preceding siblings ...)
  2022-10-27 23:43 ` classabbyamp
@ 2022-10-28  6:55 ` jcgruenhage
  2022-10-28  6:56 ` [PR REVIEW] " jcgruenhage
                   ` (4 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: jcgruenhage @ 2022-10-28  6:55 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by jcgruenhage against master on the void-packages repository

https://github.com/jcgruenhage/void-packages python3-GitPython-3.1.29_1
https://github.com/void-linux/void-packages/pull/40187

python3-GitPython: update to 3.1.29.
<!-- 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 [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
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/40187.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-python3-GitPython-3.1.29_1-40187.patch --]
[-- Type: text/x-diff, Size: 1699 bytes --]

From b7ec0ba8de4b6b8ca98746c950613cf6b463c0b8 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jan=20Christian=20Gr=C3=BCnhage?=
 <jan.christian@gruenhage.xyz>
Date: Thu, 27 Oct 2022 15:42:25 +0200
Subject: [PATCH] python3-GitPython: update to 3.1.29.

---
 srcpkgs/python3-GitPython/template | 12 ++++++++++--
 1 file changed, 10 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/python3-GitPython/template b/srcpkgs/python3-GitPython/template
index e9fb80a421da..1be078f7a87c 100644
--- a/srcpkgs/python3-GitPython/template
+++ b/srcpkgs/python3-GitPython/template
@@ -1,6 +1,6 @@
 # Template file for 'python3-GitPython'
 pkgname=python3-GitPython
-version=3.1.27
+version=3.1.29
 revision=1
 wrksrc="GitPython-${version}"
 build_style=python3-module
@@ -16,8 +16,9 @@ short_desc="Library to interact with Git repositories (Python3)"
 maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
 license="BSD-3-Clause"
 homepage="https://github.com/gitpython-developers/GitPython"
+changelog="https://raw.githubusercontent.com/gitpython-developers/GitPython/main/doc/source/changes.rst"
 distfiles="https://github.com/gitpython-developers/GitPython/archive/refs/tags/${version}.tar.gz"
-checksum=2ec5341b54aed19424696c933d705ddedcf2fe45f89d2fd0dbed06087ac5ed3c
+checksum=c199677d0920a514f4ce482993fc2fb7e6e45914c365f83e016835b2bd006430
 
 post_install() {
 	vlicense LICENSE
@@ -32,4 +33,11 @@ pre_check() {
 
 	git config --global user.email "void@example.com"
 	git config --global user.name "void"
+
+	# Required due to tests doing stuff not allowed by default anymore due to a security vulnerability
+	git config --global protocol.file.allow always
+}
+
+post_check() {
+	rm ~/.gitconfig
 }

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

* Re: [PR REVIEW] python3-GitPython: update to 3.1.29.
  2022-10-27 13:42 [PR PATCH] python3-GitPython: update to 3.1.29 jcgruenhage
                   ` (11 preceding siblings ...)
  2022-10-28  6:55 ` [PR PATCH] [Updated] " jcgruenhage
@ 2022-10-28  6:56 ` jcgruenhage
  2022-10-28  8:21 ` classabbyamp
                   ` (3 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: jcgruenhage @ 2022-10-28  6:56 UTC (permalink / raw)
  To: ml

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

New review comment by jcgruenhage on void-packages repository

https://github.com/void-linux/void-packages/pull/40187#discussion_r1007712872

Comment:
I don't think it makes a difference, but for the sake of reducing the diff size I've made them global again.

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

* Re: [PR REVIEW] python3-GitPython: update to 3.1.29.
  2022-10-27 13:42 [PR PATCH] python3-GitPython: update to 3.1.29 jcgruenhage
                   ` (12 preceding siblings ...)
  2022-10-28  6:56 ` [PR REVIEW] " jcgruenhage
@ 2022-10-28  8:21 ` classabbyamp
  2022-10-28  8:53 ` jcgruenhage
                   ` (2 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: classabbyamp @ 2022-10-28  8:21 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/40187#discussion_r1007790957

Comment:
I was seeing test failures in ci without the global

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

* Re: [PR REVIEW] python3-GitPython: update to 3.1.29.
  2022-10-27 13:42 [PR PATCH] python3-GitPython: update to 3.1.29 jcgruenhage
                   ` (13 preceding siblings ...)
  2022-10-28  8:21 ` classabbyamp
@ 2022-10-28  8:53 ` jcgruenhage
  2022-10-28  8:54 ` jcgruenhage
  2022-10-28  9:15 ` [PR PATCH] [Merged]: " classabbyamp
  16 siblings, 0 replies; 18+ messages in thread
From: jcgruenhage @ 2022-10-28  8:53 UTC (permalink / raw)
  To: ml

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

New review comment by jcgruenhage on void-packages repository

https://github.com/void-linux/void-packages/pull/40187#discussion_r1007822532

Comment:
ah, I didn't look at those apparently :see_no_evil: 

And it probably was still working for me locally because the previous runs had polluted the masterdir

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

* Re: [PR REVIEW] python3-GitPython: update to 3.1.29.
  2022-10-27 13:42 [PR PATCH] python3-GitPython: update to 3.1.29 jcgruenhage
                   ` (14 preceding siblings ...)
  2022-10-28  8:53 ` jcgruenhage
@ 2022-10-28  8:54 ` jcgruenhage
  2022-10-28  9:15 ` [PR PATCH] [Merged]: " classabbyamp
  16 siblings, 0 replies; 18+ messages in thread
From: jcgruenhage @ 2022-10-28  8:54 UTC (permalink / raw)
  To: ml

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

New review comment by jcgruenhage on void-packages repository

https://github.com/void-linux/void-packages/pull/40187#discussion_r1007822850

Comment:
anyway, this is good now then, I'd assume?

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

* Re: [PR PATCH] [Merged]: python3-GitPython: update to 3.1.29.
  2022-10-27 13:42 [PR PATCH] python3-GitPython: update to 3.1.29 jcgruenhage
                   ` (15 preceding siblings ...)
  2022-10-28  8:54 ` jcgruenhage
@ 2022-10-28  9:15 ` classabbyamp
  16 siblings, 0 replies; 18+ messages in thread
From: classabbyamp @ 2022-10-28  9:15 UTC (permalink / raw)
  To: ml

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

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

python3-GitPython: update to 3.1.29.
https://github.com/void-linux/void-packages/pull/40187

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 [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
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] 18+ messages in thread

end of thread, other threads:[~2022-10-28  9:15 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-27 13:42 [PR PATCH] python3-GitPython: update to 3.1.29 jcgruenhage
2022-10-27 22:07 ` [PR REVIEW] " classabbyamp
2022-10-27 22:10 ` classabbyamp
2022-10-27 22:13 ` jcgruenhage
2022-10-27 22:14 ` jcgruenhage
2022-10-27 22:19 ` classabbyamp
2022-10-27 22:19 ` [PR PATCH] [Updated] " jcgruenhage
2022-10-27 22:24 ` [PR REVIEW] " classabbyamp
2022-10-27 23:22 ` [PR PATCH] [Updated] " jcgruenhage
2022-10-27 23:22 ` jcgruenhage
2022-10-27 23:24 ` [PR REVIEW] " jcgruenhage
2022-10-27 23:43 ` classabbyamp
2022-10-28  6:55 ` [PR PATCH] [Updated] " jcgruenhage
2022-10-28  6:56 ` [PR REVIEW] " jcgruenhage
2022-10-28  8:21 ` classabbyamp
2022-10-28  8:53 ` jcgruenhage
2022-10-28  8:54 ` jcgruenhage
2022-10-28  9:15 ` [PR PATCH] [Merged]: " classabbyamp

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).