Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] mercurial: update to 5.2
@ 2019-11-08 15:37 voidlinux-github
  2019-11-08 15:39 ` [PR PATCH] [Updated] " voidlinux-github
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: voidlinux-github @ 2019-11-08 15:37 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ndowens/void-packages mercurial
https://github.com/void-linux/void-packages/pull/16233

mercurial: update to 5.2


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

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

From 923b8aa70785b29eddae6b232d963c7d779ddb26 Mon Sep 17 00:00:00 2001
From: Nathan Owens <ndowens04@gmail.com>
Date: Fri, 8 Nov 2019 09:36:57 -0600
Subject: [PATCH] mercurial: update to 5.2

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

diff --git a/srcpkgs/mercurial/template b/srcpkgs/mercurial/template
index 325b2c1e6b3..17a7d75ee91 100644
--- a/srcpkgs/mercurial/template
+++ b/srcpkgs/mercurial/template
@@ -1,18 +1,18 @@
 # Template file for 'mercurial'
 pkgname=mercurial
-version=5.1.2
+version=5.2
 revision=1
-build_style=python2-module
+build_style=python3-module
 pycompile_module="hgdemandimport hgext hgext3rd mercurial"
-hostmakedepends="python-devel"
-makedepends="python-devel"
+hostmakedeoends="python3 python3-setuptools"
+makedepends="python3-devel"
 depends="ca-certificates"
 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=15af0b090b23649e0e53621a88dde97b55a734d7cb08b77d3df284db70d44e2e
+checksum=ff030e923f03ee15c91191996fcb099bfcfa60c7df263be227f67b6a65d36194
 
 post_install() {
 	vmkdir usr/share/man/man1

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

* Re: [PR PATCH] [Updated] mercurial: update to 5.2
  2019-11-08 15:37 [PR PATCH] mercurial: update to 5.2 voidlinux-github
@ 2019-11-08 15:39 ` voidlinux-github
  2019-11-08 15:56 ` voidlinux-github
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: voidlinux-github @ 2019-11-08 15:39 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ndowens/void-packages mercurial
https://github.com/void-linux/void-packages/pull/16233

mercurial: update to 5.2


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

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

From 21455c93d45eaf0575a32cc0fd505dcd26a6923e Mon Sep 17 00:00:00 2001
From: Nathan Owens <ndowens04@gmail.com>
Date: Fri, 8 Nov 2019 09:36:57 -0600
Subject: [PATCH] mercurial: update to 5.2

Change to Python3 due to upcoming
Python2 EOL
---
 srcpkgs/mercurial/template | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/mercurial/template b/srcpkgs/mercurial/template
index 325b2c1e6b3..17a7d75ee91 100644
--- a/srcpkgs/mercurial/template
+++ b/srcpkgs/mercurial/template
@@ -1,18 +1,18 @@
 # Template file for 'mercurial'
 pkgname=mercurial
-version=5.1.2
+version=5.2
 revision=1
-build_style=python2-module
+build_style=python3-module
 pycompile_module="hgdemandimport hgext hgext3rd mercurial"
-hostmakedepends="python-devel"
-makedepends="python-devel"
+hostmakedeoends="python3 python3-setuptools"
+makedepends="python3-devel"
 depends="ca-certificates"
 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=15af0b090b23649e0e53621a88dde97b55a734d7cb08b77d3df284db70d44e2e
+checksum=ff030e923f03ee15c91191996fcb099bfcfa60c7df263be227f67b6a65d36194
 
 post_install() {
 	vmkdir usr/share/man/man1

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

* Re: [PR PATCH] [Updated] mercurial: update to 5.2
  2019-11-08 15:37 [PR PATCH] mercurial: update to 5.2 voidlinux-github
  2019-11-08 15:39 ` [PR PATCH] [Updated] " voidlinux-github
