From 7f116b54df1fe4d59b74e4dd8e3789f11eaee91005c2509c2c980c99abd4e324 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Mon, 5 Aug 2019 18:06:53 +0000 Subject: [PATCH] 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 --- hupper-1.6.1-py2.py3-none-any.whl | 3 --- hupper-1.8.1-py2.py3-none-any.whl | 3 +++ python-hupper.changes | 13 +++++++++++++ python-hupper.spec | 3 +-- 4 files changed, 17 insertions(+), 5 deletions(-) delete mode 100644 hupper-1.6.1-py2.py3-none-any.whl create mode 100644 hupper-1.8.1-py2.py3-none-any.whl diff --git a/hupper-1.6.1-py2.py3-none-any.whl b/hupper-1.6.1-py2.py3-none-any.whl deleted file mode 100644 index 52aa66c..0000000 --- a/hupper-1.6.1-py2.py3-none-any.whl +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cb33b8f1de73a3566f4bd7decc620d0c6de7d7da9cdf176b6ad310fe037d6106 -size 23475 diff --git a/hupper-1.8.1-py2.py3-none-any.whl b/hupper-1.8.1-py2.py3-none-any.whl new file mode 100644 index 0000000..cb69cc4 --- /dev/null +++ b/hupper-1.8.1-py2.py3-none-any.whl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8532d116fef1f89add74dbd8d5e6541cb3278b04f4fe9780a1356cb6adba1141 +size 23906 diff --git a/python-hupper.changes b/python-hupper.changes index 32c96e4..c920dfb 100644 --- a/python-hupper.changes +++ b/python-hupper.changes @@ -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 diff --git a/python-hupper.spec b/python-hupper.spec index e143db4..a5a75aa 100644 --- a/python-hupper.spec +++ b/python-hupper.spec @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-hupper -Version: 1.6.1 +Version: 1.8.1 Release: 0 Summary: An in-process file monitor License: MIT @@ -65,5 +65,4 @@ When files are changed the process is restarted. %{python_sitelib}/hupper-%{version}.dist-info/ %{python_sitelib}/hupper/ - %changelog