15
0

- 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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-plumbum?expand=0&rev=7
This commit is contained in:
Tomáš Chvátal
2019-06-03 10:46:38 +00:00
committed by Git OBS Bridge
parent 765632b4d9
commit db013d251b
4 changed files with 28 additions and 7 deletions

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Mon Jun 3 10:34:35 UTC 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
-------------------------------------------------------------------
Tue Dec 4 12:51:36 UTC 2018 - Matej Cepl <mcepl@suse.com>