* [PR PATCH] xonsh: update to 0.18.3
@ 2024-09-02 18:53 clyhtsuriva
2024-09-02 18:54 ` tranzystorekk
` (4 more replies)
0 siblings, 5 replies; 8+ messages in thread
From: clyhtsuriva @ 2024-09-02 18:53 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 605 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/52094
xonsh: update to 0.18.3
#### Testing the changes
- I tested the changes in this PR: **briefly**
#### Local build testing
- I built this PR locally for my native architecture, **x86_64**
- I crossbuilded this PR locally for these architectures:
- **armv7l**
- **armv6l-musl**
- **aarch64-musl**
A patch file from https://github.com/void-linux/void-packages/pull/52094.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-xonsh-update-52094.patch --]
[-- Type: text/x-diff, Size: 1124 bytes --]
From 7f928d67643ff54f0804473e179d59f95b67380d Mon Sep 17 00:00:00 2001
From: clyhtsuriva <aimeric@adjutor.xyz>
Date: Mon, 2 Sep 2024 20:48:33 +0200
Subject: [PATCH] xonsh: update to 0.18.3
---
srcpkgs/xonsh/template | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/srcpkgs/xonsh/template b/srcpkgs/xonsh/template
index 10b42ecf0d3135..a7355dd2c0493f 100644
--- a/srcpkgs/xonsh/template
+++ b/srcpkgs/xonsh/template
@@ -1,6 +1,6 @@
# Template file for 'xonsh'
pkgname=xonsh
-version=0.17.0
+version=0.18.3
revision=1
build_style=python3-module
hostmakedepends="python3-setuptools python3-wheel"
@@ -12,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=7a7ad21eb6831ed09e2949cd65282f6e84c7406179f031706d8a41eeb6919a81
+checksum=1fdf6a61fcfafa052883cd387c430d9cb87c6764bc253a6727bb5161163d3929
register_shell="/bin/xonsh"
# FIXME: AttributeError because of missing XSH.load() and multiple other failures
make_check=no
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: xonsh: update to 0.18.3
2024-09-02 18:53 [PR PATCH] xonsh: update to 0.18.3 clyhtsuriva
@ 2024-09-02 18:54 ` tranzystorekk
2024-09-29 18:19 ` [PR PATCH] [Updated] " clyhtsuriva
` (3 subsequent siblings)
4 siblings, 0 replies; 8+ messages in thread
From: tranzystorekk @ 2024-09-02 18:54 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 214 bytes --]
New comment by tranzystorekk on void-packages repository
https://github.com/void-linux/void-packages/pull/52094#issuecomment-2325205445
Comment:
Please don't close PRs when making changes, amend commits instead.
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [PR PATCH] [Updated] xonsh: update to 0.18.3
2024-09-02 18:53 [PR PATCH] xonsh: update to 0.18.3 clyhtsuriva
2024-09-02 18:54 ` tranzystorekk
@ 2024-09-29 18:19 ` clyhtsuriva
2024-09-29 18:29 ` clyhtsuriva
` (2 subsequent siblings)
4 siblings, 0 replies; 8+ messages in thread
From: clyhtsuriva @ 2024-09-29 18:19 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 610 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/52094
xonsh: update to 0.18.3
#### Testing the changes
- I tested the changes in this PR: **briefly**
#### Local build testing
- I built this PR locally for my native architecture, **x86_64**
- I crossbuilded this PR locally for these architectures:
- **armv7l**
- **armv6l-musl**
- **aarch64-musl**
A patch file from https://github.com/void-linux/void-packages/pull/52094.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-xonsh-update-52094.patch --]
[-- Type: text/x-diff, Size: 1125 bytes --]
From d852cb2aa3a7e10c4494a736d1d2fd890025fda1 Mon Sep 17 00:00:00 2001
From: clyhtsuriva <aimeric@adjutor.xyz>
Date: Sun, 29 Sep 2024 20:18:32 +0200
Subject: [PATCH] xonsh: update to 0.18.3
---
srcpkgs/xonsh/template | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/srcpkgs/xonsh/template b/srcpkgs/xonsh/template
index 10b42ecf0d3135..a7355dd2c0493f 100644
--- a/srcpkgs/xonsh/template
+++ b/srcpkgs/xonsh/template
@@ -1,6 +1,6 @@
# Template file for 'xonsh'
pkgname=xonsh
-version=0.17.0
+version=0.18.3
revision=1
build_style=python3-module
hostmakedepends="python3-setuptools python3-wheel"
@@ -12,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=7a7ad21eb6831ed09e2949cd65282f6e84c7406179f031706d8a41eeb6919a81
+checksum=1fdf6a61fcfafa052883cd387c430d9cb87c6764bc253a6727bb5161163d3929
register_shell="/bin/xonsh"
# FIXME: AttributeError because of missing XSH.load() and multiple other failures
make_check=no
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: xonsh: update to 0.18.3
2024-09-02 18:53 [PR PATCH] xonsh: update to 0.18.3 clyhtsuriva
2024-09-02 18:54 ` tranzystorekk
2024-09-29 18:19 ` [PR PATCH] [Updated] " clyhtsuriva
@ 2024-09-29 18:29 ` clyhtsuriva
2024-11-01 2:41 ` [PR PATCH] [Closed]: " classabbyamp
2024-11-01 2:41 ` classabbyamp
4 siblings, 0 replies; 8+ messages in thread
From: clyhtsuriva @ 2024-09-29 18:29 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 338 bytes --]
New comment by clyhtsuriva on void-packages repository
https://github.com/void-linux/void-packages/pull/52094#issuecomment-2381454460
Comment:
@tranzystorekk
> Please don't close PRs when making changes, amend commits instead.
Sure, sorry, I'll be careful about that, I kinda panicked about a mistake I made on the previous PR ^^'
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [PR PATCH] [Closed]: xonsh: update to 0.18.3
2024-09-02 18:53 [PR PATCH] xonsh: update to 0.18.3 clyhtsuriva
` (2 preceding siblings ...)
2024-09-29 18:29 ` clyhtsuriva
@ 2024-11-01 2:41 ` classabbyamp
2024-11-01 2:41 ` classabbyamp
4 siblings, 0 replies; 8+ messages in thread
From: classabbyamp @ 2024-11-01 2:41 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 441 bytes --]
There's a closed pull request on the void-packages repository
xonsh: update to 0.18.3
https://github.com/void-linux/void-packages/pull/52094
Description:
#### Testing the changes
- I tested the changes in this PR: **briefly**
#### Local build testing
- I built this PR locally for my native architecture, **x86_64**
- I crossbuilded this PR locally for these architectures:
- **armv7l**
- **armv6l-musl**
- **aarch64-musl**
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: xonsh: update to 0.18.3
2024-09-02 18:53 [PR PATCH] xonsh: update to 0.18.3 clyhtsuriva
` (3 preceding siblings ...)
2024-11-01 2:41 ` [PR PATCH] [Closed]: " classabbyamp
@ 2024-11-01 2:41 ` classabbyamp
4 siblings, 0 replies; 8+ messages in thread
From: classabbyamp @ 2024-11-01 2:41 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 201 bytes --]
New comment by classabbyamp on void-packages repository
https://github.com/void-linux/void-packages/pull/52094#issuecomment-2451188121
Comment:
https://github.com/void-linux/void-packages/pull/52652
^ permalink raw reply [flat|nested] 8+ messages in thread
* [PR PATCH] xonsh: update to 0.18.3
@ 2024-10-15 20:13 voidisnull
0 siblings, 0 replies; 8+ messages in thread
From: voidisnull @ 2024-10-15 20:13 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 632 bytes --]
There is a new pull request by voidisnull against master on the void-packages repository
https://github.com/voidisnull/void-packages xonsh
https://github.com/void-linux/void-packages/pull/52652
xonsh: update to 0.18.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-musl)
- I built this PR locally for these architectures:
- x86_64-glibc
- i686
@SolitudeSF could please review the changes??
And thanks for your time
A patch file from https://github.com/void-linux/void-packages/pull/52652.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-xonsh-52652.patch --]
[-- Type: text/x-diff, Size: 1387 bytes --]
From b9ab68d146caa9ddb0226d9c53b33cfa730cc114 Mon Sep 17 00:00:00 2001
From: Saksham Verma <voidisnull@duck.com>
Date: Wed, 16 Oct 2024 01:42:06 +0530
Subject: [PATCH] xonsh: update to 0.18.3
---
srcpkgs/xonsh/template | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/srcpkgs/xonsh/template b/srcpkgs/xonsh/template
index 10b42ecf0d3135..ebcd42a65e5f59 100644
--- a/srcpkgs/xonsh/template
+++ b/srcpkgs/xonsh/template
@@ -1,10 +1,10 @@
# Template file for 'xonsh'
pkgname=xonsh
-version=0.17.0
+version=0.18.3
revision=1
build_style=python3-module
hostmakedepends="python3-setuptools python3-wheel"
-depends="python3"
+depends="python3 python3-Pygments"
checkdepends="python3-pytest python3-prompt_toolkit python3-Pygments python3-pyte"
short_desc="Python-powered, cross-platform, Unix-gazing shell"
maintainer="SolitudeSF <solitudesf@protonmail.com>"
@@ -12,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=7a7ad21eb6831ed09e2949cd65282f6e84c7406179f031706d8a41eeb6919a81
+checksum=1fdf6a61fcfafa052883cd387c430d9cb87c6764bc253a6727bb5161163d3929
register_shell="/bin/xonsh"
# FIXME: AttributeError because of missing XSH.load() and multiple other failures
make_check=no
^ permalink raw reply [flat|nested] 8+ messages in thread
* [PR PATCH] xonsh: update to 0.18.3
@ 2024-09-02 18:48 clyhtsuriva
0 siblings, 0 replies; 8+ messages in thread
From: clyhtsuriva @ 2024-09-02 18:48 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 577 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/52093
xonsh: update to 0.18.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-musl
- aarch64-musl
A patch file from https://github.com/void-linux/void-packages/pull/52093.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-xonsh-update-52093.patch --]
[-- Type: text/x-diff, Size: 1125 bytes --]
From 42c495fbba31cd6a0f1260fbc414795c26f91e05 Mon Sep 17 00:00:00 2001
From: clyhtsuriva <aimeric@adjutor.xyz>
Date: Fri, 21 Jun 2024 23:26:57 +0200
Subject: [PATCH] xonsh: update to 0.17.0
---
srcpkgs/xonsh/template | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/srcpkgs/xonsh/template b/srcpkgs/xonsh/template
index 5fece83c8c84cb..10b42ecf0d3135 100644
--- a/srcpkgs/xonsh/template
+++ b/srcpkgs/xonsh/template
@@ -1,6 +1,6 @@
# Template file for 'xonsh'
pkgname=xonsh
-version=0.16.0
+version=0.17.0
revision=1
build_style=python3-module
hostmakedepends="python3-setuptools python3-wheel"
@@ -12,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=914e95c5946d92e71e09a5787e7dc8ed0e49e19c9ae70d8943d9a40bbae62fd9
+checksum=7a7ad21eb6831ed09e2949cd65282f6e84c7406179f031706d8a41eeb6919a81
register_shell="/bin/xonsh"
# FIXME: AttributeError because of missing XSH.load() and multiple other failures
make_check=no
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2024-11-01 2:41 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-09-02 18:53 [PR PATCH] xonsh: update to 0.18.3 clyhtsuriva
2024-09-02 18:54 ` tranzystorekk
2024-09-29 18:19 ` [PR PATCH] [Updated] " clyhtsuriva
2024-09-29 18:29 ` clyhtsuriva
2024-11-01 2:41 ` [PR PATCH] [Closed]: " classabbyamp
2024-11-01 2:41 ` classabbyamp
-- strict thread matches above, loose matches on Subject: below --
2024-10-15 20:13 [PR PATCH] " voidisnull
2024-09-02 18:48 clyhtsuriva
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).