14
0

Accepting request 786961 from home:mnhauke

- Update to version 1.2.0
  * Add follow_symlinks argument to Which constructor
  * Improve path existence check for Which
  * Modify an error handling when a command not specified for Which
  * Fix to include py.typed to the package

OBS-URL: https://build.opensuse.org/request/show/786961
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-subprocrunner?expand=0&rev=7
This commit is contained in:
Tomáš Chvátal
2020-03-20 18:27:08 +00:00
committed by Git OBS Bridge
parent 78583831ad
commit f05a8b8bb3
4 changed files with 13 additions and 4 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Fri Mar 20 16:52:01 UTC 2020 - Martin Hauke <mardnh@gmx.de>
- Update to version 1.2.0
* Add follow_symlinks argument to Which constructor
* Improve path existence check for Which
* Modify an error handling when a command not specified for Which
* Fix to include py.typed to the package
-------------------------------------------------------------------
Tue Mar 17 11:27:31 UTC 2020 - pgajdos@suse.com