Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] python3-sh: update to 1.14.2.
@ 2021-06-14 18:24 pfpulux
  2021-06-15 10:11 ` Piraty
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: pfpulux @ 2021-06-14 18:24 UTC (permalink / raw)
  To: ml

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

python3-sh: update to 1.14.2.
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] I built this PR locally for my native architecture, (ARCH-LIBC)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl
-->


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

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

From 67a1c71a458cabfa5952ff056589efa102e180d9 Mon Sep 17 00:00:00 2001
From: Pulux <pulux@pf4sh.de>
Date: Mon, 14 Jun 2021 20:20:46 +0200
Subject: [PATCH] python3-sh: update to 1.14.2.

---
 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 bc2e0c589768..fe56bddd9055 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.14.1
+version=1.14.2
 revision=1
 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=39aa9af22f6558a0c5d132881cf43e34828ca03e4ae11114852ca6a55c7c1d8e
+checksum=9d7bd0334d494b2a4609fe521b2107438cdb21c0e469ffeeb191489883d6fe0d
 
 post_install() {
 	vlicense LICENSE.txt

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

* Re: python3-sh: update to 1.14.2.
  2021-06-14 18:24 [PR PATCH] python3-sh: update to 1.14.2 pfpulux
@ 2021-06-15 10:11 ` Piraty
  2021-06-15 14:18 ` ericonr
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: Piraty @ 2021-06-15 10:11 UTC (permalink / raw)
  To: ml

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

New comment by Piraty on void-packages repository

https://github.com/void-linux/void-packages/pull/31498#issuecomment-861373232

Comment:
what about failing tests

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

* Re: python3-sh: update to 1.14.2.
  2021-06-14 18:24 [PR PATCH] python3-sh: update to 1.14.2 pfpulux
  2021-06-15 10:11 ` Piraty
@ 2021-06-15 14:18 ` ericonr
  2021-08-11 12:41 ` [PR PATCH] [Updated] " pfpulux
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: ericonr @ 2021-06-15 14:18 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/31498#issuecomment-861539528

Comment:
Can you add checkdepends from https://github.com/amoffat/sh/blob/develop/requirements-dev.txt (without the version number)?

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

* Re: [PR PATCH] [Updated] python3-sh: update to 1.14.2.
  2021-06-14 18:24 [PR PATCH] python3-sh: update to 1.14.2 pfpulux
  2021-06-15 10:11 ` Piraty
  2021-06-15 14:18 ` ericonr
@ 2021-08-11 12:41 ` pfpulux
  2021-08-12 15:01 ` pfpulux
  2021-09-11 13:49 ` [PR PATCH] [Closed]: " Piraty
  4 siblings, 0 replies; 6+ messages in thread
From: pfpulux @ 2021-08-11 12:41 UTC (permalink / raw)
  To: ml

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

python3-sh: update to 1.14.2.
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] I built this PR locally for my native architecture, (ARCH-LIBC)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl
-->


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

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

From 2d10e1345a6857c2ec34e11f2a979b8b9ffdc300 Mon Sep 17 00:00:00 2001
From: Pulux <pulux@pf4sh.de>
Date: Mon, 14 Jun 2021 20:20:46 +0200
Subject: [PATCH] python3-sh: update to 1.14.2.

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

diff --git a/srcpkgs/python3-sh/template b/srcpkgs/python3-sh/template
index bc2e0c589768..a4ee53106fb0 100644
--- a/srcpkgs/python3-sh/template
+++ b/srcpkgs/python3-sh/template
@@ -1,17 +1,18 @@
 # Template file for 'python3-sh'
 pkgname=python3-sh
-version=1.14.1
+version=1.14.2
 revision=1
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3"
+checkdepends="python3-Pygments python3-coverage python3-coveralls python3-docopt python3-docutils flake8"
 short_desc="Python subprocess replacement (Python3)"
 maintainer="pulux <pulux@pf4sh.de>"
 license="MIT"
 homepage="https://github.com/amoffat/sh"
 distfiles="${PYPI_SITE}/s/sh/sh-${version}.tar.gz"
-checksum=39aa9af22f6558a0c5d132881cf43e34828ca03e4ae11114852ca6a55c7c1d8e
+checksum=9d7bd0334d494b2a4609fe521b2107438cdb21c0e469ffeeb191489883d6fe0d
 
 post_install() {
 	vlicense LICENSE.txt

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

* Re: python3-sh: update to 1.14.2.
  2021-06-14 18:24 [PR PATCH] python3-sh: update to 1.14.2 pfpulux
                   ` (2 preceding siblings ...)
  2021-08-11 12:41 ` [PR PATCH] [Updated] " pfpulux
@ 2021-08-12 15:01 ` pfpulux
  2021-09-11 13:49 ` [PR PATCH] [Closed]: " Piraty
  4 siblings, 0 replies; 6+ messages in thread
From: pfpulux @ 2021-08-12 15:01 UTC (permalink / raw)
  To: ml

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

New comment by pfpulux on void-packages repository

https://github.com/void-linux/void-packages/pull/31498#issuecomment-897713591

Comment:
it seems that the Check failed because `$HOME` is set to `/tmp` in the build environment

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

* Re: [PR PATCH] [Closed]: python3-sh: update to 1.14.2.
  2021-06-14 18:24 [PR PATCH] python3-sh: update to 1.14.2 pfpulux
                   ` (3 preceding siblings ...)
  2021-08-12 15:01 ` pfpulux
@ 2021-09-11 13:49 ` Piraty
  4 siblings, 0 replies; 6+ messages in thread
From: Piraty @ 2021-09-11 13:49 UTC (permalink / raw)
  To: ml

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

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

python3-sh: update to 1.14.2.
https://github.com/void-linux/void-packages/pull/31498

Description:
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] I built this PR locally for my native architecture, (ARCH-LIBC)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl
-->


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

end of thread, other threads:[~2021-09-11 13:49 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-14 18:24 [PR PATCH] python3-sh: update to 1.14.2 pfpulux
2021-06-15 10:11 ` Piraty
2021-06-15 14:18 ` ericonr
2021-08-11 12:41 ` [PR PATCH] [Updated] " pfpulux
2021-08-12 15:01 ` pfpulux
2021-09-11 13:49 ` [PR PATCH] [Closed]: " Piraty

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