saltbundlepy-ptyprocess/saltbundlepy-ptyprocess.changes

43 lines
1.3 KiB
Plaintext

-------------------------------------------------------------------
Fri Dec 15 13:53:00 UTC 2023 - Victor Zhestkov <vzhestkov@suse.com>
- Update to 0.7.0:
* Add pass_fds parameters (#49)
* Switch to Github actions for CI
- Update to 0.6.0:
* Use PtyProcessError instead of ExceptionPexpect
* sys.__stdin__ can be None
* Fix AIX bug for users with unlimited nofiles
* Clarify setecho error message
-------------------------------------------------------------------
Mon Apr 4 12:49:17 UTC 2022 - Victor Zhestkov <victor.zhestkov@suse.com>
- Strictly require Python 3.10 with saltbundlepy requrement
-------------------------------------------------------------------
Tue Aug 22 12:38:26 UTC 2017 - tbechtold@suse.com
- update to 0.5.2:
* Add readthedocs config file
* Add project dir to sys.path when building docs
* Version number -> 0.5.2
* Use buffering when opening the pty
-------------------------------------------------------------------
Wed Apr 19 17:57:26 UTC 2017 - toddrme2178@gmail.com
- Implement single-spec version.
-------------------------------------------------------------------
Tue Nov 15 10:59:54 UTC 2016 - dmueller@suse.com
- update to 0.5.1
-------------------------------------------------------------------
Fri Aug 14 08:49:26 UTC 2015 - toddrme2178@gmail.com
- Initial version