Changelog for
python311-textile-4.0.3-1.3.noarch.rpm :
* Fri Oct 11 2024 John Paul Adrian Glaubitz
- Update to version 4.0.3
* Update supported Python versions to 3.8 - 3.12 (\"#83\":https://github.com/textile/python-textile/issues/83)
* Replace html5lib with nh3 for html sanitization
* General code cleanup
* Bugfixes:
*
* Wrong HTML output when \"bc..\" is the very last in the document (\"#81\":https://github.com/textile/python-textile/issues/81)
* Other:
*
* Use github actions instead of travis for automated testing- Limit Python files matched in %files section- Switch package to modern Python Stack on SLE-15
* Use Python 3.11 on SLE-15 by default
* Drop support for older Python versions
* Sat Nov 27 2021 Sebastian Wagner - - update to version 4.0.2: - Bugfixes: - Support non-http schemas in url refs (\"#75\":https://github.com/textile/python-textile/pull/75) - pytest-runner is deprecated (\"#77\":https://github.com/textile/python-textile/issues/77)
*
*
* other changes related to CI infrastructure
* Mon May 18 2020 Tomáš Chvátal - Do not pull pytest-cov and pytest-runner nedlessly- Fix the %fdupes call
* Mon May 18 2020 Petr Gajdos - %python3_only -> %python_alternative- install license
* Sat Feb 01 2020 Sebastian Wagner - update to version 4.0.1: - Bugfixes: - SyntaxWarnings with Python 3.8 i(\"#71\":https://github.com/textile/python-textile/issues/71) - testsuite: internal error with coverage 5.0.X (\"#72\":https://github.com/textile/python-textile/issues/72) - DeprecationWarnings about invalid escape sequences (\"#73\":https://github.com/textile/python-textile/issues/73)
* Sat Jan 18 2020 Sebastian Wagner - drop python 2, not supported anymore upstream- update to version 4.0.0: - Drop support for Python 2, hence the version bump. Update list of PY3K versions to currently-supported versions. If you need to use textile on Python 2.7 or Python 3.3 or 3.4, please use textile Version 3.0.4. - For use in PyPy environments, textile used to work well with the regex package. Lately, it\'s running into trouble. Please uninstall regex if this is the case for you.
* Sun Jun 09 2019 Sebastian Wagner - update to version 3.0.4: - BUGFIX: Restricted mode strips out CSS attributes again. - Update travis to more current versions and test against current Pillow version.
* Mon Apr 23 2018 sebix+novell.comAATTsebix.at- update to version 3.0.3:
* BUGFIX: Improve handling code block following extended p block (#63)
* Thu Apr 12 2018 sebix+novell.comAATTsebix.at- update to version 3.0.2:
* Fix for multiple multi-line paragraphs. (#62)- update to version 3.0.1:
* Fix improper handling of extended code blocks. (#61)
* Sat Nov 18 2017 sebix+novell.comAATTsebix.at- change source url back to fixed pypi url