Accepting request 501528 from home:sebix:branches:devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/501528
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-textile?expand=0&rev=7
This commit is contained in:
2017-06-10 08:34:23 +00:00
committed by Git OBS Bridge
parent ce73ac246a
commit fbffd41e0d
4 changed files with 20 additions and 10 deletions

View File

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
Tue Jun 6 18:30:32 UTC 2017 - sebix+novell.com@sebix.at
- upgrade to cersion 2.3.12
upstream changelog for 2.3.12
* Bugfix: Don't die on pre blocks with unicode characters. ("#43":https://github.com/textile/python-textile/issues/43)
* Bugfix: Fix regressions introduced into the code between 2.2.2 and 2.3.11. (Special thanks to "@adam-iris":https://github.com/adam-iris for providing pull request "#44":https://github.com/textile/python-textile/pull/44)
* Bugfix: Don't just die when processing poorly-formatted textile lists. ("#37":https://github.com/textile/python-textile/issues/37)
* Add Python 3.6 to testing.
* Add a "print the version string and exit" argument to the cli tool: @pytextile -v@
upstream changelog for 2.3.11:
* Bugfix: Don't strip leading dot from image URIs ("#42":https://github.com/textile/python-textile/issues/42)
upstream changelog for 2.3.10:
* Packaging: cleanup in MANIFEST.IN leads to better linux packaging, and smaller wheel size.
-------------------------------------------------------------------
Sun Apr 9 08:00:33 UTC 2017 - sebix+novell.com@sebix.at