From cb515797c8a51ead209ed2e4c859647543fe45a6f916f5fa3424683ca98d5876 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Thu, 9 Apr 2020 12:36:59 +0000 Subject: [PATCH] Accepting request 792712 from home:mcalabkova:branches:devel:languages:python - update to 1.10.2 * Support --shutdown-interval on the hupper CLI. * Support --reload-interval on the hupper CLI. * Do not choke when stdin is not a TTY while waiting for changes after a crash. * Fix deprecation warnings caused by using the imp module on newer versions of Python. * Avoid acquiring locks in the reloader process's signal handlers. * Handle a SIGTERM signal by forwarding it to the child process and gracefully waiting for it to exit. This should enable using hupper from within docker containers and other systems that want to control the reloader process. OBS-URL: https://build.opensuse.org/request/show/792712 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-hupper?expand=0&rev=16 --- hupper-1.10.2-py2.py3-none-any.whl | 3 +++ hupper-1.8.1-py2.py3-none-any.whl | 3 --- python-hupper.changes | 14 ++++++++++++++ python-hupper.spec | 4 ++-- 4 files changed, 19 insertions(+), 5 deletions(-) create mode 100644 hupper-1.10.2-py2.py3-none-any.whl delete mode 100644 hupper-1.8.1-py2.py3-none-any.whl diff --git a/hupper-1.10.2-py2.py3-none-any.whl b/hupper-1.10.2-py2.py3-none-any.whl new file mode 100644 index 0000000..a7b88bf --- /dev/null +++ b/hupper-1.10.2-py2.py3-none-any.whl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5de835f3b58324af2a8a16f52270c4d1a3d1734c45eed94b77fd622aea737f29 +size 26196 diff --git a/hupper-1.8.1-py2.py3-none-any.whl b/hupper-1.8.1-py2.py3-none-any.whl deleted file mode 100644 index cb69cc4..0000000 --- a/hupper-1.8.1-py2.py3-none-any.whl +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8532d116fef1f89add74dbd8d5e6541cb3278b04f4fe9780a1356cb6adba1141 -size 23906 diff --git a/python-hupper.changes b/python-hupper.changes index 2cf12b5..2c9d873 100644 --- a/python-hupper.changes +++ b/python-hupper.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Thu Apr 9 12:13:55 UTC 2020 - Marketa Calabkova + +- update to 1.10.2 + * Support --shutdown-interval on the hupper CLI. + * Support --reload-interval on the hupper CLI. + * Do not choke when stdin is not a TTY while waiting for changes after a crash. + * Fix deprecation warnings caused by using the imp module on newer versions of Python. + * Avoid acquiring locks in the reloader process's signal handlers. + * Handle a SIGTERM signal by forwarding it to the child process and + gracefully waiting for it to exit. This should enable using hupper + from within docker containers and other systems that want to control + the reloader process. + ------------------------------------------------------------------- Sat Jan 11 14:51:39 UTC 2020 - Bernhard Wiedemann diff --git a/python-hupper.spec b/python-hupper.spec index c308be8..c8ec27f 100644 --- a/python-hupper.spec +++ b/python-hupper.spec @@ -1,7 +1,7 @@ # # spec file for package python-hupper # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-hupper -Version: 1.8.1 +Version: 1.10.2 Release: 0 Summary: An in-process file monitor License: MIT