15
0
forked from pool/python-hupper

Accepting request 721040 from home:pgajdos

- version update to 1.8.1
  * Do not show the ``KeyboardInterrupt`` stacktrace when killing ``hupper``
    while waiting for a reload.
  * If the worker process crashes, ``hupper`` can be forced to reload the worker
    by pressing the ``ENTER`` key in the terminal instead of waiting to change a
    file.
    See https://github.com/Pylons/hupper/pull/53
  * On Python 3.5+ support recursive glob syntax in ``reloader.watch_files``.
    See https://github.com/Pylons/hupper/pull/52

OBS-URL: https://build.opensuse.org/request/show/721040
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-hupper?expand=0&rev=12
This commit is contained in:
Tomáš Chvátal
2019-08-05 18:06:53 +00:00
committed by Git OBS Bridge
parent fcbca1392e
commit 7f116b54df
4 changed files with 17 additions and 5 deletions

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Mon Aug 5 11:54:38 UTC 2019 - pgajdos@suse.com
- version update to 1.8.1
* Do not show the ``KeyboardInterrupt`` stacktrace when killing ``hupper``
while waiting for a reload.
* If the worker process crashes, ``hupper`` can be forced to reload the worker
by pressing the ``ENTER`` key in the terminal instead of waiting to change a
file.
See https://github.com/Pylons/hupper/pull/53
* On Python 3.5+ support recursive glob syntax in ``reloader.watch_files``.
See https://github.com/Pylons/hupper/pull/52
-------------------------------------------------------------------
Sun May 19 23:39:33 UTC 2019 - Todd R <toddrme2178@gmail.com>