Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] python3-sh: update to 1.14.0
@ 2020-09-25 16:54 pfpulux
  2020-09-25 20:03 ` [PR REVIEW] " Chocimier
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: pfpulux @ 2020-09-25 16:54 UTC (permalink / raw)
  To: ml

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

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

https://github.com/pfpulux/void-packages python3-sh
https://github.com/void-linux/void-packages/pull/25091

python3-sh: update to 1.14.0


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

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

From b27cf50ab309822352cee66b7b5cbceb3b95f3a5 Mon Sep 17 00:00:00 2001
From: Pulux <pulux@pf4sh.de>
Date: Fri, 25 Sep 2020 18:53:35 +0200
Subject: [PATCH] python3-sh: update to 1.14.0

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

diff --git a/srcpkgs/python3-sh/template b/srcpkgs/python3-sh/template
index 71d518fe82a..cbcf64ac1ef 100644
--- a/srcpkgs/python3-sh/template
+++ b/srcpkgs/python3-sh/template
@@ -1,6 +1,6 @@
 # Template file for 'python3-sh'
 pkgname=python3-sh
-version=1.13.1
+version=1.14.0
 revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
@@ -11,7 +11,7 @@ maintainer="pulux <pulux@pf4sh.de>"
 license="MIT"
 homepage="https://github.com/amoffat/sh"
 distfiles="${PYPI_SITE}/s/sh/sh-${version}.tar.gz"
-checksum=97a3d2205e3c6a842d87ebbc9ae93acae5a352b1bc4609b428d0fd5bb9e286a3
+checksum=05c7e520cdf70f70a7228a03b589da9f96c6e0d06fc487ab21fc62b26a592e59
 
 post_install() {
 	vlicense LICENSE.txt

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

* Re: [PR REVIEW] python3-sh: update to 1.14.0
  2020-09-25 16:54 [PR PATCH] python3-sh: update to 1.14.0 pfpulux
@ 2020-09-25 20:03 ` Chocimier
  2020-09-26 18:23 ` [PR PATCH] [Updated] " pfpulux
  2020-09-29 16:44 ` [PR PATCH] [Merged]: " Chocimier
  2 siblings, 0 replies; 4+ messages in thread
From: Chocimier @ 2020-09-25 20:03 UTC (permalink / raw)
  To: ml

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

New review comment by Chocimier on void-packages repository

https://github.com/void-linux/void-packages/pull/25091#discussion_r495205122

Comment:
reset to 1 on update

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

* Re: [PR PATCH] [Updated] python3-sh: update to 1.14.0
  2020-09-25 16:54 [PR PATCH] python3-sh: update to 1.14.0 pfpulux
  2020-09-25 20:03 ` [PR REVIEW] " Chocimier
@ 2020-09-26 18:23 ` pfpulux
  2020-09-29 16:44 ` [PR PATCH] [Merged]: " Chocimier
  2 siblings, 0 replies; 4+ messages in thread
From: pfpulux @ 2020-09-26 18:23 UTC (permalink / raw)
  To: ml

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

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

https://github.com/pfpulux/void-packages python3-sh
https://github.com/void-linux/void-packages/pull/25091

python3-sh: update to 1.14.0


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

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

From fe1f9eb3ce28e55702684563a48f388167ab733c Mon Sep 17 00:00:00 2001
From: Pulux <pulux@pf4sh.de>
Date: Fri, 25 Sep 2020 18:53:35 +0200
Subject: [PATCH] python3-sh: update to 1.14.0

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

diff --git a/srcpkgs/python3-sh/template b/srcpkgs/python3-sh/template
index 71d518fe82a..ea02da1a46d 100644
--- a/srcpkgs/python3-sh/template
+++ b/srcpkgs/python3-sh/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-sh'
 pkgname=python3-sh
-version=1.13.1
-revision=2
+version=1.14.0
+revision=1
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"
@@ -11,7 +11,7 @@ maintainer="pulux <pulux@pf4sh.de>"
 license="MIT"
 homepage="https://github.com/amoffat/sh"
 distfiles="${PYPI_SITE}/s/sh/sh-${version}.tar.gz"
-checksum=97a3d2205e3c6a842d87ebbc9ae93acae5a352b1bc4609b428d0fd5bb9e286a3
+checksum=05c7e520cdf70f70a7228a03b589da9f96c6e0d06fc487ab21fc62b26a592e59
 
 post_install() {
 	vlicense LICENSE.txt

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

* Re: [PR PATCH] [Merged]: python3-sh: update to 1.14.0
  2020-09-25 16:54 [PR PATCH] python3-sh: update to 1.14.0 pfpulux
  2020-09-25 20:03 ` [PR REVIEW] " Chocimier
  2020-09-26 18:23 ` [PR PATCH] [Updated] " pfpulux
@ 2020-09-29 16:44 ` Chocimier
  2 siblings, 0 replies; 4+ messages in thread
From: Chocimier @ 2020-09-29 16:44 UTC (permalink / raw)
  To: ml

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

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

python3-sh: update to 1.14.0
https://github.com/void-linux/void-packages/pull/25091

Description:


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

end of thread, other threads:[~2020-09-29 16:44 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-25 16:54 [PR PATCH] python3-sh: update to 1.14.0 pfpulux
2020-09-25 20:03 ` [PR REVIEW] " Chocimier
2020-09-26 18:23 ` [PR PATCH] [Updated] " pfpulux
2020-09-29 16:44 ` [PR PATCH] [Merged]: " Chocimier

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