Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-yaspin for openSUSE:Factory checked in at 2026-02-12 17:27:09 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-yaspin (Old) and /work/SRC/openSUSE:Factory/.python-yaspin.new.1977 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-yaspin" Thu Feb 12 17:27:09 2026 rev:8 rq:1332593 version:3.4.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-yaspin/python-yaspin.changes 2025-06-13 18:48:34.930561801 +0200 +++ /work/SRC/openSUSE:Factory/.python-yaspin.new.1977/python-yaspin.changes 2026-02-12 17:28:19.289720036 +0100 @@ -1,0 +2,50 @@ +Thu Feb 12 04:22:05 UTC 2026 - Steve Kowalik <[email protected]> + +- Update to 3.4.0: + * Drop Python 3.9 support + * Fix Spinner.frames type hint (#261) + * Support custom streams via stream argument (#235) + * Update cli-spinners to v3.3.0 + * Deprecate is_jupyter() method + * Add Python 3.14 support (#253) + * Add @inject_spinner decorator (#256) + * Update cli-spinners to v3.2.1 + * termcolor version >=3 support (#254) + * Fix long messages behavior by truncating them via custom ellipsis (#240) + * Add Python 3.13 support + * Update cli-spinners to v3.2.0 + * Add py.typed marker file to be compliant with PEP561 (#237) + * Update cli-spinners to v2.9.2 + * Fix NameError when using yaspin as a decorator (#230) + * Drop Python 3.8 support + * Drop Python 3.7 support + * Add Python 3.12 support + * Update cli-spinners to v2.9.0 + * Add Python 3.11 support (#217) + * Simple type hints for better IDE completions (#214) + * Replace termcolor-whl with renewed termcolor (#218) + * Support new colors and highlights from termcolor v2.2.0 (#218) + * Fix ANSI control sequences in Jupyter notebooks (#176, #193, #195) + * Drop Python 3.6 support + * Add Python 3.10 support + * Replace termcolor with termcolor-whl (#171) + * Update cli-spinners to v2.7.0 + * Ensure cursor is visible in case of failures (#152) + * Convert Spinner to dataclass; make it mutable (#151) + * Support for dynamic text objects (#147) + * Remove extra files from site-packages (#135) + * Drop Python 2.7 and 3.5 support + * Make termcolor an external dependency + * Update cli-spinners to v2.6.0 + * Fix timer round-up behavior (#118) + * Add spinner timer (#99, #108) + * fix(#107): use poetry_core as build backend + * fix(#34): allow write() to print non-string objects + * Optimization: wait of stop event instead of sleep + * Update cli-spinners to v2.5.0 + * Add support for Python 3.9 + * Add hidden() context manager #68 + * fix(#70): hidden() exceptions handling + * "Stabilize" yaspin; 1.* branch will contain stable release with Python 2 + +------------------------------------------------------------------- Old: ---- yaspin-0.18.0.tar.gz New: ---- yaspin-3.4.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-yaspin.spec ++++++ --- /var/tmp/diff_new_pack.BqPryP/_old 2026-02-12 17:28:19.885745322 +0100 +++ /var/tmp/diff_new_pack.BqPryP/_new 2026-02-12 17:28:19.889745492 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-yaspin # -# Copyright (c) 2025 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 @@ -17,20 +17,23 @@ Name: python-yaspin -Version: 0.18.0 +Version: 3.4.0 Release: 0 Summary: Yet Another Terminal Spinner License: MIT URL: https://github.com/pavdmyt/yaspin Source: https://files.pythonhosted.org/packages/source/y/yaspin/yaspin-%{version}.tar.gz +BuildRequires: %{python_module base >= 3.10} BuildRequires: %{python_module pip} -BuildRequires: %{python_module poetry} -BuildRequires: %{python_module wheel} +BuildRequires: %{python_module poetry-core >= 1.0} BuildRequires: fdupes BuildRequires: python-rpm-macros +Requires: python-termcolor BuildArch: noarch # SECTION test requirements BuildRequires: %{python_module pytest} +BuildRequires: %{python_module pytest-mock} +BuildRequires: %{python_module termcolor} # /SECTION %python_subpackages @@ -51,7 +54,7 @@ %pytest %files %{python_files} -%doc README.rst +%doc README.md %license LICENSE %{python_sitelib}/yaspin %{python_sitelib}/yaspin-%{version}*-info ++++++ yaspin-0.18.0.tar.gz -> yaspin-3.4.0.tar.gz ++++++ ++++ 6397 lines of diff (skipped)
