Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] python3-gitdb: update to 4.0.10.
@ 2022-11-27 11:13 jcgruenhage
  2022-11-27 16:06 ` [PR REVIEW] " classabbyamp
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: jcgruenhage @ 2022-11-27 11:13 UTC (permalink / raw)
  To: ml

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

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

https://github.com/jcgruenhage/void-packages python3-gitdb-4.0.10_1
https://github.com/void-linux/void-packages/pull/40794

python3-gitdb: update to 4.0.10.
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### 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/40794.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-python3-gitdb-4.0.10_1-40794.patch --]
[-- Type: text/x-diff, Size: 1267 bytes --]

From 674ba0271411f02d12a3536263c6bb8c095b9284 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jan=20Christian=20Gr=C3=BCnhage?=
 <jan.christian@gruenhage.xyz>
Date: Sun, 27 Nov 2022 12:13:37 +0100
Subject: [PATCH] python3-gitdb: update to 4.0.10.

---
 srcpkgs/python3-gitdb/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/python3-gitdb/template b/srcpkgs/python3-gitdb/template
index 8d4e18c97b5a..9203476a0719 100644
--- a/srcpkgs/python3-gitdb/template
+++ b/srcpkgs/python3-gitdb/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-gitdb'
 pkgname=python3-gitdb
-version=4.0.9
-revision=2
+version=4.0.10
+revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-smmap"
@@ -10,7 +10,7 @@ maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
 license="BSD-3-Clause"
 homepage="https://github.com/gitpython-developers/gitdb"
 distfiles="${PYPI_SITE}/g/gitdb/gitdb-${version}.tar.gz"
-checksum=bac2fd45c0a1c9cf619e63a90d62bdc63892ef92387424b855792a6cabe789aa
+checksum=6eb990b69df4e15bad899ea868dc46572c3f75339735663b81de79b06f17eb9a
 # FIXME: TypeError: None is not callable
 # See https://github.com/void-linux/void-packages/pull/35536#discussion_r805185677
 make_check=no

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

* Re: [PR REVIEW] python3-gitdb: update to 4.0.10.
  2022-11-27 11:13 [PR PATCH] python3-gitdb: update to 4.0.10 jcgruenhage
@ 2022-11-27 16:06 ` classabbyamp
  2022-11-27 16:11 ` [PR PATCH] [Updated] " jcgruenhage
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: classabbyamp @ 2022-11-27 16:06 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/40794#discussion_r1032955961

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

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

* Re: [PR PATCH] [Updated] python3-gitdb: update to 4.0.10.
  2022-11-27 11:13 [PR PATCH] python3-gitdb: update to 4.0.10 jcgruenhage
  2022-11-27 16:06 ` [PR REVIEW] " classabbyamp
@ 2022-11-27 16:11 ` jcgruenhage
  2022-11-27 16:11 ` [PR REVIEW] " jcgruenhage
  2022-11-27 16:14 ` [PR PATCH] [Merged]: " classabbyamp
  3 siblings, 0 replies; 5+ messages in thread
From: jcgruenhage @ 2022-11-27 16:11 UTC (permalink / raw)
  To: ml

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

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

https://github.com/jcgruenhage/void-packages python3-gitdb-4.0.10_1
https://github.com/void-linux/void-packages/pull/40794

python3-gitdb: update to 4.0.10.
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### 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/40794.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-python3-gitdb-4.0.10_1-40794.patch --]
[-- Type: text/x-diff, Size: 1415 bytes --]

From b2091ae31593f9b80f99afc71016f5067ffd0b35 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jan=20Christian=20Gr=C3=BCnhage?=
 <jan.christian@gruenhage.xyz>
Date: Sun, 27 Nov 2022 12:13:37 +0100
Subject: [PATCH] python3-gitdb: update to 4.0.10.

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

diff --git a/srcpkgs/python3-gitdb/template b/srcpkgs/python3-gitdb/template
index 8d4e18c97b5a..f6c42f53397f 100644
--- a/srcpkgs/python3-gitdb/template
+++ b/srcpkgs/python3-gitdb/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-gitdb'
 pkgname=python3-gitdb
-version=4.0.9
-revision=2
+version=4.0.10
+revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-smmap"
@@ -9,8 +9,9 @@ short_desc="Pure-Python git object database (Python3)"
 maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
 license="BSD-3-Clause"
 homepage="https://github.com/gitpython-developers/gitdb"
+changelog="https://github.com/gitpython-developers/gitdb/raw/master/doc/source/changes.rst"
 distfiles="${PYPI_SITE}/g/gitdb/gitdb-${version}.tar.gz"
-checksum=bac2fd45c0a1c9cf619e63a90d62bdc63892ef92387424b855792a6cabe789aa
+checksum=6eb990b69df4e15bad899ea868dc46572c3f75339735663b81de79b06f17eb9a
 # FIXME: TypeError: None is not callable
 # See https://github.com/void-linux/void-packages/pull/35536#discussion_r805185677
 make_check=no

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

* Re: [PR REVIEW] python3-gitdb: update to 4.0.10.
  2022-11-27 11:13 [PR PATCH] python3-gitdb: update to 4.0.10 jcgruenhage
  2022-11-27 16:06 ` [PR REVIEW] " classabbyamp
  2022-11-27 16:11 ` [PR PATCH] [Updated] " jcgruenhage
@ 2022-11-27 16:11 ` jcgruenhage
  2022-11-27 16:14 ` [PR PATCH] [Merged]: " classabbyamp
  3 siblings, 0 replies; 5+ messages in thread
From: jcgruenhage @ 2022-11-27 16:11 UTC (permalink / raw)
  To: ml

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

New review comment by jcgruenhage on void-packages repository

https://github.com/void-linux/void-packages/pull/40794#discussion_r1032956681

Comment:
added.


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

* Re: [PR PATCH] [Merged]: python3-gitdb: update to 4.0.10.
  2022-11-27 11:13 [PR PATCH] python3-gitdb: update to 4.0.10 jcgruenhage
                   ` (2 preceding siblings ...)
  2022-11-27 16:11 ` [PR REVIEW] " jcgruenhage
@ 2022-11-27 16:14 ` classabbyamp
  3 siblings, 0 replies; 5+ messages in thread
From: classabbyamp @ 2022-11-27 16:14 UTC (permalink / raw)
  To: ml

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

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

python3-gitdb: update to 4.0.10.
https://github.com/void-linux/void-packages/pull/40794

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

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

<!--
#### 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] 5+ messages in thread

end of thread, other threads:[~2022-11-27 16:14 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-27 11:13 [PR PATCH] python3-gitdb: update to 4.0.10 jcgruenhage
2022-11-27 16:06 ` [PR REVIEW] " classabbyamp
2022-11-27 16:11 ` [PR PATCH] [Updated] " jcgruenhage
2022-11-27 16:11 ` [PR REVIEW] " jcgruenhage
2022-11-27 16:14 ` [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).