15
0

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

singlespec

OBS-URL: https://build.opensuse.org/request/show/487574
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-textile?expand=0&rev=6
This commit is contained in:
2017-06-06 13:43:54 +00:00
committed by Git OBS Bridge
parent c9c4ced02a
commit a4597a17eb
5 changed files with 59 additions and 49 deletions

View File

@@ -1,3 +1,29 @@
-------------------------------------------------------------------
Sun Apr 9 08:00:33 UTC 2017 - sebix+novell.com@sebix.at
- upgrade to 2.3.9
- convert specfile to singlespec
- upstream changes:
- Version 2.3.9
* Packaging: remove extraneous files from the source distribution upload.
* Remove a lingering file from a feature branch for overhauling list handling. This brings coverage back up to 100%.
- Version 2.3.8
* Bugfix: Fix process of string containing only whitespaces ("#40":https://github.com/textile/python-textile/issues/40)
* Bugfix: Fix process of formatted text after lists ("#37":https://github.com/textile/python-textile/issues/37)
* Test: Use sys.executable instead of 'python' to test the CLI ("#38":https://github.com/textile/python-textile/issues/38)
- Version 2.3.7
* Bugfix: Don't assume pytest is available to be imported in setup.py ("#39":https://github.com/textile/python-textile/issues/39)
- Version 2.3.6
* Packaging: @tests@ directory is correctly included in source-tarball. ("#33":https://github.com/textile/python-textile/issues/33)
- Version 2.3.5
* Bugfix: Correctly handle unicode text in url query-strings. ("#36":https://github.com/textile/python-textile/issues/36)
- Version 2.3.4
* Bugfix: fix an issue with extended block code
* Remove misplaced shebang on non-callable files.
* Packaging: Add test-command to setup.py directly.
* Packaging: Included the tests/ directory for source-tarballs, useful for packaging checks. ("#33":https://github.com/textile/python-textile/issues/33)
* Add a cli tool @pytextile@ which takes textile input and prints html output. See @pytextile -h@ for details.
-------------------------------------------------------------------
Fri Aug 19 22:00:31 UTC 2016 - sebix+novell.com@sebix.at