diff --git a/.gitignore b/.gitignore index a1da2bc..0cd1ffb 100644 --- a/.gitignore +++ b/.gitignore @@ -24,3 +24,4 @@ /xonsh-0.9.6.tar.gz /xonsh-0.9.10.tar.gz /xonsh-0.9.11.tar.gz +/xonsh-0.9.13.tar.gz diff --git a/sources b/sources index 4b4cc02..1e081e4 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (xonsh-0.9.11.tar.gz) = c7e7f0ee35fba993747da95255b5b756c2eeb9ac62128dd5779485cd24d327648f1ff6f30983353ce030f799693cd3fc691205f9480428704d8a806576c193cc +SHA512 (xonsh-0.9.13.tar.gz) = aea778eda7eecddc1cfa83507c9bf5cb6206bff0dfd8febdb3715e1aa138d619c6c084a3ecab3f58f5cbcbf48aab494aef1401f50a83b1ee3801d32f4b1233a4 diff --git a/xonsh.spec b/xonsh.spec index d6a736f..c6d3c86 100644 --- a/xonsh.spec +++ b/xonsh.spec @@ -1,6 +1,6 @@ Name: xonsh -Version: 0.9.11 -Release: 3%{?dist} +Version: 0.9.13 +Release: 1%{?dist} Summary: A general purpose, Python-ish shell # xonsh is BSD-2-Clause. @@ -57,8 +57,10 @@ pathfix.py -i "%{__python3} %{py3_shbang_opts}u" -p -n %{buildroot}%{_bindir}/xo # # The run-tests.xsh script does those things for us. +if [ "%{python3_version_nodots}" -lt "38" ]; then sed --in-place "s:pytest:py.test-3:" run-tests.xsh PYTHONDONTWRITEBYTECODE=1 PYTHONPATH=%{buildroot}%{python3_sitelib} PATH="%{buildroot}%{_bindir}:$PATH" %{buildroot}%{_bindir}/xonsh run-tests.xsh +fi %post if [ "$1" -ge 1 ]; then @@ -87,9 +89,13 @@ fi %{_bindir}/xonsh-cat %{python3_sitelib}/xonsh/ %{python3_sitelib}/xontrib/ -%{python3_sitelib}/xonsh-%{version}-py?.?.egg-info/ +%{python3_sitelib}/xonsh-%{version}*-py?.?.egg-info/ %changelog +* Fri Nov 22 2019 Carmen Bianca Bakker - 0.9.13-1 +- New upstream version. +- Python 3.8 should no longer crash. + * Thu Sep 05 2019 Carmen Bianca Bakker - 0.9.11-3 - Re-enable tests.