* minor efficiency improvement by removing some dead code
* added -nb / --notebook flag to convert .ipynb files
* Multiple bugfixes closing the issues accumulated over the years
* Introduced -aa for double aggressive where we do dangerous changes like
ignoring int conversion in %d .
* better handling of escaped unicode characters, and multibyte unicode
characters.
- Add missing Requires on update-alternatives.
- Clean up {Build,}Requires.
- No longer skip any tests.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-flynt?expand=0&rev=11
42 lines
1.5 KiB
Plaintext
42 lines
1.5 KiB
Plaintext
-------------------------------------------------------------------
|
|
Thu Oct 30 01:01:43 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
|
|
|
|
- Update to 1.0.6:
|
|
* minor efficiency improvement by removing some dead code
|
|
* added -nb / --notebook flag to convert .ipynb files
|
|
* Multiple bugfixes closing the issues accumulated over the years
|
|
* Introduced -aa for double aggressive where we do dangerous changes like
|
|
ignoring int conversion in %d .
|
|
* better handling of escaped unicode characters, and multibyte unicode
|
|
characters.
|
|
- Add missing Requires on update-alternatives.
|
|
- Clean up {Build,}Requires.
|
|
- No longer skip any tests.
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Mar 5 13:30:36 UTC 2024 - Daniel Garcia <daniel.garcia@suse.com>
|
|
|
|
- Skip broken tests with python 3.12
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Dec 7 21:31:08 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
|
|
|
- update to 1.0.1:
|
|
* Fix join not using returned node
|
|
* ignore security issues in tests
|
|
* switch to ruff
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Jul 6 13:05:53 UTC 2023 - ecsos <ecsos@opensuse.org>
|
|
|
|
- Update to 0.78
|
|
- no changelog from upstream
|
|
- Change Source from pythonhosted to github because tests are
|
|
missing in source from pythonhosted.
|
|
- Add %{?sle15_python_module_pythons}
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Jan 25 09:50:38 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
|
|
|
- Initial package (0.76)
|