Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-parse for openSUSE:Factory checked in at 2024-02-01 18:05:00 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-parse (Old) and /work/SRC/openSUSE:Factory/.python-parse.new.1815 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-parse" Thu Feb 1 18:05:00 2024 rev:12 rq:1143158 version:1.20.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-parse/python-parse.changes 2024-01-31 23:54:37.490883008 +0100 +++ /work/SRC/openSUSE:Factory/.python-parse.new.1815/python-parse.changes 2024-02-01 18:05:28.379275229 +0100 @@ -1,0 +2,5 @@ +Thu Feb 1 00:50:36 UTC 2024 - Steve Kowalik <steven.kowa...@suse.com> + +- Switch to pytest, like upstream has. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-parse.spec ++++++ --- /var/tmp/diff_new_pack.AukLMQ/_old 2024-02-01 18:05:29.895330082 +0100 +++ /var/tmp/diff_new_pack.AukLMQ/_new 2024-02-01 18:05:29.919330950 +0100 @@ -16,16 +16,15 @@ # -%{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-parse Version: 1.20.1 Release: 0 Summary: Python module for parsing strings using a "format" syntax License: MIT -Group: Development/Languages/Python URL: https://github.com/r1chardj0n3s/parse Source0: https://files.pythonhosted.org/packages/source/p/parse/parse-%{version}.tar.gz BuildRequires: %{python_module pip} +BuildRequires: %{python_module pytest} BuildRequires: %{python_module setuptools} BuildRequires: %{python_module wheel} BuildRequires: fdupes @@ -48,7 +47,7 @@ %python_expand %fdupes %{buildroot}%{$python_sitelib} %check -%python_exec -m unittest discover -v +%pytest %files %{python_files} %license LICENSE