Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] mercurial: update to 6.3.1.
@ 2022-11-24 15:59 dataCobra
  2022-11-25 20:12 ` leahneukirchen
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: dataCobra @ 2022-11-24 15:59 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 732 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/40733

mercurial: update to 6.3.1.
#### 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)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl (crossbuild)
  - armv7l (crossbuild)
  - armv6l-musl (crossbuild)
  - i686 (crossbuild)

This version does also fix some issues with Python 3.11.

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

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

From a3b62a09b2f570ab7630774de0d947221e765a06 Mon Sep 17 00:00:00 2001
From: dataCobra <datacobra@thinkbot.de>
Date: Thu, 24 Nov 2022 16:56:32 +0100
Subject: [PATCH] mercurial: update to 6.3.1.

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

diff --git a/srcpkgs/mercurial/template b/srcpkgs/mercurial/template
index b7ebe4a690b5..318d4022b427 100644
--- a/srcpkgs/mercurial/template
+++ b/srcpkgs/mercurial/template
@@ -1,7 +1,7 @@
 # Template file for 'mercurial'
 pkgname=mercurial
-version=6.2.3
-revision=2
+version=6.3.1
+revision=1
 build_style=python3-module
 hostmakedepends="python3 python3-setuptools python3-devel gettext"
 makedepends="python3-devel"
@@ -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=98d1ae002f68adf53d65c5947fe8b7a379f98cf05d9b8ea1f4077d2ca5dce9db
+checksum=6c39ab8732948d89cf1208751dd7d85d4042aa82153977451b9eb13367585072
 
 pre_check() {
 	if [ "$XBPS_TARGET_LIBC" = musl ]; then

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

* Re: mercurial: update to 6.3.1.
  2022-11-24 15:59 [PR PATCH] mercurial: update to 6.3.1 dataCobra
@ 2022-11-25 20:12 ` leahneukirchen
  2022-11-26 11:06 ` [PR REVIEW] " sgn
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: leahneukirchen @ 2022-11-25 20:12 UTC (permalink / raw)
  To: ml

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

New comment by leahneukirchen on void-packages repository

https://github.com/void-linux/void-packages/pull/40733#issuecomment-1327862157

Comment:
Perhaps we can silence that test error somehow.

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

* Re: [PR REVIEW] mercurial: update to 6.3.1.
  2022-11-24 15:59 [PR PATCH] mercurial: update to 6.3.1 dataCobra
  2022-11-25 20:12 ` leahneukirchen
@ 2022-11-26 11:06 ` sgn
  2022-11-26 11:06 ` [PR PATCH] [Updated] " sgn
  2022-11-26 12:14 ` [PR PATCH] [Closed]: " sgn
  3 siblings, 0 replies; 5+ messages in thread
From: sgn @ 2022-11-26 11:06 UTC (permalink / raw)
  To: ml

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

New review comment by sgn on void-packages repository

https://github.com/void-linux/void-packages/pull/40733#discussion_r1032772896

Comment:
```suggestion
hostmakedepends="python3 python3-setuptools python3-devel gettext git"
```

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

* Re: [PR PATCH] [Updated] mercurial: update to 6.3.1.
  2022-11-24 15:59 [PR PATCH] mercurial: update to 6.3.1 dataCobra
  2022-11-25 20:12 ` leahneukirchen
  2022-11-26 11:06 ` [PR REVIEW] " sgn
@ 2022-11-26 11:06 ` sgn
  2022-11-26 12:14 ` [PR PATCH] [Closed]: " sgn
  3 siblings, 0 replies; 5+ messages in thread
From: sgn @ 2022-11-26 11:06 UTC (permalink / raw)
  To: ml

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

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

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

mercurial: update to 6.3.1.
#### 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)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl (crossbuild)
  - armv7l (crossbuild)
  - armv6l-musl (crossbuild)
  - i686 (crossbuild)

This version does also fix some issues with Python 3.11.

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

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

From a3b62a09b2f570ab7630774de0d947221e765a06 Mon Sep 17 00:00:00 2001
From: dataCobra <datacobra@thinkbot.de>
Date: Thu, 24 Nov 2022 16:56:32 +0100
Subject: [PATCH 1/2] mercurial: update to 6.3.1.

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

diff --git a/srcpkgs/mercurial/template b/srcpkgs/mercurial/template
index b7ebe4a690b5..318d4022b427 100644
--- a/srcpkgs/mercurial/template
+++ b/srcpkgs/mercurial/template
@@ -1,7 +1,7 @@
 # Template file for 'mercurial'
 pkgname=mercurial
-version=6.2.3
-revision=2
+version=6.3.1
+revision=1
 build_style=python3-module
 hostmakedepends="python3 python3-setuptools python3-devel gettext"
 makedepends="python3-devel"
@@ -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=98d1ae002f68adf53d65c5947fe8b7a379f98cf05d9b8ea1f4077d2ca5dce9db
+checksum=6c39ab8732948d89cf1208751dd7d85d4042aa82153977451b9eb13367585072
 
 pre_check() {
 	if [ "$XBPS_TARGET_LIBC" = musl ]; then

From 5057b0df5d80f684f8d82ed2a7b2c3f4e38811cc Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?=
 <sgn.danh@gmail.com>
Date: Sat, 26 Nov 2022 18:06:26 +0700
Subject: [PATCH 2/2] Update srcpkgs/mercurial/template

---
 srcpkgs/mercurial/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/mercurial/template b/srcpkgs/mercurial/template
index 318d4022b427..6e2581fe9a0d 100644
--- a/srcpkgs/mercurial/template
+++ b/srcpkgs/mercurial/template
@@ -3,7 +3,7 @@ pkgname=mercurial
 version=6.3.1
 revision=1
 build_style=python3-module
-hostmakedepends="python3 python3-setuptools python3-devel gettext"
+hostmakedepends="python3 python3-setuptools python3-devel gettext git"
 makedepends="python3-devel"
 depends="python3 ca-certificates"
 # cvs tests fail

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

* Re: [PR PATCH] [Closed]: mercurial: update to 6.3.1.
  2022-11-24 15:59 [PR PATCH] mercurial: update to 6.3.1 dataCobra
                   ` (2 preceding siblings ...)
  2022-11-26 11:06 ` [PR PATCH] [Updated] " sgn
@ 2022-11-26 12:14 ` sgn
  3 siblings, 0 replies; 5+ messages in thread
From: sgn @ 2022-11-26 12:14 UTC (permalink / raw)
  To: ml

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

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

mercurial: update to 6.3.1.
https://github.com/void-linux/void-packages/pull/40733

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)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl (crossbuild)
  - armv7l (crossbuild)
  - armv6l-musl (crossbuild)
  - i686 (crossbuild)

This version does also fix some issues with Python 3.11.

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

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

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-24 15:59 [PR PATCH] mercurial: update to 6.3.1 dataCobra
2022-11-25 20:12 ` leahneukirchen
2022-11-26 11:06 ` [PR REVIEW] " sgn
2022-11-26 11:06 ` [PR PATCH] [Updated] " sgn
2022-11-26 12:14 ` [PR PATCH] [Closed]: " 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).