Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] xonsh: update to 0.13.3
@ 2022-09-28 12:19 clyhtsuriva
  2022-09-28 17:03 ` [PR REVIEW] " classabbyamp
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: clyhtsuriva @ 2022-09-28 12:19 UTC (permalink / raw)
  To: ml

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

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

https://github.com/clyhtsuriva/void-packages xonsh-update
https://github.com/void-linux/void-packages/pull/39504

xonsh: update to 0.13.3
#### Testing the changes
- I tested the changes in this PR: **yes**

#### Local build testing
- I built this PR locally for my native architecture, x86_64
- I crossbuilded this PR locally for these architectures:
  - armv7l
  - armv6l
  - aarch64-musl

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

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

From 95018884017bc75bd5e90f27a0c025798ed299cf Mon Sep 17 00:00:00 2001
From: clyhtsuriva <aimeric@adjutor.xyz>
Date: Wed, 28 Sep 2022 14:19:34 +0200
Subject: [PATCH] xonsh: update to 0.13.3

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

diff --git a/srcpkgs/xonsh/template b/srcpkgs/xonsh/template
index c4d324cd8706..8ea93cada13c 100644
--- a/srcpkgs/xonsh/template
+++ b/srcpkgs/xonsh/template
@@ -1,6 +1,6 @@
 # Template file for 'xonsh'
 pkgname=xonsh
-version=0.13.0
+version=0.13.3
 revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-wheel"
@@ -11,7 +11,7 @@ license="GPL-3.0-or-later"
 homepage="https://xon.sh/"
 changelog="https://raw.githubusercontent.com/xonsh/xonsh/master/CHANGELOG.rst"
 distfiles="https://github.com/xonsh/xonsh/archive/${version}.tar.gz"
-checksum=8440abd1515e47b707624dfb8da08e230ebc7854edd3edcfca0d775018e0ad8d
+checksum=a84ed0f31746711280a72830aa64fed5d27b8aac8b7ffa7441556311ed2e7080
 register_shell="/bin/xonsh"
 # FIXME: fails with multiple AttributeErrors
 make_check=extended

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

* Re: [PR REVIEW] xonsh: update to 0.13.3
  2022-09-28 12:19 [PR PATCH] xonsh: update to 0.13.3 clyhtsuriva
@ 2022-09-28 17:03 ` classabbyamp
  2022-09-28 17:03 ` classabbyamp
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: classabbyamp @ 2022-09-28 17:03 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/39504#discussion_r982661034

Comment:
```suggestion
depends="python3"
```

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

* Re: [PR REVIEW] xonsh: update to 0.13.3
  2022-09-28 12:19 [PR PATCH] xonsh: update to 0.13.3 clyhtsuriva
  2022-09-28 17:03 ` [PR REVIEW] " classabbyamp
@ 2022-09-28 17:03 ` classabbyamp
  2022-09-29  6:27 ` [PR PATCH] [Updated] " clyhtsuriva
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: classabbyamp @ 2022-09-28 17:03 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/39504#discussion_r982661034

Comment:
```suggestion
hostmakedepends="python3-setuptools python3-wheel"
depends="python3"
```

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

* Re: [PR PATCH] [Updated] xonsh: update to 0.13.3
  2022-09-28 12:19 [PR PATCH] xonsh: update to 0.13.3 clyhtsuriva
  2022-09-28 17:03 ` [PR REVIEW] " classabbyamp
  2022-09-28 17:03 ` classabbyamp
