14
0

- update to v2.2.1:

* [ci] Set the expected Python version when building release files
  * [ci] Update actions versions in use
  * [watchmedo] [regression] Fix usage of missing signal.SIGHUP attribute on
    non-Unix OSes (#935)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-watchdog?expand=0&rev=37
This commit is contained in:
2023-01-02 10:18:32 +00:00
committed by Git OBS Bridge
parent 171583efd2
commit 8fff08f538
4 changed files with 14 additions and 5 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Mon Jan 2 10:15:11 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to v2.2.1:
* [ci] Set the expected Python version when building release files
* [ci] Update actions versions in use
* [watchmedo] [regression] Fix usage of missing signal.SIGHUP attribute on
non-Unix OSes (#935)
-------------------------------------------------------------------
Tue Dec 13 17:42:04 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>