forked from pool/python-matrix_common
Compare commits
2 Commits
Author | SHA256 | Date | |
---|---|---|---|
f61641e3b0 | |||
a9ec008963 |
@@ -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>
|
||||
|
||||
@@ -8,7 +14,7 @@ Sun Oct 9 22:13:02 UTC 2022 - Ben Greiner <code@bnavigator.de>
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 27 19:55:22 UTC 2022 - Marcus Rueckert <mrueckert@suse.de>
|
||||
|
||||
- Update to 1.3.0
|
||||
- Update to 1.3.0
|
||||
https://github.com/matrix-org/matrix-python-common/releases/tag/v1.3.0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
|
@@ -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}
|
||||
|
Reference in New Issue
Block a user