Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] mercurial: update to 6.7.
@ 2024-03-20  7:35 dataCobra
  2024-03-24 17:12 ` cinerea0
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: dataCobra @ 2024-03-20  7:35 UTC (permalink / raw)
  To: ml

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

mercurial: update to 6.7.
#### Testing the changes
- I tested the changes in this PR: **YES** (Ran all Tests and checked my normal 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
  - aarch64-musl (crossbuild)
  - armv7l (crossbuild)



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

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

From aae2855c3ef7db6b32b50e0627092b2e3a68b6fb Mon Sep 17 00:00:00 2001
From: dataCobra <datacobra@thinkbot.de>
Date: Wed, 20 Mar 2024 07:58:21 +0100
Subject: [PATCH] mercurial: update to 6.7.

---
 .../patches/00-fix-test-remotefilelog-gc.diff         | 11 -----------
 srcpkgs/mercurial/template                            |  4 ++--
 2 files changed, 2 insertions(+), 13 deletions(-)
 delete mode 100644 srcpkgs/mercurial/patches/00-fix-test-remotefilelog-gc.diff

diff --git a/srcpkgs/mercurial/patches/00-fix-test-remotefilelog-gc.diff b/srcpkgs/mercurial/patches/00-fix-test-remotefilelog-gc.diff
deleted file mode 100644
index 53439ae3786e11..00000000000000
--- a/srcpkgs/mercurial/patches/00-fix-test-remotefilelog-gc.diff
+++ /dev/null
@@ -1,11 +0,0 @@
---- ./tests/hghave.py	2023-10-11 02:51:10.038038013 +0200
-+++ ./tests/hghave.py	2023-10-11 02:50:44.353035951 +0200
-@@ -868,7 +868,7 @@
-
- # Add "py36", "py37", ... as possible feature checks. Note that there's no
- # punctuation here.
--@checkvers("py", "Python >= %s", (3.6, 3.7, 3.8, 3.9, 3.10, 3.11))
-+@checkvers("py", "Python >= %s", (3.6, 3.7, 3.8, 3.9, 3.10, 3.11, 3.12))
- def has_python_range(v):
-     major, minor = v.split('.')[0:2]
-     py_major, py_minor = sys.version_info.major, sys.version_info.minor
diff --git a/srcpkgs/mercurial/template b/srcpkgs/mercurial/template
index 270e531e682b73..01ac6a747298ba 100644
--- a/srcpkgs/mercurial/template
+++ b/srcpkgs/mercurial/template
@@ -1,6 +1,6 @@
 # Template file for 'mercurial'
 pkgname=mercurial
-version=6.6.3
+version=6.7
 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=f75d6a4a75823a1b7d713a4967eca2f596f466e58fc6bc06d72642932fd7e307
+checksum=5358ed20604c67a7bc7ff81141f735586c328fbb6a18440d2e1e6cd0c044a4c6
 
 pre_check() {
 	if [ "$XBPS_TARGET_LIBC" = musl ]; then

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

* Re: mercurial: update to 6.7.
  2024-03-20  7:35 [PR PATCH] mercurial: update to 6.7 dataCobra
@ 2024-03-24 17:12 ` cinerea0
  2024-03-24 17:48 ` [PR PATCH] [Updated] " dataCobra
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: cinerea0 @ 2024-03-24 17:12 UTC (permalink / raw)
  To: ml

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

New comment by cinerea0 on void-packages repository

https://github.com/void-linux/void-packages/pull/49385#issuecomment-2016875352

Comment:
Version 6.7.1 is now available.

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

* Re: [PR PATCH] [Updated] mercurial: update to 6.7.
  2024-03-20  7:35 [PR PATCH] mercurial: update to 6.7 dataCobra
  2024-03-24 17:12 ` cinerea0
