14
0

Accepting request 774732 from home:mnhauke

- Update to version 1.0.0
  * Drop Python 2 support
  * Add type annotations and py.typed to the package
  * Replace the logging library from Logbook to loguru
  * Remove deprecated error classes
  * Remove deprecated methods

OBS-URL: https://build.opensuse.org/request/show/774732
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-subprocrunner?expand=0&rev=3
This commit is contained in:
Tomáš Chvátal
2020-02-16 19:57:14 +00:00
committed by Git OBS Bridge
parent bf7d2883fa
commit dcb81411af
4 changed files with 21 additions and 8 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Sun Feb 16 19:32:47 UTC 2020 - Martin Hauke <mardnh@gmx.de>
- Update to version 1.0.0
* Drop Python 2 support
* Add type annotations and py.typed to the package
* Replace the logging library from Logbook to loguru
* Remove deprecated error classes
* Remove deprecated methods
-------------------------------------------------------------------
Thu Feb 6 21:44:55 UTC 2020 - Martin Hauke <mardnh@gmx.de>