From 476c511176323767d3f65b41b2ba94d6dddf2726e0c2a2bfabb908d0cb284405 Mon Sep 17 00:00:00 2001 From: Daniel Garcia Date: Mon, 16 Sep 2024 14:24:20 +0000 Subject: [PATCH] - Add patch explicit-packaging.patch to fix issue with current setuptools: https://pagure.io/python-daemon/issue/73 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-daemon?expand=0&rev=47 --- python-python-daemon.changes | 2 ++ 1 file changed, 2 insertions(+) diff --git a/python-python-daemon.changes b/python-python-daemon.changes index df01592..a92f751 100644 --- a/python-python-daemon.changes +++ b/python-python-daemon.changes @@ -4,6 +4,8 @@ Mon Sep 16 14:17:18 UTC 2024 - Daniel Garcia - Revert to 3.0.1. Version 3.0.2 was yanked from pypi because it breaks setuptools (https://pagure.io/python-daemon/issue/94, https://pypi.org/project/python-daemon/3.0.2/) +- Add patch explicit-packaging.patch to fix issue with current + setuptools: https://pagure.io/python-daemon/issue/73 ------------------------------------------------------------------- Fri Aug 30 04:49:41 UTC 2024 - Steve Kowalik