Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-aexpect for openSUSE:Factory checked in at 2026-06-25 10:58:15 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-aexpect (Old) and /work/SRC/openSUSE:Factory/.python-aexpect.new.2088 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-aexpect" Thu Jun 25 10:58:15 2026 rev:8 rq:1361664 version:1.8.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-aexpect/python-aexpect.changes 2024-12-10 23:44:47.979723738 +0100 +++ /work/SRC/openSUSE:Factory/.python-aexpect.new.2088/python-aexpect.changes 2026-06-25 11:00:06.903377009 +0200 @@ -1,0 +2,14 @@ +Wed Jun 24 20:02:20 UTC 2026 - Martin Pluskal <[email protected]> + +- Update to version 1.8.0: + * Drop drop-use-of-pipes.patch (merged upstream) + * Centralize all output handling into a single output function + and fix losing log output before it is configured + * Add a grep_pipe() helper and drop the internal use of pipes + * Raise a clear error when aexpect_helper does not work + * Fix a race where the tail thread could be unset before a + close hook was added + * Remote door: adjust the file-transfer port for custom setups + and shorten control-file output to a readable length + +------------------------------------------------------------------- Old: ---- aexpect-1.7.0.tar.gz drop-use-of-pipes.patch New: ---- aexpect-1.8.0.tar.gz ----------(Old B)---------- Old:- Update to version 1.8.0: * Drop drop-use-of-pipes.patch (merged upstream) * Centralize all output handling into a single output function ----------(Old E)---------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-aexpect.spec ++++++ --- /var/tmp/diff_new_pack.uOuoan/_old 2026-06-25 11:00:07.587400589 +0200 +++ /var/tmp/diff_new_pack.uOuoan/_new 2026-06-25 11:00:07.591400727 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-aexpect # -# Copyright (c) 2024 SUSE LLC +# 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 @@ -18,14 +18,12 @@ %global pkgname aexpect Name: python-%{pkgname} -Version: 1.7.0 +Version: 1.8.0 Release: 0 Summary: Python library to control interactive applications License: GPL-2.0-only -URL: http://avocado-framework.readthedocs.org/ +URL: https://avocado-framework.readthedocs.org/ Source: https://github.com/avocado-framework/aexpect/archive/%{version}.tar.gz#/%{pkgname}-%{version}.tar.gz -# PATCH-FIX-UPSTREAM Based on gh#avocado-framework/aexpect#128 -Patch0: drop-use-of-pipes.patch BuildRequires: %{python_module pip} BuildRequires: %{python_module pytest} BuildRequires: %{python_module setuptools} @@ -50,6 +48,8 @@ %install %pyproject_install +# force hash-based .pyc (avoid python-bytecode-inconsistent-mtime) +%python_expand $python -m compileall -q -f -o 0 -o 1 --invalidation-mode unchecked-hash %{buildroot}%{$python_sitelib}/aexpect %python_clone -a %{buildroot}%{_bindir}/aexpect_helper %fdupes %{buildroot} ++++++ aexpect-1.7.0.tar.gz -> aexpect-1.8.0.tar.gz ++++++ ++++ 5721 lines of diff (skipped)
