From ae3a70f7bcd28b8290ffa27e7122c819ffcd42c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Mon, 15 Jan 2024 18:07:44 +0100 Subject: [PATCH] Remove undesired/optional test dependency on pympler pympler is optional and orphaned in Fedora --- python-attrs.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/python-attrs.spec b/python-attrs.spec index 1eb5ee9..258db12 100644 --- a/python-attrs.spec +++ b/python-attrs.spec @@ -10,7 +10,7 @@ Name: python-attrs Version: 23.2.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Python attributes without boilerplate # SPDX @@ -37,6 +37,8 @@ object protocols. %prep %setup -q -n %{modname}-%{version} +# Remove undesired/optional test dependency on pympler +sed -i '/"pympler",/d' pyproject.toml # Remove tests-mypy extra from tests-no-zope extra sed -i "/attrs\[tests-mypy\]/d" pyproject.toml @@ -62,6 +64,9 @@ sed -i "/attrs\[tests-mypy\]/d" pyproject.toml %doc README.md %changelog +* Mon Jan 15 2024 Miro Hrončok - 23.2.0-2 +- Remove undesired/optional test dependency on pympler + * Tue Jan 02 2024 Lumír Balhar - 23.2.0-1 - Update to 23.2.0 (rhbz#2256322)