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)