diff --git a/.gitignore b/.gitignore index e6600c8..1e6c556 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,5 @@ +results_xonsh/ +*.src.rpm /xonsh-0.3.2.tar.gz /xonsh-0.3.3.tar.gz /xonsh-0.3.4.tar.gz @@ -28,3 +30,4 @@ /xonsh-0.9.16.tar.gz /xonsh-0.9.17.tar.gz /xonsh-0.9.21.tar.gz +/xonsh-0.9.24.tar.gz diff --git a/sources b/sources index b0d3ebe..7457df3 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (xonsh-0.9.21.tar.gz) = aab62bc51dafacefe86437e360b230855a153cdf5117507caa7974e557068c6c1903d92d98da1fc6df2ed49d59fc70f494da53b13c01b5548488e4da1186a483 +SHA512 (xonsh-0.9.24.tar.gz) = 93c1966d78ec495e3a41b493c18d4c86bce1a6971931c72f3125e26884c662f4aabdb6183e0328290d2551a22eb0d1e6c8ee3936ae22fa3c4a0fd63b0bfa602c diff --git a/xonsh.spec b/xonsh.spec index 9aa16e9..981a742 100644 --- a/xonsh.spec +++ b/xonsh.spec @@ -1,5 +1,5 @@ Name: xonsh -Version: 0.9.21 +Version: 0.9.24 Release: 1%{?dist} Summary: A general purpose, Python-ish shell @@ -62,18 +62,14 @@ sed --in-place "s:#!\s*/usr.*::" xonsh/xoreutils/_which.py xonsh/webconfig/main. %check # test_parser.py is mostly incompatible with Python 3.8+ -sed --in-place "s:ignores = \[\]:ignores = \['--ignore', 'tests/test_parser.py'\]:" run-tests.xsh +# test_integrations.py is broken for Python 3.9+ +sed --in-place "s:ignores = \[\]:ignores = \['--ignore', 'tests/test_parser.py', '--ignore', 'tests/test_integrations.py'\]:" run-tests.xsh # let upstream do the linting sed --in-place '/flake8/d' run-tests.xsh +sed --in-place '/mypy/d' run-tests.xsh -# The tests only succeed if: -# -# - They are run from within a xonsh shell. -# - They are run with xonsh directly instead of `python3 -m pytest`. -# -# The run-tests.xsh script does those things for us. -%global __pytest xonsh run-tests.xsh +%global __pytest python -m xonsh run-tests.xsh %pytest %post @@ -106,6 +102,9 @@ fi %{python3_sitelib}/xonsh-%{version}*-py%{python3_version}.egg-info/ %changelog +* Tue Jan 26 14:29:37 CEST 2021 Carmen Bianca Bakker - 0.9.24-1 +- new version + * Thu Sep 10 2020 Miro HronĨok - 0.9.21-1 - Rebuilt for Python 3.9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild