14
0

- Add remove_double_patch.patch and remove_safe_hasattr.patch to

fix https://pagure.io/python-daemon/issue/53
- Remove pytest as the test runner (apparently, the package
  requires python3 -munittest discovery).

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-daemon?expand=0&rev=32
This commit is contained in:
2022-01-13 12:32:18 +00:00
committed by Git OBS Bridge
parent 3a486f8d92
commit fb00d6254d
4 changed files with 80 additions and 8 deletions

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Thu Jan 13 12:30:48 UTC 2022 - Matej Cepl <mcepl@suse.com>
- Add remove_double_patch.patch and remove_safe_hasattr.patch to
fix https://pagure.io/python-daemon/issue/53
- Remove pytest as the test runner (apparently, the package
requires python3 -munittest discovery).
-------------------------------------------------------------------
Thu Apr 22 19:48:54 UTC 2021 - Dirk Müller <dmueller@suse.com>