Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] mercurial: update to 5.4.
@ 2020-05-06 17:39 mobinmob
  2020-05-06 17:50 ` Chocimier
                   ` (10 more replies)
  0 siblings, 11 replies; 14+ messages in thread
From: mobinmob @ 2020-05-06 17:39 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mobinmob/void-packages mercurial
https://github.com/void-linux/void-packages/pull/21698

mercurial: update to 5.4.


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

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

From 0bf78ba0d5f2a68ec2f096997f3a4b2622a7e770 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Wed, 6 May 2020 18:41:03 +0300
Subject: [PATCH] mercurial: update to 5.4.

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

diff --git a/srcpkgs/mercurial/template b/srcpkgs/mercurial/template
index fae51e66cd1..52972a8993d 100644
--- a/srcpkgs/mercurial/template
+++ b/srcpkgs/mercurial/template
@@ -1,7 +1,7 @@
 # Template file for 'mercurial'
 pkgname=mercurial
-version=5.3.2
-revision=2
+version=5.4
+revision=1
 build_style=python3-module
 hostmakedepends="python3 python3-setuptools python3-devel"
 makedepends="python3-devel"
@@ -11,7 +11,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-or-later"
 homepage="https://www.mercurial-scm.org/"
 distfiles="https://www.mercurial-scm.org/release/mercurial-${version}.tar.gz"
