Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] mercurial: update to 6.3.2.
@ 2023-01-18 16:10 dataCobra
  2023-01-18 19:31 ` icp1994
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: dataCobra @ 2023-01-18 16:10 UTC (permalink / raw)
  To: ml

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

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

https://github.com/dataCobra/void-packages mercurial
https://github.com/void-linux/void-packages/pull/41719

mercurial: update to 6.3.2.
#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - x86_64-musl
  - i686


A patch file from https://github.com/void-linux/void-packages/pull/41719.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-mercurial-41719.patch --]
[-- Type: text/x-diff, Size: 1095 bytes --]

From 9673c302e8d1e78e9b55ccf2b3b42c75de9bab28 Mon Sep 17 00:00:00 2001
From: dataCobra <datacobra@thinkbot.de>
Date: Wed, 18 Jan 2023 17:08:02 +0100
Subject: [PATCH] mercurial: update to 6.3.2.

---
 srcpkgs/mercurial/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/mercurial/template b/srcpkgs/mercurial/template
index 6e2581fe9a0d..dcf2f7bbfbe2 100644
--- a/srcpkgs/mercurial/template
+++ b/srcpkgs/mercurial/template
@@ -1,6 +1,6 @@
 # Template file for 'mercurial'
 pkgname=mercurial
-version=6.3.1
+version=6.3.2
 revision=1
 build_style=python3-module
 hostmakedepends="python3 python3-setuptools python3-devel gettext git"
@@ -14,7 +14,7 @@ maintainer="dataCobra <datacobra@thinkbot.de>"
 license="GPL-2.0-or-later"
 homepage="https://www.mercurial-scm.org/"
 distfiles="https://www.mercurial-scm.org/release/mercurial-${version}.tar.gz"
-checksum=6c39ab8732948d89cf1208751dd7d85d4042aa82153977451b9eb13367585072
+checksum=cfe6eeb5dd893ab32c0b79c1531aac420773e0fc837a35db3d4d92703df45a98
 
 pre_check() {
 	if [ "$XBPS_TARGET_LIBC" = musl ]; then

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

* Re: mercurial: update to 6.3.2.
  2023-01-18 16:10 [PR PATCH] mercurial: update to 6.3.2 dataCobra
@ 2023-01-18 19:31 ` icp1994
  2023-01-20  5:29 ` [PR PATCH] [Updated] " dataCobra
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: icp1994 @ 2023-01-18 19:31 UTC (permalink / raw)
  To: ml

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

New comment by icp1994 on void-packages repository

https://github.com/void-linux/void-packages/pull/41719#issuecomment-1387650475

Comment:
Can you try removing the egrep workaround in `do_check`? I think it should work after https://github.com/void-linux/void-packages/commit/c5b8a2d617e16b6fd1edd7ae4299f499966a87a8

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

* Re: [PR PATCH] [Updated] mercurial: update to 6.3.2.
  2023-01-18 16:10 [PR PATCH] mercurial: update to 6.3.2 dataCobra
  2023-01-18 19:31 ` icp1994
@ 2023-01-20  5:29 ` dataCobra
  2023-01-20  5:30 ` dataCobra
  2023-01-22  8:49 ` [PR PATCH] [Merged]: " sgn
  3 siblings, 0 replies; 5+ messages in thread
From: dataCobra @ 2023-01-20  5:29 UTC (permalink / raw)
  To: ml

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

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

https://github.com/dataCobra/void-packages mercurial
https://github.com/void-linux/void-packages/pull/41719

mercurial: update to 6.3.2.
#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - x86_64-musl
  - i686


A patch file from https://github.com/void-linux/void-packages/pull/41719.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-mercurial-41719.patch --]
[-- Type: text/x-diff, Size: 1356 bytes --]

From f0182ac7b42cda65f6f5d45f1cf4584dbb78ba54 Mon Sep 17 00:00:00 2001
From: dataCobra <datacobra@thinkbot.de>
Date: Fri, 20 Jan 2023 06:28:30 +0100
Subject: [PATCH] mercurial: update to 6.3.2.

---
 srcpkgs/mercurial/template | 10 ++--------
 1 file changed, 2 insertions(+), 8 deletions(-)

diff --git a/srcpkgs/mercurial/template b/srcpkgs/mercurial/template
index 6e2581fe9a0d..b61f9dba94a1 100644
--- a/srcpkgs/mercurial/template
+++ b/srcpkgs/mercurial/template
@@ -1,6 +1,6 @@
 # Template file for 'mercurial'
 pkgname=mercurial
-version=6.3.1
+version=6.3.2
 revision=1
 build_style=python3-module
 hostmakedepends="python3 python3-setuptools python3-devel gettext git"
@@ -14,7 +14,7 @@ maintainer="dataCobra <datacobra@thinkbot.de>"
 license="GPL-2.0-or-later"
 homepage="https://www.mercurial-scm.org/"
 distfiles="https://www.mercurial-scm.org/release/mercurial-${version}.tar.gz"
-checksum=6c39ab8732948d89cf1208751dd7d85d4042aa82153977451b9eb13367585072
+checksum=cfe6eeb5dd893ab32c0b79c1531aac420773e0fc837a35db3d4d92703df45a98
 
 pre_check() {
 	if [ "$XBPS_TARGET_LIBC" = musl ]; then
@@ -24,12 +24,6 @@ pre_check() {
 }
 
 do_check() {
-	mkdir -p /tmp/bin
-	cat <<-'EOF' >/tmp/bin/egrep
-	#!/bin/sh
-	exec grep -E "$@"
-	EOF
-	chmod +x /tmp/bin/egrep
 	if [ "$XBPS_CHECK_PKGS" = full ]; then
 		_additional_test=--allow-slow-tests
 	else

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

* Re: mercurial: update to 6.3.2.
  2023-01-18 16:10 [PR PATCH] mercurial: update to 6.3.2 dataCobra
  2023-01-18 19:31 ` icp1994
  2023-01-20  5:29 ` [PR PATCH] [Updated] " dataCobra
@ 2023-01-20  5:30 ` dataCobra
  2023-01-22  8:49 ` [PR PATCH] [Merged]: " sgn
  3 siblings, 0 replies; 5+ messages in thread
From: dataCobra @ 2023-01-20  5:30 UTC (permalink / raw)
  To: ml

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

New comment by dataCobra on void-packages repository

https://github.com/void-linux/void-packages/pull/41719#issuecomment-1397940987

Comment:
I've removed the workaround as you suggested and it still works. :tada:

Thank you for the hint @icp1994. :+1:

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

* Re: [PR PATCH] [Merged]: mercurial: update to 6.3.2.
  2023-01-18 16:10 [PR PATCH] mercurial: update to 6.3.2 dataCobra
                   ` (2 preceding siblings ...)
  2023-01-20  5:30 ` dataCobra
@ 2023-01-22  8:49 ` sgn
  3 siblings, 0 replies; 5+ messages in thread
From: sgn @ 2023-01-22  8:49 UTC (permalink / raw)
  To: ml

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

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

mercurial: update to 6.3.2.
https://github.com/void-linux/void-packages/pull/41719

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

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - x86_64-musl
  - i686


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

end of thread, other threads:[~2023-01-22  8:49 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-18 16:10 [PR PATCH] mercurial: update to 6.3.2 dataCobra
2023-01-18 19:31 ` icp1994
2023-01-20  5:29 ` [PR PATCH] [Updated] " dataCobra
2023-01-20  5:30 ` dataCobra
2023-01-22  8:49 ` [PR PATCH] [Merged]: " sgn

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