Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-yaql for openSUSE:Factory checked in at 2026-05-19 17:48:33 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-yaql (Old) and /work/SRC/openSUSE:Factory/.python-yaql.new.1966 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-yaql" Tue May 19 17:48:33 2026 rev:17 rq:1353906 version:3.2.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-yaql/python-yaql.changes 2025-11-10 19:18:50.056101719 +0100 +++ /work/SRC/openSUSE:Factory/.python-yaql.new.1966/python-yaql.changes 2026-05-19 17:48:52.372899456 +0200 @@ -1,0 +2,5 @@ +Mon May 18 22:34:57 UTC 2026 - Dirk Müller <[email protected]> + +- fix build after u-a removal + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-yaql.spec ++++++ --- /var/tmp/diff_new_pack.TlDrIq/_old 2026-05-19 17:48:52.916921959 +0200 +++ /var/tmp/diff_new_pack.TlDrIq/_new 2026-05-19 17:48:52.920922125 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-yaql # -# Copyright (c) 2025 SUSE LLC and contributors +# Copyright (c) 2026 SUSE LLC and contributors # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,6 +16,7 @@ # +%bcond_without libalternatives Name: python-yaql Version: 3.2.0 Release: 0 @@ -24,7 +25,6 @@ Group: Development/Languages/Python URL: https://docs.openstack.org/yaql Source0: https://files.pythonhosted.org/packages/source/y/yaql/yaql-%{version}.tar.gz -BuildRequires: openstack-macros # for testing BuildRequires: %{python_module fixtures} BuildRequires: %{python_module pip} @@ -35,6 +35,9 @@ BuildRequires: %{python_module testscenarios} BuildRequires: %{python_module testtools} BuildRequires: %{python_module wheel} +BuildRequires: alts +BuildRequires: python-rpm-macros +Requires: alts Requires: python-python-dateutil BuildArch: noarch %if "python%{python_nodots_ver}" == "%{primary_python}" @@ -53,14 +56,12 @@ %prep %autosetup -p1 -n yaql-%{version} -%py_req_cleanup %build %pyproject_wheel %install %pyproject_install - %python_clone -a %{buildroot}%{_bindir}/yaql %pre @@ -73,7 +74,7 @@ %python_uninstall_alternative yaql %check -%{openstack_stestr_run} +%python_exec -m stestr.cli run %files %{python_files} %license LICENSE
