1
0

Compare commits

2 Commits

Author SHA256 Message Date
f61641e3b0 Accepting request 1272197 from network:messaging:matrix
Forwarded request #1272196 from darix

- 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/1272197
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-matrix_common?expand=0&rev=5
2025-04-23 16:40:13 +00:00
a9ec008963 - 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/package/show/network:messaging:matrix/python-matrix_common?expand=0&rev=8
2025-04-23 14:16:51 +00:00
2 changed files with 9 additions and 2 deletions

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Apr 23 14:15:27 UTC 2025 - Marcus Rueckert <mrueckert@suse.de>
- 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 <code@bnavigator.de> Sun Oct 9 22:13:02 UTC 2022 - Ben Greiner <code@bnavigator.de>

View File

@@ -1,7 +1,7 @@
# #
# spec file for package python-matrix_common # 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 # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@@ -25,6 +25,7 @@ License: MIT
Group: Development/Languages/Python Group: Development/Languages/Python
URL: https://github.com/matrix-org/matrix-python-common 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 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 base >= 3.7}
BuildRequires: %{python_module pip} BuildRequires: %{python_module pip}
BuildRequires: %{python_module pytest} BuildRequires: %{python_module pytest}