Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] xonsh: update to 0.13.0
@ 2022-07-11 12:20 ishaanbhimwal
  2022-07-11 16:23 ` mobinmob
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: ishaanbhimwal @ 2022-07-11 12:20 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ishaanbhimwal/void-packages xonsh
https://github.com/void-linux/void-packages/pull/37998

xonsh: update to 0.13.0
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- 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/37998.patch is attached

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

From 3feb0e5b9369864e6914894b9c14e03b925dffb4 Mon Sep 17 00:00:00 2001
From: Ishaan Bhimwal <ishaanbhimwal@protonmail.com>
Date: Mon, 11 Jul 2022 17:46:56 +0530
Subject: [PATCH] xonsh: update to 0.13.0

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

diff --git a/srcpkgs/xonsh/template b/srcpkgs/xonsh/template
index 69caa602e442..c4d324cd8706 100644
--- a/srcpkgs/xonsh/template
+++ b/srcpkgs/xonsh/template
@@ -1,9 +1,9 @@
 # Template file for 'xonsh'
 pkgname=xonsh
-version=0.11.0
+version=0.13.0
 revision=1
 build_style=python3-module
-hostmakedepends="python3-setuptools"
+hostmakedepends="python3-setuptools python3-wheel"
 checkdepends="python3-pytest python3-prompt_toolkit python3-Pygments"
 short_desc="Python-powered, cross-platform, Unix-gazing shell"
 maintainer="SolitudeSF <solitudesf@protonmail.com>"
@@ -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=9d73273276996297920c234c7d4267a305c695f0e9e2454dbdf0655c3a8f75cb
+checksum=8440abd1515e47b707624dfb8da08e230ebc7854edd3edcfca0d775018e0ad8d
 register_shell="/bin/xonsh"
 # FIXME: fails with multiple AttributeErrors
 make_check=extended

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

* Re: xonsh: update to 0.13.0
  2022-07-11 12:20 [PR PATCH] xonsh: update to 0.13.0 ishaanbhimwal
@ 2022-07-11 16:23 ` mobinmob
  2022-07-11 18:43 ` Chocimier
  2022-07-11 18:43 ` [PR PATCH] [Closed]: " Chocimier
  2 siblings, 0 replies; 4+ messages in thread
From: mobinmob @ 2022-07-11 16:23 UTC (permalink / raw)
  To: ml

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

New comment by mobinmob on void-packages repository

https://github.com/void-linux/void-packages/pull/37998#issuecomment-1180614234

Comment:
https://github.com/void-linux/void-packages/pull/37120

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

* Re: xonsh: update to 0.13.0
  2022-07-11 12:20 [PR PATCH] xonsh: update to 0.13.0 ishaanbhimwal
  2022-07-11 16:23 ` mobinmob
@ 2022-07-11 18:43 ` Chocimier
  2022-07-11 18:43 ` [PR PATCH] [Closed]: " Chocimier
  2 siblings, 0 replies; 4+ messages in thread
From: Chocimier @ 2022-07-11 18:43 UTC (permalink / raw)
  To: ml

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

New comment by Chocimier on void-packages repository

https://github.com/void-linux/void-packages/pull/37998#issuecomment-1180743876

Comment:
Resolved by #37120

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

* Re: [PR PATCH] [Closed]: xonsh: update to 0.13.0
  2022-07-11 12:20 [PR PATCH] xonsh: update to 0.13.0 ishaanbhimwal
  2022-07-11 16:23 ` mobinmob
  2022-07-11 18:43 ` Chocimier
@ 2022-07-11 18:43 ` Chocimier
  2 siblings, 0 replies; 4+ messages in thread
From: Chocimier @ 2022-07-11 18:43 UTC (permalink / raw)
  To: ml

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

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

xonsh: update to 0.13.0
https://github.com/void-linux/void-packages/pull/37998

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- 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] 4+ messages in thread

end of thread, other threads:[~2022-07-11 18:43 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-11 12:20 [PR PATCH] xonsh: update to 0.13.0 ishaanbhimwal
2022-07-11 16:23 ` mobinmob
2022-07-11 18:43 ` Chocimier
2022-07-11 18:43 ` [PR PATCH] [Closed]: " 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).