From 45df09e87de2f06e995e57a6c18ba5d07a9b42cdfb51e32009b9fd0f5f27079b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Thu, 29 Sep 2022 09:21:45 +0000 Subject: [PATCH] Accepting request 1006801 from home:yarunachalam:branches:devel:languages:python MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 1.10.3 (2021-05-13) Support Python 3.8 and 3.9. Fix an issue with bare .pyc files in the source folder causing unhandled exceptions. See https://github.com/Pylons/hupper/pull/69 Fix issues with using the Watchman file monitor on versions newer than Watchman 4.9.0. This fix modifies hupper to use Watchman’s watch-project capabilities which also support reading the .watchmanconfig file to control certain properties of the monitoring. See https://github.com/Pylons/hupper/pull/70 OBS-URL: https://build.opensuse.org/request/show/1006801 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-hupper?expand=0&rev=18 --- hupper-1.10.2-py2.py3-none-any.whl | 3 --- hupper-1.10.3-py2.py3-none-any.whl | 3 +++ python-hupper.changes | 10 ++++++++++ python-hupper.spec | 6 +++--- 4 files changed, 16 insertions(+), 6 deletions(-) delete mode 100644 hupper-1.10.2-py2.py3-none-any.whl create mode 100644 hupper-1.10.3-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 deleted file mode 100644 index a7b88bf..0000000 --- a/hupper-1.10.2-py2.py3-none-any.whl +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5de835f3b58324af2a8a16f52270c4d1a3d1734c45eed94b77fd622aea737f29 -size 26196 diff --git a/hupper-1.10.3-py2.py3-none-any.whl b/hupper-1.10.3-py2.py3-none-any.whl new file mode 100644 index 0000000..72d008b --- /dev/null +++ b/hupper-1.10.3-py2.py3-none-any.whl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f683850d62598c02faf3c7cdaaa727d8cbe3c5a2497a5737a8358386903b2601 +size 26591 diff --git a/python-hupper.changes b/python-hupper.changes index 2c9d873..b19ccb2 100644 --- a/python-hupper.changes +++ b/python-hupper.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Thu Sep 29 02:24:09 UTC 2022 - Yogalakshmi Arunachalam + +- 1.10.3 (2021-05-13) + Support Python 3.8 and 3.9. + Fix an issue with bare .pyc files in the source folder causing unhandled exceptions. See https://github.com/Pylons/hupper/pull/69 + Fix issues with using the Watchman file monitor on versions newer than Watchman 4.9.0. This fix modifies hupper to use Watchman’s + watch-project capabilities which also support reading the .watchmanconfig file to control certain properties of the monitoring. + See https://github.com/Pylons/hupper/pull/70 + ------------------------------------------------------------------- Thu Apr 9 12:13:55 UTC 2020 - Marketa Calabkova diff --git a/python-hupper.spec b/python-hupper.spec index c8ec27f..f2c93b0 100644 --- a/python-hupper.spec +++ b/python-hupper.spec @@ -1,7 +1,7 @@ # # spec file for package python-hupper # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2022 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.10.2 +Version: 1.10.3 Release: 0 Summary: An in-process file monitor License: MIT @@ -31,7 +31,7 @@ BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-watchdog Requires(post): update-alternatives -Requires(postun): update-alternatives +Requires(postun):update-alternatives BuildArch: noarch %python_subpackages