From a1bb5f7f621ce679b307546418264946bfa89acf077136efbc2e345cf67bbbd7 Mon Sep 17 00:00:00 2001 From: Marcus Rueckert Date: Wed, 23 Apr 2025 14:16:51 +0000 Subject: [PATCH] Accepting request 1272196 from home:darix:apps - add attrs to the build requires since it was dropped from the package where it was pulled in in the past - Update to 1.3.0 OBS-URL: https://build.opensuse.org/request/show/1272196 OBS-URL: https://build.opensuse.org/package/show/network:messaging:matrix/python-matrix_common?expand=0&rev=8 --- python-matrix_common.changes | 8 +++++++- python-matrix_common.spec | 3 ++- 2 files changed, 9 insertions(+), 2 deletions(-) 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}