Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] mercurial: update to 6.9.
@ 2024-12-04  8:05 dataCobra
  2024-12-24 19:28 ` classabbyamp
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: dataCobra @ 2024-12-04  8:05 UTC (permalink / raw)
  To: ml

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

mercurial: update to 6.9.
#### 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
  - aarch64
  - armv7l


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

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

From 7d401933e902f53b99746b7e241c92731b3af652 Mon Sep 17 00:00:00 2001
From: dataCobra <datacobra@thinkbot.de>
Date: Wed, 4 Dec 2024 09:04:00 +0100
Subject: [PATCH] mercurial: update to 6.9.

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

diff --git a/srcpkgs/mercurial/template b/srcpkgs/mercurial/template
index bbbfeb03bda036..54f5e7a58d9d03 100644
--- a/srcpkgs/mercurial/template
+++ b/srcpkgs/mercurial/template
@@ -1,6 +1,6 @@
 # Template file for 'mercurial'
 pkgname=mercurial
-version=6.8.2
+version=6.9
 revision=1
 build_style=python3-module
 hostmakedepends="python3 python3-setuptools python3-devel gettext git"
@@ -13,7 +13,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=aac618106768ad1ed976c3fe7c8659fec99e6f0b5337ea6ea554fae8490c4f4e
+checksum=629604293df2be8171ec856bf4f8b4faa8e4305af13607dce0f89f74132836d6
 
 pre_check() {
 	if [ "$XBPS_TARGET_LIBC" = musl ]; then

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

* Re: mercurial: update to 6.9.
  2024-12-04  8:05 [PR PATCH] mercurial: update to 6.9 dataCobra
@ 2024-12-24 19:28 ` classabbyamp
  2024-12-31 11:27 ` [PR PATCH] [Updated] " dataCobra
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: classabbyamp @ 2024-12-24 19:28 UTC (permalink / raw)
  To: ml

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

New comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/53346#issuecomment-2561363253

Comment:
needs rebase

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

* Re: [PR PATCH] [Updated] mercurial: update to 6.9.
  2024-12-04  8:05 [PR PATCH] mercurial: update to 6.9 dataCobra
  2024-12-24 19:28 ` classabbyamp
@ 2024-12-31 11:27 ` dataCobra
  2024-12-31 11:28 ` dataCobra
  2025-01-06 17:40 ` [PR PATCH] [Merged]: " classabbyamp
  3 siblings, 0 replies; 5+ messages in thread
From: dataCobra @ 2024-12-31 11:27 UTC (permalink / raw)
  To: ml

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

mercurial: update to 6.9.
#### 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
  - aarch64 (cross)
  - armv7l (cross)


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

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

From 5bb075622abbf63cac85e38f6e93bac1e6029047 Mon Sep 17 00:00:00 2001
From: dataCobra <datacobra@thinkbot.de>
Date: Wed, 4 Dec 2024 09:04:00 +0100
Subject: [PATCH] mercurial: update to 6.9.

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

diff --git a/srcpkgs/mercurial/template b/srcpkgs/mercurial/template
index ba989b80067c84..54f5e7a58d9d03 100644
--- a/srcpkgs/mercurial/template
+++ b/srcpkgs/mercurial/template
@@ -1,7 +1,7 @@
 # Template file for 'mercurial'
 pkgname=mercurial
-version=6.8.2
-revision=2
+version=6.9
+revision=1
 build_style=python3-module
 hostmakedepends="python3 python3-setuptools python3-devel gettext git"
 makedepends="python3-devel"
@@ -13,7 +13,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=aac618106768ad1ed976c3fe7c8659fec99e6f0b5337ea6ea554fae8490c4f4e
+checksum=629604293df2be8171ec856bf4f8b4faa8e4305af13607dce0f89f74132836d6
 
 pre_check() {
 	if [ "$XBPS_TARGET_LIBC" = musl ]; then

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

* Re: mercurial: update to 6.9.
  2024-12-04  8:05 [PR PATCH] mercurial: update to 6.9 dataCobra
  2024-12-24 19:28 ` classabbyamp
  2024-12-31 11:27 ` [PR PATCH] [Updated] " dataCobra
@ 2024-12-31 11:28 ` dataCobra
  2025-01-06 17:40 ` [PR PATCH] [Merged]: " classabbyamp
  3 siblings, 0 replies; 5+ messages in thread
From: dataCobra @ 2024-12-31 11:28 UTC (permalink / raw)
  To: ml

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

New comment by dataCobra on void-packages repository

https://github.com/void-linux/void-packages/pull/53346#issuecomment-2566368006

Comment:
Rebased with current master.

Seems to work OOB with Python 3.13.


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

* Re: [PR PATCH] [Merged]: mercurial: update to 6.9.
  2024-12-04  8:05 [PR PATCH] mercurial: update to 6.9 dataCobra
                   ` (2 preceding siblings ...)
  2024-12-31 11:28 ` dataCobra
@ 2025-01-06 17:40 ` classabbyamp
  3 siblings, 0 replies; 5+ messages in thread
From: classabbyamp @ 2025-01-06 17:40 UTC (permalink / raw)
  To: ml

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

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

mercurial: update to 6.9.
https://github.com/void-linux/void-packages/pull/53346

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
  - aarch64 (cross)
  - armv7l (cross)


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

end of thread, other threads:[~2025-01-06 17:40 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-12-04  8:05 [PR PATCH] mercurial: update to 6.9 dataCobra
2024-12-24 19:28 ` classabbyamp
2024-12-31 11:27 ` [PR PATCH] [Updated] " dataCobra
2024-12-31 11:28 ` dataCobra
2025-01-06 17:40 ` [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).