Package Release Info

python-plumbum-1.6.9-bp154.1.35

Update Info: Base Release
Available in Package Hub : 15 SP4

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

python3-plumbum

Change Logs

Version: 1.6.9-bp152.1.1
* Mon Apr 27 2020 Tomá? Chvátal <tchvatal@suse.com>
- Add patch fixing build with no python2 available:
  * no-python2.patch
- Update to 1.6.9:
  * Last version to support Python 2.6; added python_requires (#507)
  * Paths: Fix bug with subscription operations (#498), (#506)
  * Paths: Fix resolve (#492)
  * Commands: Fix resolve (#491)
  * Commands: Add context manager on popen (#495)
  * Several smaller fixes (#500), (#505)
* Wed Mar 18 2020 Marketa Calabkova <mcalabkova@suse.com>
- Update to 1.6.8
  * Exceptions: Changed ProcessExecutionError's formatting to be more user-friendly
  * Commands: support for per-line timeout with iter_lines
  * Commands: support for piping stdout/stderr to a logger
  * Commands: execute local/remote commands via a magic .cmd attribute
  * Paths: support composing paths using subscription operations
  * CLI: Improved 'Set' validator to allow non-string types, and CSV params
  * TypedEnv: Facility for modeling environment-variables into python data types
* Mon Jun 03 2019 Tomá? Chvátal <tchvatal@suse.com>
- Update to 1.6.7:
  * Commands: Added run_* methods as an alternative to modifiers (#386)
  * CLI: Added support for ALLOW_ABREV (#401)
  * CLI: Added DESCRIPTION_MORE, preserves spacing (#378)
  * Color: Avoid throwing error in atexit in special cases (like pytest) (#393)
  * Including Python 3.7 in testing matrix.
  * Smaller bugfixes and other testing improvements.
- Switch to github archive for tests
Version: 1.6.6-bp151.1.3
* Tue Dec 04 2018 Matej Cepl <mcepl@suse.com>
- Remove superfluous devel dependency for noarch package
* Thu May 24 2018 toddrme2178@gmail.com
- Initial version