- 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.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-textile?expand=0&rev=22
This commit is contained in:
2020-01-18 10:53:05 +00:00
committed by Git OBS Bridge
parent c20e5dd1ad
commit 11e45cb4db
4 changed files with 20 additions and 13 deletions

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Sat Jan 18 10:49:22 UTC 2020 - Sebastian Wagner <sebix+novell.com@sebix.at>
- 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 9 06:45:28 UTC 2019 - Sebastian Wagner <sebix+novell.com@sebix.at>