Overview

Request 646484 accepted

- update to version 0.8.1
- Added:
- ``SubprocSpec`` has a new ``pipeline_index`` integer attribute that indicates
the commands position in a pipeline. For example, in
.. code-block:: sh
p = ![ls -l | grep x]
The ``ls`` command would have a pipeline index of 0
(``p.specs[0].pipeline_index == 0``) and ``grep`` would have a pipeline index
of 1 (``p.specs[1].pipeline_index == 1``). This may be usefule in callable
alaises which recieve the spec as an argument.
- Changed:
- Removed ``fish`` from list of supported foreign shells in the wizard.
- Circle CI config updated to use a pinned version of ``black`` (18.9b0)
- Pytest plugin now uses ``xonsh.main.setup()`` to setup test environment.
- Linux platform discovery will no longer use ``platform.linux_distribution()``
on Python >=3.6.6. due to pending deprecation warning.
- Updated Linux Guide as Xonsh is now available in Arch Linux official repositories.
- Fixed:
- Builtin dynamic proxies and deprecation warning proxies were not deleting
attributes and items properly.
- Fixed stdout/sdterr writing infinite recurssion error that would occur in
long pipelines of callable aliases.
- Fixed a bug which under very rare conditions could cause the shell
to die with PermissionError exception while sending SIGSTOP signal
to a child process.
- Fixed further raw string deprecation warnings thoughout the code base.
- update to version 0.8.0
- Added:
- changelog.sh is an internal script for generating changelog.

Loading...
Request History
Matej Cepl's avatar

mcepl created request

- update to version 0.8.1
- Added:
- ``SubprocSpec`` has a new ``pipeline_index`` integer attribute that indicates
the commands position in a pipeline. For example, in
.. code-block:: sh
p = ![ls -l | grep x]
The ``ls`` command would have a pipeline index of 0
(``p.specs[0].pipeline_index == 0``) and ``grep`` would have a pipeline index
of 1 (``p.specs[1].pipeline_index == 1``). This may be usefule in callable
alaises which recieve the spec as an argument.
- Changed:
- Removed ``fish`` from list of supported foreign shells in the wizard.
- Circle CI config updated to use a pinned version of ``black`` (18.9b0)
- Pytest plugin now uses ``xonsh.main.setup()`` to setup test environment.
- Linux platform discovery will no longer use ``platform.linux_distribution()``
on Python >=3.6.6. due to pending deprecation warning.
- Updated Linux Guide as Xonsh is now available in Arch Linux official repositories.
- Fixed:
- Builtin dynamic proxies and deprecation warning proxies were not deleting
attributes and items properly.
- Fixed stdout/sdterr writing infinite recurssion error that would occur in
long pipelines of callable aliases.
- Fixed a bug which under very rare conditions could cause the shell
to die with PermissionError exception while sending SIGSTOP signal
to a child process.
- Fixed further raw string deprecation warnings thoughout the code base.
- update to version 0.8.0
- Added:
- changelog.sh is an internal script for generating changelog.


Factory Auto's avatar

factory-auto added opensuse-review-team as a reviewer

Please review sources


Factory Auto's avatar

factory-auto added repo-checker as a reviewer

Please review build success


Factory Auto's avatar

factory-auto accepted review

Check script succeeded


Saul Goodman's avatar

licensedigger accepted review

ok


Dominique Leuenberger's avatar

dimstar_suse added as a reviewer

Being evaluated by staging project "openSUSE:Factory:Staging:adi:96"


Dominique Leuenberger's avatar

dimstar_suse accepted review

Picked openSUSE:Factory:Staging:adi:96


Jan Engelhardt's avatar

jengelh accepted review


Repo Checker's avatar

repo-checker accepted review

cycle and install check passed


Dominique Leuenberger's avatar

dimstar_suse accepted review

ready to accept


Dominique Leuenberger's avatar

dimstar_suse approved review

ready to accept


Dominique Leuenberger's avatar

dimstar_suse accepted request

Accept to openSUSE:Factory

openSUSE Build Service is sponsored by