Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-pony for openSUSE:Factory checked in at 2024-04-04 22:27:01 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-pony (Old) and /work/SRC/openSUSE:Factory/.python-pony.new.1905 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pony" Thu Apr 4 22:27:01 2024 rev:12 rq:1164571 version:0.7.17 Changes: -------- --- /work/SRC/openSUSE:Factory/python-pony/python-pony.changes 2024-02-18 20:23:38.491032582 +0100 +++ /work/SRC/openSUSE:Factory/.python-pony.new.1905/python-pony.changes 2024-04-04 22:28:35.388460486 +0200 @@ -1,0 +2,5 @@ +Thu Apr 4 11:06:06 UTC 2024 - Daniel Garcia <[email protected]> + +- Do not run test_json, it fails with sqlite 3.45 gh#ponyorm/pony#704 + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-pony.spec ++++++ --- /var/tmp/diff_new_pack.Z5Kanc/_old 2024-04-04 22:28:36.040484491 +0200 +++ /var/tmp/diff_new_pack.Z5Kanc/_new 2024-04-04 22:28:36.040484491 +0200 @@ -25,8 +25,9 @@ License: Apache-2.0 URL: https://ponyorm.com Source: https://files.pythonhosted.org/packages/source/p/pony/pony-%{version}.tar.gz +BuildRequires: %{python_module base} BuildRequires: %{python_module setuptools} -BuildRequires: %{pythons} +BuildRequires: %{python_module sqlite3} BuildRequires: dos2unix BuildRequires: fdupes BuildRequires: python-rpm-macros @@ -55,6 +56,8 @@ %python_expand %fdupes %{buildroot}%{$python_sitelib} %check +# test_json fails with sqlite 3.45 gh#ponyorm/pony#704 +rm pony/orm/tests/test_json.py %pyunittest discover -v pony/orm/tests -p 'test_*.py' %files %{python_files}
