Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] mercurial: update to 6.7.2.
@ 2024-03-30  7:27 dataCobra
  2024-03-30  7:38 ` [PR PATCH] [Updated] " dataCobra
  2024-04-03  9:54 ` [PR PATCH] [Merged]: " cinerea0
  0 siblings, 2 replies; 3+ messages in thread
From: dataCobra @ 2024-03-30  7:27 UTC (permalink / raw)
  To: ml

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

mercurial: update to 6.7.2.
#### Testing the changes
- I tested the changes in this PR: **briefly** (Workflow)

#### 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

All builds have been run with `-Q` for testing.

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

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

From 794a9b5e2262a6c7759a7f8e8b175a0525fcd867 Mon Sep 17 00:00:00 2001
From: dataCobra <datacobra@thinkbot.de>
Date: Sat, 30 Mar 2024 08:22:20 +0100
Subject: [PATCH] mercurial: update to 6.7.2.

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

diff --git a/srcpkgs/mercurial/template b/srcpkgs/mercurial/template
index aa9a84640b1a70..fd4b5c769ba2d5 100644
--- a/srcpkgs/mercurial/template
+++ b/srcpkgs/mercurial/template
@@ -1,12 +1,11 @@
 # Template file for 'mercurial'
 pkgname=mercurial
-version=6.7.1
+version=6.7.2
 revision=1
 build_style=python3-module
 hostmakedepends="python3 python3-setuptools python3-devel gettext git"
 makedepends="python3-devel"
 depends="python3 ca-certificates"
-# cvs tests fail
 checkdepends="iana-etc tar unzip which xz subversion-python python3-docutils gnupg
  python3-Pygments"
 short_desc="Fast, lightweight source control management system"
@@ -14,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=9b0eda5d0d0ddb8b31e9c76aa06fc55fd2ffb02bc3614de0b1437336b2fc1254
+checksum=1c22070c05dfaac41ff88a39ce2508dde480f0dd05d45d7efab4c5cdc6ddd806
 
 pre_check() {
 	if [ "$XBPS_TARGET_LIBC" = musl ]; then

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

* Re: [PR PATCH] [Updated] mercurial: update to 6.7.2.
  2024-03-30  7:27 [PR PATCH] mercurial: update to 6.7.2 dataCobra
@ 2024-03-30  7:38 ` dataCobra
  2024-04-03  9:54 ` [PR PATCH] [Merged]: " cinerea0
  1 sibling, 0 replies; 3+ messages in thread
From: dataCobra @ 2024-03-30  7:38 UTC (permalink / raw)
  To: ml

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

mercurial: update to 6.7.2.
#### Testing the changes
- I tested the changes in this PR: **briefly** (Workflow)

#### 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

All builds have been run with `-Q` for testing.

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

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

From 6744dadb09a93a2729ae11c79693846a532f1cce Mon Sep 17 00:00:00 2001
From: dataCobra <datacobra@thinkbot.de>
Date: Sat, 30 Mar 2024 08:38:31 +0100
Subject: [PATCH] mercurial: update to 6.7.2.

---
 srcpkgs/mercurial/files/tests_blacklist | 3 +--
 srcpkgs/mercurial/template              | 5 ++---
 2 files changed, 3 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/mercurial/files/tests_blacklist b/srcpkgs/mercurial/files/tests_blacklist
index ccbe0e104a29e4..25eec799be0e89 100644
--- a/srcpkgs/mercurial/files/tests_blacklist
+++ b/srcpkgs/mercurial/files/tests_blacklist
@@ -1,4 +1,3 @@
-test-merge-tools.t 
-test-profile.t # https://bz.mercurial-scm.org/show_bug.cgi?id=6846
+test-merge-tools.t
 test-status.t # ci
 test-status-eacces.t # ci
diff --git a/srcpkgs/mercurial/template b/srcpkgs/mercurial/template
index aa9a84640b1a70..fd4b5c769ba2d5 100644
--- a/srcpkgs/mercurial/template
+++ b/srcpkgs/mercurial/template
@@ -1,12 +1,11 @@
 # Template file for 'mercurial'
 pkgname=mercurial
-version=6.7.1
+version=6.7.2
 revision=1
 build_style=python3-module
 hostmakedepends="python3 python3-setuptools python3-devel gettext git"
 makedepends="python3-devel"
 depends="python3 ca-certificates"
-# cvs tests fail
 checkdepends="iana-etc tar unzip which xz subversion-python python3-docutils gnupg
  python3-Pygments"
 short_desc="Fast, lightweight source control management system"
@@ -14,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=9b0eda5d0d0ddb8b31e9c76aa06fc55fd2ffb02bc3614de0b1437336b2fc1254
+checksum=1c22070c05dfaac41ff88a39ce2508dde480f0dd05d45d7efab4c5cdc6ddd806
 
 pre_check() {
 	if [ "$XBPS_TARGET_LIBC" = musl ]; then

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

* Re: [PR PATCH] [Merged]: mercurial: update to 6.7.2.
  2024-03-30  7:27 [PR PATCH] mercurial: update to 6.7.2 dataCobra
  2024-03-30  7:38 ` [PR PATCH] [Updated] " dataCobra
@ 2024-04-03  9:54 ` cinerea0
  1 sibling, 0 replies; 3+ messages in thread
From: cinerea0 @ 2024-04-03  9:54 UTC (permalink / raw)
  To: ml

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

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

mercurial: update to 6.7.2.
https://github.com/void-linux/void-packages/pull/49600

Description:
#### Testing the changes
- I tested the changes in this PR: **briefly** (Workflow)

#### 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

All builds have been run with `-Q` for testing.

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

end of thread, other threads:[~2024-04-03  9:54 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-03-30  7:27 [PR PATCH] mercurial: update to 6.7.2 dataCobra
2024-03-30  7:38 ` [PR PATCH] [Updated] " dataCobra
2024-04-03  9:54 ` [PR PATCH] [Merged]: " cinerea0

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