* 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) OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-yaspin?expand=0&rev=18
104 lines
4.0 KiB
Plaintext
104 lines
4.0 KiB
Plaintext
-------------------------------------------------------------------
|
|
Thu Feb 12 04:22:05 UTC 2026 - Steve Kowalik <steven.kowalik@suse.com>
|
|
|
|
- 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
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Jun 13 12:50:30 UTC 2025 - Markéta Machová <mmachova@suse.com>
|
|
|
|
- Convert to pip-based build
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Aug 6 05:55:07 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
|
|
|
|
- Do not install tests folder directly in sitelib
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Jul 21 10:44:10 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
|
|
|
|
- update to 0.18.0
|
|
* Update cli-spinners to ``v2.4.0``
|
|
* Update dependencies
|
|
* fix(#59): remove ``tests/`` and ``examples/`` from wheels distribution
|
|
* Migrate to ``poetry`` for dependencies management, building and publishing project
|
|
* Add tests for Python 3.8
|
|
* Deprecate support for Python 3.4
|
|
* Run tests under Ubuntu 18.04
|
|
* Update dev dependencies to the most recent ones (compatible with Python 2.7)
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Feb 3 13:54:16 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
|
|
|
|
- update to 0.16.0
|
|
* Allow use inside zip bundled package
|
|
* Code improvements
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Aug 12 10:29:31 UTC 2019 - Marketa Calabkova <mcalabkova@suse.com>
|
|
|
|
- Update to 15.0
|
|
* Update cli-spinners to v2.2.0
|
|
|
|
-------------------------------------------------------------------
|
|
Fri May 24 13:43:28 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
|
|
|
- Update to 0.14.3:
|
|
* fix(#29): race condition between spinner thread and write()
|
|
|
|
-------------------------------------------------------------------
|
|
Mon May 6 11:50:48 UTC 2019 - pgajdos@suse.com
|
|
|
|
- version update to 0.14.2
|
|
* fix: remove extra ``\b`` written to stdout. Fixes ``write()`` in
|
|
rxvt terminal
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Mar 1 01:57:51 PM UTC 2019 - John Vandenberg <jayvdb@gmail.com>
|
|
|
|
- Initial spec for v0.14.1
|