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

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