diff --git a/python-matrix_common.changes b/python-matrix_common.changes index 16a9d94..3f5fb20 100644 --- a/python-matrix_common.changes +++ b/python-matrix_common.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Apr 23 14:15:27 UTC 2025 - Marcus Rueckert + +- add attrs to the build requires since it was dropped from the + package where it was pulled in in the past + ------------------------------------------------------------------- Sun Oct 9 22:13:02 UTC 2022 - Ben Greiner @@ -8,7 +14,7 @@ Sun Oct 9 22:13:02 UTC 2022 - Ben Greiner ------------------------------------------------------------------- Tue Sep 27 19:55:22 UTC 2022 - Marcus Rueckert -- Update to 1.3.0 +- Update to 1.3.0 https://github.com/matrix-org/matrix-python-common/releases/tag/v1.3.0 ------------------------------------------------------------------- diff --git a/python-matrix_common.spec b/python-matrix_common.spec index 774645c..90f57fd 100644 --- a/python-matrix_common.spec +++ b/python-matrix_common.spec @@ -1,7 +1,7 @@ # # spec file for package python-matrix_common # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2025 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -25,6 +25,7 @@ License: MIT Group: Development/Languages/Python URL: https://github.com/matrix-org/matrix-python-common Source: https://github.com/matrix-org/matrix-python-common/archive/refs/tags/v%{version}.tar.gz#/matrix-python-common-%{version}-gh.tar.gz +BuildRequires: %{python_module attrs} BuildRequires: %{python_module base >= 3.7} BuildRequires: %{python_module pip} BuildRequires: %{python_module pytest}