@ 2022-09-29  6:27 ` clyhtsuriva
  2022-09-29  6:28 ` clyhtsuriva
  2022-09-29  7:12 ` [PR PATCH] [Merged]: " classabbyamp
  4 siblings, 0 replies; 6+ messages in thread
From: clyhtsuriva @ 2022-09-29  6:27 UTC (permalink / raw)
  To: ml

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

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

https://github.com/clyhtsuriva/void-packages xonsh-update
https://github.com/void-linux/void-packages/pull/39504

xonsh: update to 0.13.3
#### Testing the changes
- I tested the changes in this PR: **yes**

#### Local build testing
- I built this PR locally for my native architecture, x86_64
- I crossbuilded this PR locally for these architectures:
  - armv7l
  - armv6l
  - aarch64-musl

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

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

From 95018884017bc75bd5e90f27a0c025798ed299cf Mon Sep 17 00:00:00 2001
From: clyhtsuriva <aimeric@adjutor.xyz>
Date: Wed, 28 Sep 2022 14:19:34 +0200
Subject: [PATCH 1/2] xonsh: update to 0.13.3

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

diff --git a/srcpkgs/xonsh/template b/srcpkgs/xonsh/template
index c4d324cd8706..8ea93cada13c 100644
--- a/srcpkgs/xonsh/template
+++ b/srcpkgs/xonsh/template
@@ -1,6 +1,6 @@
 # Template file for 'xonsh'
 pkgname=xonsh
-version=0.13.0
+version=0.13.3
 revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-wheel"
@@ -11,7 +11,7 @@ license="GPL-3.0-or-later"
 homepage="https://xon.sh/"
 changelog="https://raw.githubusercontent.com/xonsh/xonsh/master/CHANGELOG.rst"
 distfiles="https://github.com/xonsh/xonsh/archive/${version}.tar.gz"
-checksum=8440abd1515e47b707624dfb8da08e230ebc7854edd3edcfca0d775018e0ad8d
+checksum=a84ed0f31746711280a72830aa64fed5d27b8aac8b7ffa7441556311ed2e7080
 register_shell="/bin/xonsh"
 # FIXME: fails with multiple AttributeErrors
 make_check=extended

From cb32f2d1336cd8c4e168bc16329ba7ac7a1a2661 Mon Sep 17 00:00:00 2001
From: Clyhtsuriva <61652557+clyhtsuriva@users.noreply.github.com>
Date: Thu, 29 Sep 2022 06:27:04 +0000
Subject: [PATCH 2/2] Update srcpkgs/xonsh/template

Co-authored-by: classabbyamp <5366828+classabbyamp@users.noreply.github.com>
---
 srcpkgs/xonsh/template | 1 +
 1 file changed, 1 insertion(+)

diff --git a/srcpkgs/xonsh/template b/srcpkgs/xonsh/template
index 8ea93cada13c..b13634b91c0f 100644
--- a/srcpkgs/xonsh/template
+++ b/srcpkgs/xonsh/template
@@ -4,6 +4,7 @@ version=0.13.3
 revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-wheel"
+depends="python3"
 checkdepends="python3-pytest python3-prompt_toolkit python3-Pygments"
 short_desc="Python-powered, cross-platform, Unix-gazing shell"
 maintainer="SolitudeSF <solitudesf@protonmail.com>"

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

* Re: [PR PATCH] [Updated] xonsh: update to 0.13.3
  2022-09-28 12:19 [PR PATCH] xonsh: update to 0.13.3 clyhtsuriva
                   ` (2 preceding siblings ...)
  2022-09-29  6:27 ` [PR PATCH] [Updated] " clyhtsuriva
@ 2022-09-29  6:28 ` clyhtsuriva
  2022-09-29  7:12 ` [PR PATCH] [Merged]: " classabbyamp
  4 siblings, 0 replies; 6+ messages in thread
From: clyhtsuriva @ 2022-09-29  6:28 UTC (permalink / raw)
  To: ml

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

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

https://github.com/clyhtsuriva/void-packages xonsh-update
https://github.com/void-linux/void-packages/pull/39504

xonsh: update to 0.13.3
#### Testing the changes
- I tested the changes in this PR: **yes**

#### Local build testing
- I built this PR locally for my native architecture, x86_64
- I crossbuilded this PR locally for these architectures:
  - armv7l
  - armv6l
  - aarch64-musl

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

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

From a7d0b4d900ea4a37336ffc539379f0f15a348e44 Mon Sep 17 00:00:00 2001
From: clyhtsuriva <aimeric@adjutor.xyz>
Date: Wed, 28 Sep 2022 14:19:34 +0200
Subject: [PATCH] xonsh: update to 0.13.3

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

diff --git a/srcpkgs/xonsh/template b/srcpkgs/xonsh/template
index c4d324cd8706..b13634b91c0f 100644
--- a/srcpkgs/xonsh/template
+++ b/srcpkgs/xonsh/template
@@ -1,9 +1,10 @@
 # Template file for 'xonsh'
 pkgname=xonsh
-version=0.13.0
+version=0.13.3
 revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-wheel"
+depends="python3"
 checkdepends="python3-pytest python3-prompt_toolkit python3-Pygments"
 short_desc="Python-powered, cross-platform, Unix-gazing shell"
 maintainer="SolitudeSF <solitudesf@protonmail.com>"
@@ -11,7 +12,7 @@ license="GPL-3.0-or-later"
 homepage="https://xon.sh/"
 changelog="https://raw.githubusercontent.com/xonsh/xonsh/master/CHANGELOG.rst"
 distfiles="https://github.com/xonsh/xonsh/archive/${version}.tar.gz"
-checksum=8440abd1515e47b707624dfb8da08e230ebc7854edd3edcfca0d775018e0ad8d
+checksum=a84ed0f31746711280a72830aa64fed5d27b8aac8b7ffa7441556311ed2e7080
 register_shell="/bin/xonsh"
 # FIXME: fails with multiple AttributeErrors
 make_check=extended

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

* Re: [PR PATCH] [Merged]: xonsh: update to 0.13.3
  2022-09-28 12:19 [PR PATCH] xonsh: update to 0.13.3 clyhtsuriva
                   ` (3 preceding siblings ...)
  2022-09-29  6:28 ` clyhtsuriva
@ 2022-09-29  7:12 ` classabbyamp
  4 siblings, 0 replies; 6+ messages in thread
From: classabbyamp @ 2022-09-29  7:12 UTC (permalink / raw)
  To: ml

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

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

xonsh: update to 0.13.3
https://github.com/void-linux/void-packages/pull/39504

Description:
#### Testing the changes
- I tested the changes in this PR: **yes**

#### Local build testing
- I built this PR locally for my native architecture, x86_64
- I crossbuilded this PR locally for these architectures:
  - armv7l
  - armv6l
  - aarch64-musl

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

end of thread, other threads:[~2022-09-29  7:12 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-28 12:19 [PR PATCH] xonsh: update to 0.13.3 clyhtsuriva
2022-09-28 17:03 ` [PR REVIEW] " classabbyamp
2022-09-28 17:03 ` classabbyamp
2022-09-29  6:27 ` [PR PATCH] [Updated] " clyhtsuriva
2022-09-29  6:28 ` clyhtsuriva
2022-09-29  7:12 ` [PR PATCH] [Merged]: " classabbyamp

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