-checksum=fed24cbc314d31b0780309ee324c38d45476f00f555969551badcc2a1d5f1329
+checksum=1df8d1978aefcbb65dc51e3666a452583f47aeaf3c5682e4c00a3b23cd805d6a
 
 post_install() {
 	for i in doc/*.1 doc/*.8 doc/*.5 ; do

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

* Re: mercurial: update to 5.4.
  2020-05-06 17:39 [PR PATCH] mercurial: update to 5.4 mobinmob
@ 2020-05-06 17:50 ` Chocimier
  2020-05-06 19:19 ` Chocimier
                   ` (9 subsequent siblings)
  10 siblings, 0 replies; 14+ messages in thread
From: Chocimier @ 2020-05-06 17:50 UTC (permalink / raw)
  To: ml

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

New comment by Chocimier on void-packages repository

https://github.com/void-linux/void-packages/pull/21698#issuecomment-624795426

Comment:
Please do not open new PRs to fix. Rather make changes locally and force push to branch. 

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

* Re: mercurial: update to 5.4.
  2020-05-06 17:39 [PR PATCH] mercurial: update to 5.4 mobinmob
  2020-05-06 17:50 ` Chocimier
@ 2020-05-06 19:19 ` Chocimier
  2020-05-06 19:31 ` mobinmob
                   ` (8 subsequent siblings)
  10 siblings, 0 replies; 14+ messages in thread
From: Chocimier @ 2020-05-06 19:19 UTC (permalink / raw)
  To: ml

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

New comment by Chocimier on void-packages repository

https://github.com/void-linux/void-packages/pull/21698#issuecomment-624839856

Comment:
I'm trying tests, but they are slow and some that fail will need to be disabled.

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

* Re: mercurial: update to 5.4.
  2020-05-06 17:39 [PR PATCH] mercurial: update to 5.4 mobinmob
  2020-05-06 17:50 ` Chocimier
  2020-05-06 19:19 ` Chocimier
@ 2020-05-06 19:31 ` mobinmob
  2020-05-09 13:44 ` Chocimier
                   ` (7 subsequent siblings)
  10 siblings, 0 replies; 14+ messages in thread
From: mobinmob @ 2020-05-06 19:31 UTC (permalink / raw)
  To: ml

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

New comment by mobinmob on void-packages repository

https://github.com/void-linux/void-packages/pull/21698#issuecomment-624845318

Comment:
@Chocimier I usually do, but I did something weird to my repo so I choose to close the PR, reset the last commits and make new branches/PRs...

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

* Re: mercurial: update to 5.4.
  2020-05-06 17:39 [PR PATCH] mercurial: update to 5.4 mobinmob
                   ` (2 preceding siblings ...)
  2020-05-06 19:31 ` mobinmob
@ 2020-05-09 13:44 ` Chocimier
  2020-05-10 17:02 ` mobinmob
                   ` (6 subsequent siblings)
  10 siblings, 0 replies; 14+ messages in thread
From: Chocimier @ 2020-05-09 13:44 UTC (permalink / raw)
  To: ml

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

New comment by Chocimier on void-packages repository

https://github.com/void-linux/void-packages/pull/21698#issuecomment-626178412

Comment:
Please add
`checkdepends="iana-etc tar unzip which xz"`
```
do_check() {
       cd tests
       rm test-doctest.py test-hghave.t test-https.t test-merge-tools.t test-persistent-nodemap.t
       python3 run-tests.py ${makejobs}
}
```

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

* Re: mercurial: update to 5.4.
  2020-05-06 17:39 [PR PATCH] mercurial: update to 5.4 mobinmob
                   ` (3 preceding siblings ...)
  2020-05-09 13:44 ` Chocimier
@ 2020-05-10 17:02 ` mobinmob
  2020-05-10 17:03 ` mobinmob
                   ` (5 subsequent siblings)
  10 siblings, 0 replies; 14+ messages in thread
From: mobinmob @ 2020-05-10 17:02 UTC (permalink / raw)
  To: ml

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

New comment by mobinmob on void-packages repository

https://github.com/void-linux/void-packages/pull/21698#issuecomment-626358195

Comment:
@Chocimier: That does not work for me.

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

* Re: mercurial: update to 5.4.
  2020-05-06 17:39 [PR PATCH] mercurial: update to 5.4 mobinmob
                   ` (4 preceding siblings ...)
  2020-05-10 17:02 ` mobinmob
@ 2020-05-10 17:03 ` mobinmob
  2020-05-10 17:30 ` mobinmob
                   ` (4 subsequent siblings)
  10 siblings, 0 replies; 14+ messages in thread
From: mobinmob @ 2020-05-10 17:03 UTC (permalink / raw)
  To: ml

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

New comment by mobinmob on void-packages repository

https://github.com/void-linux/void-packages/pull/21698#issuecomment-626358195

Comment:
@Chocimier: That does not work for me.
```

=> mercurial-5.3.2_2: running do_check ...
rm: cannot remove 'test-doctest.py': No such file or directory
rm: cannot remove 'test-hghave.t': No such file or directory
rm: cannot remove 'test-https.t': No such file or directory
rm: cannot remove 'test-merge-tools.t': No such file or directory
```


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

* Re: mercurial: update to 5.4.
  2020-05-06 17:39 [PR PATCH] mercurial: update to 5.4 mobinmob
                   ` (5 preceding siblings ...)
  2020-05-10 17:03 ` mobinmob
@ 2020-05-10 17:30 ` mobinmob
  2020-05-11  8:06 ` [PR PATCH] [Updated] " mobinmob
                   ` (3 subsequent siblings)
  10 siblings, 0 replies; 14+ messages in thread
From: mobinmob @ 2020-05-10 17:30 UTC (permalink / raw)
  To: ml

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

New comment by mobinmob on void-packages repository

https://github.com/void-linux/void-packages/pull/21698#issuecomment-626358195

Comment:
@Chocimier: That does not work for me.
```

=> mercurial-5.3.2_2: running do_check ...
rm: cannot remove 'test-doctest.py': No such file or directory
rm: cannot remove 'test-hghave.t': No such file or directory
rm: cannot remove 'test-https.t': No such file or directory
rm: cannot remove 'test-merge-tools.t': No such file or directory
```


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

* Re: [PR PATCH] [Updated] mercurial: update to 5.4.
  2020-05-06 17:39 [PR PATCH] mercurial: update to 5.4 mobinmob
                   ` (6 preceding siblings ...)
  2020-05-10 17:30 ` mobinmob
@ 2020-05-11  8:06 ` mobinmob
  2020-05-11  8:08 ` mobinmob
                   ` (2 subsequent siblings)
  10 siblings, 0 replies; 14+ messages in thread
From: mobinmob @ 2020-05-11  8:06 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mobinmob/void-packages mercurial
https://github.com/void-linux/void-packages/pull/21698

mercurial: update to 5.4.


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

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

From 32d221793d568a2666951b0f1dd0ec0c2e68014d Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Wed, 6 May 2020 18:41:03 +0300
Subject: [PATCH] mercurial: update to 5.4.

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

diff --git a/srcpkgs/mercurial/template b/srcpkgs/mercurial/template
index fae51e66cd1..9950535dccc 100644
--- a/srcpkgs/mercurial/template
+++ b/srcpkgs/mercurial/template
@@ -1,17 +1,24 @@
 # Template file for 'mercurial'
 pkgname=mercurial
-version=5.3.2
-revision=2
+version=5.4
+revision=1
 build_style=python3-module
 hostmakedepends="python3 python3-setuptools python3-devel"
 makedepends="python3-devel"
 depends="python3 ca-certificates"
+checkdepends="iana-etc tar unzip which xz"
 short_desc="Fast, lightweight source control management system"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-or-later"
 homepage="https://www.mercurial-scm.org/"
 distfiles="https://www.mercurial-scm.org/release/mercurial-${version}.tar.gz"
-checksum=fed24cbc314d31b0780309ee324c38d45476f00f555969551badcc2a1d5f1329
+checksum=1df8d1978aefcbb65dc51e3666a452583f47aeaf3c5682e4c00a3b23cd805d6a
+
+do_check() {
+       cd tests
+       rm test-doctest.py test-hghave.t test-https.t test-merge-tools.t test-persistent-nodemap.t
+       python3 run-tests.py ${makejobs}
+}
 
 post_install() {
 	for i in doc/*.1 doc/*.8 doc/*.5 ; do

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

* Re: mercurial: update to 5.4.
  2020-05-06 17:39 [PR PATCH] mercurial: update to 5.4 mobinmob
                   ` (7 preceding siblings ...)
  2020-05-11  8:06 ` [PR PATCH] [Updated] " mobinmob
@ 2020-05-11  8:08 ` mobinmob
  2020-05-11 18:32 ` Chocimier
  2020-05-11 18:38 ` [PR PATCH] [Closed]: " Chocimier
  10 siblings, 0 replies; 14+ messages in thread
From: mobinmob @ 2020-05-11  8:08 UTC (permalink / raw)
  To: ml

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

New comment by mobinmob on void-packages repository

https://github.com/void-linux/void-packages/pull/21698#issuecomment-626543844

Comment:
@Chocimier : Thank you, I pushed the changes. Unfortunately I cannot test them... check takes an ungodly amount of time in my machine. 


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

* Re: mercurial: update to 5.4.
  2020-05-06 17:39 [PR PATCH] mercurial: update to 5.4 mobinmob
                   ` (8 preceding siblings ...)
  2020-05-11  8:08 ` mobinmob
@ 2020-05-11 18:32 ` Chocimier
  2020-05-11 18:38 ` [PR PATCH] [Closed]: " Chocimier
  10 siblings, 0 replies; 14+ messages in thread
From: Chocimier @ 2020-05-11 18:32 UTC (permalink / raw)
  To: ml

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

New comment by Chocimier on void-packages repository

https://github.com/void-linux/void-packages/pull/21698#issuecomment-626878592

Comment:
Thanks.

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

* Re: [PR PATCH] [Closed]: mercurial: update to 5.4.
  2020-05-06 17:39 [PR PATCH] mercurial: update to 5.4 mobinmob
                   ` (9 preceding siblings ...)
  2020-05-11 18:32 ` Chocimier
@ 2020-05-11 18:38 ` Chocimier
  10 siblings, 0 replies; 14+ messages in thread
From: Chocimier @ 2020-05-11 18:38 UTC (permalink / raw)
  To: ml

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

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

mercurial: update to 5.4.
https://github.com/void-linux/void-packages/pull/21698

Description:


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

* Re: mercurial: update to 5.4.
  2020-05-06 16:04 [PR PATCH] " mobinmob
  2020-05-06 16:52 ` Chocimier
@ 2020-05-06 17:37 ` mobinmob
  1 sibling, 0 replies; 14+ messages in thread
From: mobinmob @ 2020-05-06 17:37 UTC (permalink / raw)
  To: ml

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

New comment by mobinmob on void-packages repository

https://github.com/void-linux/void-packages/pull/21692#issuecomment-624788893

Comment:
> FeatherPad looks unrelated

Closing and opening PR with the proper commits...

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

* Re: mercurial: update to 5.4.
  2020-05-06 16:04 [PR PATCH] " mobinmob
@ 2020-05-06 16:52 ` Chocimier
  2020-05-06 17:37 ` mobinmob
  1 sibling, 0 replies; 14+ messages in thread
From: Chocimier @ 2020-05-06 16:52 UTC (permalink / raw)
  To: ml

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

New comment by Chocimier on void-packages repository

https://github.com/void-linux/void-packages/pull/21692#issuecomment-624765332

Comment:
FeatherPad looks unrelated

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

end of thread, other threads:[~2020-05-11 18:38 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-06 17:39 [PR PATCH] mercurial: update to 5.4 mobinmob
2020-05-06 17:50 ` Chocimier
2020-05-06 19:19 ` Chocimier
2020-05-06 19:31 ` mobinmob
2020-05-09 13:44 ` Chocimier
2020-05-10 17:02 ` mobinmob
2020-05-10 17:03 ` mobinmob
2020-05-10 17:30 ` mobinmob
2020-05-11  8:06 ` [PR PATCH] [Updated] " mobinmob
2020-05-11  8:08 ` mobinmob
2020-05-11 18:32 ` Chocimier
2020-05-11 18:38 ` [PR PATCH] [Closed]: " Chocimier
  -- strict thread matches above, loose matches on Subject: below --
2020-05-06 16:04 [PR PATCH] " mobinmob
2020-05-06 16:52 ` Chocimier
2020-05-06 17:37 ` mobinmob

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