forked from pool/python-clikit
- Add %{?sle15_python_module_pythons}
OBS-URL: https://build.opensuse.org/request/show/1097092
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-clikit?expand=0&rev=19
80 lines
3.1 KiB
Plaintext
80 lines
3.1 KiB
Plaintext
-------------------------------------------------------------------
|
|
Thu Jul 6 10:29:10 UTC 2023 - ecsos <ecsos@opeensuse.org>
|
|
|
|
- Add %{?sle15_python_module_pythons}
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Oct 20 13:36:23 UTC 2020 - Dan Čermák <dcermak@suse.com>
|
|
|
|
Skip python2: poetry no longer works with python2 thereby breaking this package on Leap.
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Oct 8 15:52:41 UTC 2020 - Benjamin Greiner <code@bnavigator.de>
|
|
|
|
- dephell incorrectly converts the typing-extension dependency
|
|
marker. Use upstreams install method pip with poetry.core backend
|
|
instead
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Jul 12 07:50:09 UTC 2020 - John Vandenberg <jayvdb@gmail.com>
|
|
|
|
- Update to v0.6.2
|
|
* Fixed an error in the package's metadata causing errors on Python 3.5.
|
|
- from v0.6.1
|
|
* Progress bars will now update at most every 100ms by default.
|
|
This is configurable via the min_seconds_between_redraws() method
|
|
* Progress bars and indicators now accept an Output instance as well as
|
|
an IO instance. If an IO instance is passed the error output will be used
|
|
* Slightly changed the exception trace rendering
|
|
* Fixed an error where choices questions accepted negative choices
|
|
- from v0.6.0
|
|
* Support for error solutions
|
|
* Ability to ignore files in the stack trace
|
|
* The stack trace will now be displayed above the actual error, so that
|
|
the error is visible immediately and the read flow of the stack trace
|
|
is more natural
|
|
* Fixed the coloring of the code snippets of the stack trace for tokens
|
|
that span multiple lines
|
|
- from v0.5.1
|
|
* Improved the error message display for multiline messages
|
|
- from v0.5.0
|
|
* Errors are now rendered in a nicer way for Python 3.6+
|
|
- from v0.4.3
|
|
* Fixed encoding errors in questions for Python 2.7
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Mar 23 18:13:43 UTC 2020 - Matej Cepl <mcepl@suse.com>
|
|
|
|
- Add macro %dephell_genspec to generate setup.py
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Mar 15 10:12:32 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
|
|
|
|
- Update to 0.4.2:
|
|
* Fixed the terminal width being set to 0 in some circumstances (#15).
|
|
* Fixed the comptibility with the latest version of pastel (#10).
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Jan 14 10:18:04 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
|
|
|
|
- Update to 0.4.1:
|
|
* minor fixes
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Nov 28 15:05:12 CET 2019 - Matej Cepl <mcepl@suse.com>
|
|
|
|
- Update to 0.4.0:
|
|
- Changed the way event names are stored and exposed.
|
|
- Fixed parsing of options after a -- token.
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Oct 9 14:10:12 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
|
|
|
- Update to 0.3.2:
|
|
* Fixed handling of KeyboardInterrupt exceptions.
|
|
|
|
-------------------------------------------------------------------
|
|
Sun May 19 01:42:50 AM UTC 2019 - John Vandenberg <jayvdb@gmail.com>
|
|
|
|
- Initial spec for v0.2.4
|