diff --git a/python-platformdirs.spec b/python-platformdirs.spec index 5602fee..00e59e7 100644 --- a/python-platformdirs.spec +++ b/python-platformdirs.spec @@ -5,7 +5,7 @@ a "user data dir".} Name: python-%{srcname} Version: 2.0.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Python module for determining appropriate platform-specific dirs License: MIT URL: https://github.com/platformdirs/platformdirs @@ -28,6 +28,11 @@ BuildRequires: python3-devel %prep %autosetup -n %{srcname}-%{version} +# from https://github.com/platformdirs/platformdirs/pull/16 +# can be removed with 2.0.3+ +# let the buildrequires generator know what package is this: +sed -Ei 's|\b(https://github\.com/ActiveState/appdirs/archive)|appdirs@\1|' tox.ini + %generate_buildrequires %pyproject_buildrequires -t @@ -52,6 +57,9 @@ BuildRequires: python3-devel %changelog +* Fri Jul 23 2021 Miro HronĨok - 2.0.0-3 +- Let %%pyproject_buildrequires know we need appdirs + * Fri Jul 23 2021 Fedora Release Engineering - 2.0.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild