Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-matrix_common for 
openSUSE:Factory checked in at 2022-10-15 16:37:27
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-matrix_common (Old)
 and      /work/SRC/openSUSE:Factory/.python-matrix_common.new.2275 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-matrix_common"

Sat Oct 15 16:37:27 2022 rev:4 rq:1010938 version:1.3.0

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/python-matrix_common/python-matrix_common.changes    
    2022-07-14 16:35:03.884674320 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-matrix_common.new.2275/python-matrix_common.changes
      2022-10-15 16:40:22.906575060 +0200
@@ -1,0 +2,13 @@
+Sun Oct  9 22:13:02 UTC 2022 - Ben Greiner <[email protected]>
+
+- Provide PyPI name
+- Clean up dependencies
+- Switch to Github tarball for tests
+
+-------------------------------------------------------------------
+Tue Sep 27 19:55:22 UTC 2022 - Marcus Rueckert <[email protected]>
+
+- Update to 1.3.0
+  https://github.com/matrix-org/matrix-python-common/releases/tag/v1.3.0
+
+-------------------------------------------------------------------

Old:
----
  matrix_common-1.2.1.tar.gz

New:
----
  matrix-python-common-1.3.0-gh.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-matrix_common.spec ++++++
--- /var/tmp/diff_new_pack.8W9W1w/_old  2022-10-15 16:40:23.378576194 +0200
+++ /var/tmp/diff_new_pack.8W9W1w/_new  2022-10-15 16:40:23.382576204 +0200
@@ -16,29 +16,32 @@
 #
 
 
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define skip_python39 1
 Name:           python-matrix_common
-Version:        1.2.1
+Version:        1.3.0
 Release:        0
 Summary:        Common utilities for Synapse, Sydent and Sygnal
 License:        MIT
 Group:          Development/Languages/Python
 URL:            https://github.com/matrix-org/matrix-python-common
-Source:         
https://files.pythonhosted.org/packages/source/m/matrix_common/matrix_common-%{version}.tar.gz
-BuildRequires:  %{python_module flit-core}
+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 base >= 3.7}
 BuildRequires:  %{python_module pip}
+BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  %{python_module wheel}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
+Requires:       python-attrs
+Provides:       python-matrix-common = %{version}-%{release}
+BuildArch:      noarch
 %python_subpackages
 
 %description
 Common utilities for Synapse, Sydent and Sygnal.
 
 %prep
-%setup -q -n matrix_common-%{version}
+%setup -q -n matrix-python-common-%{version}
 
 %build
 export PYTHONPATH=$PWD
@@ -49,12 +52,12 @@
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
-# no upstream tests
+%pytest
 
 %files %{python_files}
 %license LICENSE
 %doc README.md
-%{python_sitelib}/matrix_common-%{version}*info/
+%{python_sitelib}/matrix_common-%{version}*-info
 %{python_sitelib}/matrix_common
 
 %changelog

Reply via email to