public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/xonsh] rawhide: 0.23.8
@ 2026-06-20 18:05 topazus
0 siblings, 0 replies; only message in thread
From: topazus @ 2026-06-20 18:05 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/xonsh
Branch : rawhide
Commit : cf5cefbb078317ab6134e11bedd57142b936380f
Author : topazus <topazus@outlook.com>
Date : 2026-06-21T02:05:32+08:00
Stats : +9/-10 in 2 file(s)
URL : https://src.fedoraproject.org/rpms/xonsh/c/cf5cefbb078317ab6134e11bedd57142b936380f?branch=rawhide
Log:
0.23.8
---
diff --git a/sources b/sources
index 7b66efd..ae8c8ed 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (xonsh-0.23.1.tar.gz) = dd47b6443eaa4fedb02e88016d63d773f7cc4ec478aa6079182c77f8fefe3bd0ef2d6594c9776d58cd9ab46e000d032b950c5fb5abd0ee44260a9c1b1dda40fc
+SHA512 (xonsh-0.23.8.tar.gz) = 848b5befdeb4083c9f0f35bfe8a09214e4f5ad71814b4ab13c7e462275dc9d2c267189748bd8426f8baf85a6381adf5f0a0d85ef646a78332c317224d0131507
diff --git a/xonsh.spec b/xonsh.spec
index 79f8ae4..b7e4d46 100644
--- a/xonsh.spec
+++ b/xonsh.spec
@@ -1,5 +1,5 @@
Name: xonsh
-Version: 0.23.1
+Version: 0.23.8
Release: %autorelease
Summary: A general purpose, Python-ish shell
@@ -48,12 +48,10 @@ Requires: %{py3_dist virtualenv}
Recommends: bash-completion
%description
-xonsh is a Python-powered, cross-platform, Unix-gazing shell language and
-command prompt.
-
-The language is a superset of Python 3.6+ with additional shell primitives.
-xonsh (pronounced conch) is meant for the daily use of experts and novices
-alike.
+Xonsh (sounds like "consh") is a full-featured and cross-platform Python-based
+shell. The language is a superset of Python 3 with seamless integration of shell
+functionality and commands. It works on all major platforms, including Linux,
+macOS, Windows, BSD, Jupyter, Android and Raspberry Pi.
%prep
%autosetup -p1 -n %{name}-%{version}
@@ -80,7 +78,8 @@ sed --in-place "s:#!\s*/usr.*::" xonsh/xoreutils/_which.py xonsh/webconfig/main.
%check
# Altering PYTHONPATH makes the tests importable.
-%global __pytest PYTHONPATH="$PYTHONPATH:$(pwd)" %{python3} -m xonsh run-tests.xsh test --
+unset PYTHONPATH
+%global __pytest PYTHONPATH="$(pwd)" %{python3} -m xonsh run-tests.xsh test --
# TODO: broken tests
# deselected test_integrations fail due to unexpected DeprecationWarning in output, setting PYTHONWARNINGS does not help
#pytest -v -k "not test_is_tok_color_dict and not test_ptk_prompt and not test_vc_get_branch[hg] and not test_vc_get_branch[fossil] and not test_callable_alias_no_bad_file_descriptor and not test_dirty_working_directory[hg]"
@@ -107,7 +106,7 @@ fi
%files -f %{pyproject_files}
%doc README.rst
-%license license
+%license LICENSE
%{_bindir}/xonsh
%{_bindir}/xonsh-cat
%{_bindir}/xonsh-uname
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-06-20 18:05 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-20 18:05 [rpms/xonsh] rawhide: 0.23.8 topazus
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox