Skip to content

Releases: avocado-framework/aexpect

Release 1.8.0

30 Jul 14:49
1.8.0
9b25ca7

Choose a tag to compare

What's Changed

  • .github/workflows/ci.yml: Fix CI on python 3.6 by @lmr in #118
  • python-aexpect.spec: Update spec with latest version by @lmr in #119
  • remote_login: Fix problem of losing logs before setting output_func by @PaulYuuu in #120
  • Remote door tweaks by @pevogam in #123
  • requirements: Add setuptools by @ldoktor in #126
  • Simplify spawn's logfile closing from using globals to other projects by @pevogam in #124
  • README: Add simple usage by @ldoktor in #125
  • Drop the use of pipes by @luckyh in #128
  • Add grep_pipe by @gbladislau in #130
  • fix: Raise error when aexpect_helper doesn't work properly by @PaulYuuu in #132
  • Makefile: Skip newly added R0917 by @ldoktor in #137
  • Provide Pyro5 compatibility to the remote door utility by @pevogam in #136
  • Provide remote Pyro5 compatibility for multiple remote objects by @pevogam in #138
  • Removing the escape sequence from the console output! by @Anushree-Mathur in #140
  • utils.astring: A couple of strip_console_codes fixes by @ldoktor in #135
  • Add rsync client for remote copy operations by @pevogam in #144
  • Bump setuptools from 69.0.2 to 70.0.0 by @dependabot[bot] in #131
  • Removing escape sequence from output in cmd_output function! by @Anushree-Mathur in #142
  • Fix an fstring formatting for the remote linux ops by @pevogam in #146
  • Pass both ops linux/windows modules through black linting by @pevogam in #150
  • Enable black formatter by @ldoktor in #152
  • Failed kill by @ldoktor in #147
  • aexpect.rss_client: Fix black style by @ldoktor in #153
  • client: Avoid double-cleanup exception by @ldoktor in #156
  • aexpect: Version 1.8.0 by @ldoktor in #157

New Contributors

Full Changelog: 1.7.0...1.8.0

1.7.0

27 Feb 12:34
@lmr lmr

Choose a tag to compare

What's Changed

  • rss_client: fix syntax error by @yanan-fu in #95
  • client: Make sure aexpect_helper file descriptors are closed by @bgartzi in #97
  • astring: Add bracketed paste console codes by @ldoktor in #96
  • Simpler ns daemon and current linter fixes by @pevogam in #99
  • Drop unexpected and unwanted re.sub string postprocessing by @pevogam in #101
  • Remove six dependency by @danigm in #102
  • Fix remote_door set_subcontrol_* handling of no matches by @ldoktor in #103
  • Add session ops utility with some facilitator functions (v2) by @pevogam in #98
  • Fill setup.py license and metadata by @ldoktor in #100
  • Small Fixes by @lmr in #105
  • Allow to calculate hashes on parts of files by @pevogam in #108
  • Provide the session prefix when logging sent commands by @pevogam in #107
  • Codeql by @ldoktor in #110
  • Implement a reusable subcommand output and status processing routine by @pevogam in #111
  • Add a generic ops module for windows platforms by @pevogam in #112
  • Add remote linux glob behavior to expand paths from patterns by @pevogam in #113
  • Avoid printing line when output_func not set by @ldoktor in #117

New Contributors

Full Changelog: 1.6.4...1.7.0