14
0

Accepting request 1207148 from home:glaubitz:branches:devel:languages:python

- 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

OBS-URL: https://build.opensuse.org/request/show/1207148
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-textile?expand=0&rev=31
This commit is contained in:
2024-10-11 12:10:14 +00:00
committed by Git OBS Bridge
parent 453a2c117a
commit 31f190ddcd
4 changed files with 35 additions and 17 deletions

View File

@@ -1,3 +1,21 @@
-------------------------------------------------------------------
Fri Oct 11 11:31:47 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- 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 10:13:30 UTC 2021 - Sebastian Wagner <sebix+novell.com@sebix.at>