15
0
forked from pool/python-hupper

Accepting request 792715 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/792715
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-hupper?expand=0&rev=6
This commit is contained in:
2020-04-09 21:17:49 +00:00
committed by Git OBS Bridge
4 changed files with 19 additions and 5 deletions

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5de835f3b58324af2a8a16f52270c4d1a3d1734c45eed94b77fd622aea737f29
size 26196

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8532d116fef1f89add74dbd8d5e6541cb3278b04f4fe9780a1356cb6adba1141
size 23906

View File

@@ -1,3 +1,17 @@
-------------------------------------------------------------------
Thu Apr 9 12:13:55 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
- 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 <bwiedemann@suse.com>

View File

@@ -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