* [PR PATCH] python3-dulwich: update to 0.20.45 and adopt
@ 2022-07-15 20:05 ishaanbhimwal
2022-07-15 21:01 ` [PR REVIEW] " paper42
` (5 more replies)
0 siblings, 6 replies; 7+ messages in thread
From: ishaanbhimwal @ 2022-07-15 20:05 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1270 bytes --]
There is a new pull request by ishaanbhimwal against master on the void-packages repository
https://github.com/ishaanbhimwal/void-packages python3-dulwich
https://github.com/void-linux/void-packages/pull/38088
python3-dulwich: update to 0.20.45 and adopt
<!-- 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 [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 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/38088.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-python3-dulwich-38088.patch --]
[-- Type: text/x-diff, Size: 1441 bytes --]
From a4b7ebf40dfd0ee04743ade8d32beb81968f9e1b Mon Sep 17 00:00:00 2001
From: Ishaan Bhimwal <ishaanbhimwal@protonmail.com>
Date: Sat, 16 Jul 2022 01:28:44 +0530
Subject: [PATCH] python3-dulwich: update to 0.20.45 and adopt
---
srcpkgs/python3-dulwich/template | 9 ++++-----
1 file changed, 4 insertions(+), 5 deletions(-)
diff --git a/srcpkgs/python3-dulwich/template b/srcpkgs/python3-dulwich/template
index 1cf072010b0c..e27bcb753e70 100644
--- a/srcpkgs/python3-dulwich/template
+++ b/srcpkgs/python3-dulwich/template
@@ -1,20 +1,19 @@
# Template file for 'python3-dulwich'
pkgname=python3-dulwich
-version=0.20.44
+version=0.20.45
revision=1
wrksrc="dulwich-${version}"
build_style=python3-module
hostmakedepends="python3-setuptools"
makedepends="python3-devel"
-depends="python3-urllib3 python3-certifi"
+depends="python3-certifi python3-urllib3"
checkdepends="${depends} python3-gevent python3-gpg gnupg"
short_desc="Python3 implementation of the Git file formats and protocols"
-maintainer="Orphaned <orphan@voidlinux.org>"
+maintainer="Ishaan Bhimwal <ishaanbhimwal@protonmail.com>"
license="GPL-2.0-or-later, Apache-2.0"
homepage="https://www.dulwich.io/"
distfiles="${PYPI_SITE}/d/dulwich/dulwich-${version}.tar.gz"
-checksum=10e8d73763dd30c86a99a15ade8bfcf3ab8fe96532cdf497e8cb1d11832352b8
-
+checksum=70710dd9ca2a442190c7e506892db074c318ac762e221f7529b8ce34802041b7
conflicts="python-dulwich>=0"
do_check() {
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PR REVIEW] python3-dulwich: update to 0.20.45 and adopt
2022-07-15 20:05 [PR PATCH] python3-dulwich: update to 0.20.45 and adopt ishaanbhimwal
@ 2022-07-15 21:01 ` paper42
2022-07-16 7:15 ` [PR PATCH] [Updated] " ishaanbhimwal
` (4 subsequent siblings)
5 siblings, 0 replies; 7+ messages in thread
From: paper42 @ 2022-07-15 21:01 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 189 bytes --]
New review comment by paper42 on void-packages repository
https://github.com/void-linux/void-packages/pull/38088#discussion_r922513564
Comment:
this is a useless change, please revert it
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PR PATCH] [Updated] python3-dulwich: update to 0.20.45 and adopt
2022-07-15 20:05 [PR PATCH] python3-dulwich: update to 0.20.45 and adopt ishaanbhimwal
2022-07-15 21:01 ` [PR REVIEW] " paper42
@ 2022-07-16 7:15 ` ishaanbhimwal
2022-10-15 2:16 ` github-actions
` (3 subsequent siblings)
5 siblings, 0 replies; 7+ messages in thread
From: ishaanbhimwal @ 2022-07-16 7:15 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1275 bytes --]
There is an updated pull request by ishaanbhimwal against master on the void-packages repository
https://github.com/ishaanbhimwal/void-packages python3-dulwich
https://github.com/void-linux/void-packages/pull/38088
python3-dulwich: update to 0.20.45 and adopt
<!-- 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 [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 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/38088.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-python3-dulwich-38088.patch --]
[-- Type: text/x-diff, Size: 1373 bytes --]
From 810a5d35fb86cb0a7049ea33a08a5aa546ed8171 Mon Sep 17 00:00:00 2001
From: Ishaan Bhimwal <ishaanbhimwal@protonmail.com>
Date: Sat, 16 Jul 2022 01:28:44 +0530
Subject: [PATCH] python3-dulwich: update to 0.20.45 and adopt
---
srcpkgs/python3-dulwich/template | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/srcpkgs/python3-dulwich/template b/srcpkgs/python3-dulwich/template
index 1cf072010b0c..4fcf79898159 100644
--- a/srcpkgs/python3-dulwich/template
+++ b/srcpkgs/python3-dulwich/template
@@ -1,6 +1,6 @@
# Template file for 'python3-dulwich'
pkgname=python3-dulwich
-version=0.20.44
+version=0.20.45
revision=1
wrksrc="dulwich-${version}"
build_style=python3-module
@@ -9,12 +9,11 @@ makedepends="python3-devel"
depends="python3-urllib3 python3-certifi"
checkdepends="${depends} python3-gevent python3-gpg gnupg"
short_desc="Python3 implementation of the Git file formats and protocols"
-maintainer="Orphaned <orphan@voidlinux.org>"
+maintainer="Ishaan Bhimwal <ishaanbhimwal@protonmail.com>"
license="GPL-2.0-or-later, Apache-2.0"
homepage="https://www.dulwich.io/"
distfiles="${PYPI_SITE}/d/dulwich/dulwich-${version}.tar.gz"
-checksum=10e8d73763dd30c86a99a15ade8bfcf3ab8fe96532cdf497e8cb1d11832352b8
-
+checksum=70710dd9ca2a442190c7e506892db074c318ac762e221f7529b8ce34802041b7
conflicts="python-dulwich>=0"
do_check() {
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: python3-dulwich: update to 0.20.45 and adopt
2022-07-15 20:05 [PR PATCH] python3-dulwich: update to 0.20.45 and adopt ishaanbhimwal
2022-07-15 21:01 ` [PR REVIEW] " paper42
2022-07-16 7:15 ` [PR PATCH] [Updated] " ishaanbhimwal
@ 2022-10-15 2:16 ` github-actions
2022-10-15 8:37 ` [PR REVIEW] " paper42
` (2 subsequent siblings)
5 siblings, 0 replies; 7+ messages in thread
From: github-actions @ 2022-10-15 2:16 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 305 bytes --]
New comment by github-actions[bot] on void-packages repository
https://github.com/void-linux/void-packages/pull/38088#issuecomment-1279634417
Comment:
Pull Requests become stale 90 days after last activity and are closed 14 days after that. If this pull request is still relevant bump it or assign it.
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PR REVIEW] python3-dulwich: update to 0.20.45 and adopt
2022-07-15 20:05 [PR PATCH] python3-dulwich: update to 0.20.45 and adopt ishaanbhimwal
` (2 preceding siblings ...)
2022-10-15 2:16 ` github-actions
@ 2022-10-15 8:37 ` paper42
2023-01-15 2:00 ` github-actions
2023-01-29 2:01 ` [PR PATCH] [Closed]: " github-actions
5 siblings, 0 replies; 7+ messages in thread
From: paper42 @ 2022-10-15 8:37 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 157 bytes --]
New review comment by paper42 on void-packages repository
https://github.com/void-linux/void-packages/pull/38088#discussion_r996274980
Comment:
.46 is out
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: python3-dulwich: update to 0.20.45 and adopt
2022-07-15 20:05 [PR PATCH] python3-dulwich: update to 0.20.45 and adopt ishaanbhimwal
` (3 preceding siblings ...)
2022-10-15 8:37 ` [PR REVIEW] " paper42
@ 2023-01-15 2:00 ` github-actions
2023-01-29 2:01 ` [PR PATCH] [Closed]: " github-actions
5 siblings, 0 replies; 7+ messages in thread
From: github-actions @ 2023-01-15 2:00 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 305 bytes --]
New comment by github-actions[bot] on void-packages repository
https://github.com/void-linux/void-packages/pull/38088#issuecomment-1383022797
Comment:
Pull Requests become stale 90 days after last activity and are closed 14 days after that. If this pull request is still relevant bump it or assign it.
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PR PATCH] [Closed]: python3-dulwich: update to 0.20.45 and adopt
2022-07-15 20:05 [PR PATCH] python3-dulwich: update to 0.20.45 and adopt ishaanbhimwal
` (4 preceding siblings ...)
2023-01-15 2:00 ` github-actions
@ 2023-01-29 2:01 ` github-actions
5 siblings, 0 replies; 7+ messages in thread
From: github-actions @ 2023-01-29 2:01 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1099 bytes --]
There's a closed pull request on the void-packages repository
python3-dulwich: update to 0.20.45 and adopt
https://github.com/void-linux/void-packages/pull/38088
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 [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 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] 7+ messages in thread
end of thread, other threads:[~2023-01-29 2:01 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-15 20:05 [PR PATCH] python3-dulwich: update to 0.20.45 and adopt ishaanbhimwal
2022-07-15 21:01 ` [PR REVIEW] " paper42
2022-07-16 7:15 ` [PR PATCH] [Updated] " ishaanbhimwal
2022-10-15 2:16 ` github-actions
2022-10-15 8:37 ` [PR REVIEW] " paper42
2023-01-15 2:00 ` github-actions
2023-01-29 2:01 ` [PR PATCH] [Closed]: " github-actions
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).