Daniel Bermond pushed to branch main at Arch Linux / Packaging / Packages / 
xonsh


Commits:
9a793c06 by Daniel Bermond at 2026-07-04T21:11:27-03:00
upgpkg: 0.24.0-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
 pkgbase = xonsh
        pkgdesc = A python-powered shell. Full-featured and cross-platform.
-       pkgver = 0.23.8
+       pkgver = 0.24.0
        pkgrel = 1
        url = https://xon.sh/
        install = xonsh.install
@@ -12,6 +12,7 @@ pkgbase = xonsh
        makedepends = python-wheel
        makedepends = python-prompt_toolkit
        makedepends = python-pygments
+       makedepends = python-pytest
        makedepends = python-setproctitle
        makedepends = python-wcwidth
        depends = python
@@ -22,9 +23,10 @@ pkgbase = xonsh
        depends = python-ujson
        optdepends = python-prompt_toolkit: for SHELL_TYPE=prompt_toolkit
        optdepends = python-pygments: for syntax highlighting and colorization
+       optdepends = python-pytest: for pytest plugin and tools
        optdepends = python-setproctitle: for updating process title to match 
Xonsh arguments
        optdepends = python-wcwidth: for unicode symbols and emoji completer
-       source = 
https://github.com/xonsh/xonsh/archive/0.23.8/xonsh-0.23.8.tar.gz
-       sha256sums = 
3482272f0a27d08f9381169bcd7b4945783b855751c7053cd534d54c7fe84081
+       source = 
https://github.com/xonsh/xonsh/archive/0.24.0/xonsh-0.24.0.tar.gz
+       sha256sums = 
6da89369188f3ab43628ff2dd4f378bf335fc563d84e5978c63e4f64eda68eb9
 
 pkgname = xonsh


=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
 # Contributor: Jerome Leclanche <[email protected]>
 
 pkgname=xonsh
-pkgver=0.23.8
+pkgver=0.24.0
 pkgrel=1
 pkgdesc='A python-powered shell. Full-featured and cross-platform.'
 url='https://xon.sh/'
@@ -18,6 +18,7 @@ depends=(
 optdepends=(
     'python-prompt_toolkit: for SHELL_TYPE=prompt_toolkit'
     'python-pygments: for syntax highlighting and colorization'
+    'python-pytest: for pytest plugin and tools'
     'python-setproctitle: for updating process title to match Xonsh arguments'
     'python-wcwidth: for unicode symbols and emoji completer')
 makedepends=(
@@ -28,11 +29,12 @@ makedepends=(
     # for satisfying namcap:
     'python-prompt_toolkit'
     'python-pygments'
+    'python-pytest'
     'python-setproctitle'
     'python-wcwidth')
 install=xonsh.install
 
source=("https://github.com/xonsh/xonsh/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz";)
-sha256sums=('3482272f0a27d08f9381169bcd7b4945783b855751c7053cd534d54c7fe84081')
+sha256sums=('6da89369188f3ab43628ff2dd4f378bf335fc563d84e5978c63e4f64eda68eb9')
 
 build() {
     cd "${pkgname}-${pkgver}"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/xonsh/-/commit/9a793c06f52628d085a226da3139be203392911b

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/xonsh/-/commit/9a793c06f52628d085a226da3139be203392911b
You're receiving this email because of your account on gitlab.archlinux.org. 
Manage all notifications: https://gitlab.archlinux.org/-/profile/notifications 
| Help: https://gitlab.archlinux.org/help


Reply via email to