@ 2019-11-08 15:56 ` voidlinux-github
  2019-11-08 16:06 ` [PR PATCH] [Updated] [No Merge] " voidlinux-github
  2019-11-09 18:48 ` [PR PATCH] [Merged]: " voidlinux-github
  3 siblings, 0 replies; 5+ messages in thread
From: voidlinux-github @ 2019-11-08 15:56 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ndowens/void-packages mercurial
https://github.com/void-linux/void-packages/pull/16233

mercurial: update to 5.2


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

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

From 1e37f9b3b8dd041fbe1a4d342fc228dcbd00a0f5 Mon Sep 17 00:00:00 2001
From: Nathan Owens <ndowens04@gmail.com>
Date: Fri, 8 Nov 2019 09:36:57 -0600
Subject: [PATCH] mercurial: update to 5.2

Change to Python3 due to upcoming
Python2 EOL
---
 srcpkgs/mercurial/template | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/mercurial/template b/srcpkgs/mercurial/template
index 325b2c1e6b3..2544fa4317d 100644
--- a/srcpkgs/mercurial/template
+++ b/srcpkgs/mercurial/template
@@ -1,18 +1,18 @@
 # Template file for 'mercurial'
 pkgname=mercurial
-version=5.1.2
+version=5.2
 revision=1
-build_style=python2-module
+build_style=python3-module
 pycompile_module="hgdemandimport hgext hgext3rd mercurial"
-hostmakedepends="python-devel"
-makedepends="python-devel"
+hostmakedepends="python3 python3-setuptools"
+makedepends="python3-devel"
 depends="ca-certificates"
 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=15af0b090b23649e0e53621a88dde97b55a734d7cb08b77d3df284db70d44e2e
+checksum=ff030e923f03ee15c91191996fcb099bfcfa60c7df263be227f67b6a65d36194
 
 post_install() {
 	vmkdir usr/share/man/man1

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

* Re: [PR PATCH] [Updated] [No Merge] mercurial: update to 5.2
  2019-11-08 15:37 [PR PATCH] mercurial: update to 5.2 voidlinux-github
  2019-11-08 15:39 ` [PR PATCH] [Updated] " voidlinux-github
  2019-11-08 15:56 ` voidlinux-github
@ 2019-11-08 16:06 ` voidlinux-github
  2019-11-09 18:48 ` [PR PATCH] [Merged]: " voidlinux-github
  3 siblings, 0 replies; 5+ messages in thread
From: voidlinux-github @ 2019-11-08 16:06 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ndowens/void-packages mercurial
https://github.com/void-linux/void-packages/pull/16233

[No Merge] mercurial: update to 5.2


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

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

From f3c7923b4365020f8b43328cf2e294a26c533d68 Mon Sep 17 00:00:00 2001
From: Nathan Owens <ndowens04@gmail.com>
Date: Fri, 8 Nov 2019 09:36:57 -0600
Subject: [PATCH] mercurial: update to 5.2

Change to Python3 due to upcoming
Python2 EOL
---
 srcpkgs/mercurial/template | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/mercurial/template b/srcpkgs/mercurial/template
index 325b2c1e6b3..a425bdd2372 100644
--- a/srcpkgs/mercurial/template
+++ b/srcpkgs/mercurial/template
@@ -1,18 +1,18 @@
 # Template file for 'mercurial'
 pkgname=mercurial
-version=5.1.2
+version=5.2
 revision=1
-build_style=python2-module
+build_style=python3-module
 pycompile_module="hgdemandimport hgext hgext3rd mercurial"
-hostmakedepends="python-devel"
-makedepends="python-devel"
+hostmakedepends="python3 python3-setuptools python3-devel"
+makedepends="python3-devel"
 depends="ca-certificates"
 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=15af0b090b23649e0e53621a88dde97b55a734d7cb08b77d3df284db70d44e2e
+checksum=ff030e923f03ee15c91191996fcb099bfcfa60c7df263be227f67b6a65d36194
 
 post_install() {
 	vmkdir usr/share/man/man1

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

* Re: [PR PATCH] [Merged]: mercurial: update to 5.2
  2019-11-08 15:37 [PR PATCH] mercurial: update to 5.2 voidlinux-github
                   ` (2 preceding siblings ...)
  2019-11-08 16:06 ` [PR PATCH] [Updated] [No Merge] " voidlinux-github
@ 2019-11-09 18:48 ` voidlinux-github
  3 siblings, 0 replies; 5+ messages in thread
From: voidlinux-github @ 2019-11-09 18:48 UTC (permalink / raw)
  To: ml

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

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

mercurial: update to 5.2
https://github.com/void-linux/void-packages/pull/16233

Description:


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

end of thread, other threads:[~2019-11-09 18:48 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-11-08 15:37 [PR PATCH] mercurial: update to 5.2 voidlinux-github
2019-11-08 15:39 ` [PR PATCH] [Updated] " voidlinux-github
2019-11-08 15:56 ` voidlinux-github
2019-11-08 16:06 ` [PR PATCH] [Updated] [No Merge] " voidlinux-github
2019-11-09 18:48 ` [PR PATCH] [Merged]: " voidlinux-github

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