Github messages for voidlinux
 help / color / mirror / Atom feed
From: jcgruenhage <jcgruenhage@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] python3-GitPython: update to 3.1.29.
Date: Fri, 28 Oct 2022 01:22:14 +0200	[thread overview]
Message-ID: <20221027232214.4t0pLTFhl8jVttraFvthI2NqlQW3gmg1m16uVHPstJU@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-40187@inbox.vuxu.org>

[-- 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
 }

  parent reply	other threads:[~2022-10-27 23:22 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-10-27 13:42 [PR PATCH] " 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 ` jcgruenhage [this message]
2022-10-27 23:22 ` [PR PATCH] [Updated] " 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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20221027232214.4t0pLTFhl8jVttraFvthI2NqlQW3gmg1m16uVHPstJU@z \
    --to=jcgruenhage@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).