Revisions of python-pexpect

Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) committed (revision 43)
- Update to 4.7.0:
  * The :meth:`.pxssh.login` method now no longer requires a username if an ssh config is provided and will raise an error if neither are provided. (:ghpull:`562`).
  * The :meth:`.pxssh.login` method now supports providing your own ssh command via the cmd parameter. (:ghpull:`528`) (:ghpull:`563`).
  * :class:`.pxssh` now supports the use_poll parameter which is passed into :meth:`.pexpect.spawn` (:ghpull:`542`).
  * Minor bug fix with ssh_config. (:ghpull:`498`).
  * :meth:`.replwrap.run_command` now has async support via an async_ parameter. (:ghpull:`501`).
  * :meth:`.pexpect.spawn` will now read additional bytes if able up to a buffer limit. (:ghpull:`304`).
- Drop merged patch fix-test.patch
buildservice-autocommit accepted request 659548 from Matej Cepl's avatar Matej Cepl (mcepl) (revision 42)
baserev update by copy to link target
Matej Cepl's avatar Matej Cepl (mcepl) committed (revision 41)
Remove superfluous devel dependency for noarch package
buildservice-autocommit accepted request 634979 from Factory Maintainer's avatar Factory Maintainer (factory-maintainer) (revision 40)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 39)
osc copypac from project:Cloud:OpenStack:Rocky package:python-pexpect revision:2, using keep-link, using expand
buildservice-autocommit accepted request 618933 from Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) (revision 38)
baserev update by copy to link target
Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) accepted request 618825 from Arun Persaud's avatar Arun Persaud (apersaud) (revision 37)
update to latest version
buildservice-autocommit accepted request 598545 from Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) (revision 36)
baserev update by copy to link target
Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) committed (revision 35)
- Fix typo and make sure the tests will pass
Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) committed (revision 34)
- Fix typo
Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) accepted request 596559 from Arun Persaud's avatar Arun Persaud (apersaud) (revision 33)
- specfile:
  * enable tests
- update to version 4.5.0:
  * spawn and fdspawn now have a use_poll parameter. If this is True,
    they will use select.poll() instead of select.select(). poll()
    allows file descriptors above 1024, but it must be explicitly
    enabled due to compatibility concerns (PR #474).
  * The pxssh.login() method has several new and changed options:
    + The option password_regex allows changing the password prompt
      regex, for servers that include password: in a banner before
      reaching a prompt (PR #468).
    + login() now allows for setting up SSH tunnels to be requested
      once logged in to the remote server. This option is ssh_tunnels
      (PR #473). The structure should be like this:
        {
          'local': ['2424:localhost:22'],   # Local SSH tunnels
          'remote': ['2525:localhost:22'],  # Remote SSH tunnels
          'dynamic': [8888],                # Dynamic/SOCKS tunnels
        }
    + The option spawn_local_ssh=False allows subsequent logins from
      the remote session and treats the session as if it was local (PR
      #472).
    + Setting sync_original_prompt=False will prevent changing the
      prompt to something unique, in case the remote server is
      sensitive to new lines at login (PR #468).
    + If ssh_key=True is passed, the SSH client forces forwarding the
      authentication agent to the remote server instead of providing a
      key (PR #473).
buildservice-autocommit accepted request 575269 from Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) (revision 32)
baserev update by copy to link target
Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) accepted request 575256 from Arun Persaud's avatar Arun Persaud (apersaud) (revision 31)
update to latest version
buildservice-autocommit accepted request 557783 from Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) (revision 30)
baserev update by copy to link target
Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) accepted request 557740 from Arun Persaud's avatar Arun Persaud (apersaud) (revision 29)
update to latest version
buildservice-autocommit accepted request 541215 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 28)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) accepted request 540766 from Arun Persaud's avatar Arun Persaud (apersaud) (revision 27)
update to latest version
buildservice-autocommit accepted request 509684 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 26)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) accepted request 509285 from Todd R's avatar Todd R (TheBlackCat) (revision 25)
Fix wrong-script-interpreter rpmlint error.
buildservice-autocommit accepted request 489511 from Thomas Bechtold's avatar Thomas Bechtold (tbechtold) (revision 24)
baserev update by copy to link target
Displaying revisions 41 - 60 of 83
openSUSE Build Service is sponsored by