@ 2024-03-24 17:48 ` dataCobra
  2024-03-24 17:49 ` mercurial: update to 6.7.1 dataCobra
  2024-03-25 19:33 ` [PR PATCH] [Merged]: " cinerea0
  3 siblings, 0 replies; 5+ messages in thread
From: dataCobra @ 2024-03-24 17:48 UTC (permalink / raw)
  To: ml

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

mercurial: update to 6.7.
#### Testing the changes
- I tested the changes in this PR: **YES** (Ran all Tests and checked my normal 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
  - aarch64-musl (crossbuild)
  - armv7l (crossbuild)



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

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

From 69357f8e3c1e8d21239f12797fb967553460b816 Mon Sep 17 00:00:00 2001
From: dataCobra <datacobra@thinkbot.de>
Date: Sun, 24 Mar 2024 18:47:24 +0100
Subject: [PATCH] mercurial: update to 6.7.1.

---
 .../patches/00-fix-test-remotefilelog-gc.diff         | 11 -----------
 srcpkgs/mercurial/template                            |  4 ++--
 2 files changed, 2 insertions(+), 13 deletions(-)
 delete mode 100644 srcpkgs/mercurial/patches/00-fix-test-remotefilelog-gc.diff

diff --git a/srcpkgs/mercurial/patches/00-fix-test-remotefilelog-gc.diff b/srcpkgs/mercurial/patches/00-fix-test-remotefilelog-gc.diff
deleted file mode 100644
index 53439ae3786e11..00000000000000
--- a/srcpkgs/mercurial/patches/00-fix-test-remotefilelog-gc.diff
+++ /dev/null
@@ -1,11 +0,0 @@
---- ./tests/hghave.py	2023-10-11 02:51:10.038038013 +0200
-+++ ./tests/hghave.py	2023-10-11 02:50:44.353035951 +0200
-@@ -868,7 +868,7 @@
-
- # Add "py36", "py37", ... as possible feature checks. Note that there's no
- # punctuation here.
--@checkvers("py", "Python >= %s", (3.6, 3.7, 3.8, 3.9, 3.10, 3.11))
-+@checkvers("py", "Python >= %s", (3.6, 3.7, 3.8, 3.9, 3.10, 3.11, 3.12))
- def has_python_range(v):
-     major, minor = v.split('.')[0:2]
-     py_major, py_minor = sys.version_info.major, sys.version_info.minor
diff --git a/srcpkgs/mercurial/template b/srcpkgs/mercurial/template
index 270e531e682b73..aa9a84640b1a70 100644
--- a/srcpkgs/mercurial/template
+++ b/srcpkgs/mercurial/template
@@ -1,6 +1,6 @@
 # Template file for 'mercurial'
 pkgname=mercurial
-version=6.6.3
+version=6.7.1
 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=f75d6a4a75823a1b7d713a4967eca2f596f466e58fc6bc06d72642932fd7e307
+checksum=9b0eda5d0d0ddb8b31e9c76aa06fc55fd2ffb02bc3614de0b1437336b2fc1254
 
 pre_check() {
 	if [ "$XBPS_TARGET_LIBC" = musl ]; then

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

* Re: mercurial: update to 6.7.1.
  2024-03-20  7:35 [PR PATCH] mercurial: update to 6.7 dataCobra
  2024-03-24 17:12 ` cinerea0
  2024-03-24 17:48 ` [PR PATCH] [Updated] " dataCobra
@ 2024-03-24 17:49 ` dataCobra
  2024-03-25 19:33 ` [PR PATCH] [Merged]: " cinerea0
  3 siblings, 0 replies; 5+ messages in thread
From: dataCobra @ 2024-03-24 17:49 UTC (permalink / raw)
  To: ml

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

New comment by dataCobra on void-packages repository

https://github.com/void-linux/void-packages/pull/49385#issuecomment-2016884304

Comment:
> Version 6.7.1 is now available.

PR is now updated.

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

* Re: [PR PATCH] [Merged]: mercurial: update to 6.7.1.
  2024-03-20  7:35 [PR PATCH] mercurial: update to 6.7 dataCobra
                   ` (2 preceding siblings ...)
  2024-03-24 17:49 ` mercurial: update to 6.7.1 dataCobra
@ 2024-03-25 19:33 ` cinerea0
  3 siblings, 0 replies; 5+ messages in thread
From: cinerea0 @ 2024-03-25 19:33 UTC (permalink / raw)
  To: ml

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

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

mercurial: update to 6.7.1.
https://github.com/void-linux/void-packages/pull/49385

Description:
#### Testing the changes
- I tested the changes in this PR: **YES** (Ran all Tests and checked my normal 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
  - aarch64-musl (crossbuild)
  - armv7l (crossbuild)



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

end of thread, other threads:[~2024-03-25 19:33 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-03-20  7:35 [PR PATCH] mercurial: update to 6.7 dataCobra
2024-03-24 17:12 ` cinerea0
2024-03-24 17:48 ` [PR PATCH] [Updated] " dataCobra
2024-03-24 17:49 ` mercurial: update to 6.7.1 dataCobra
2024-03-25 19:33 ` [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).