14
0

Accepting request 148485 from home:posophe:branches:devel:languages:python

Update and python3 support

OBS-URL: https://build.opensuse.org/request/show/148485
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-unittest-xml-reporting?expand=0&rev=4
This commit is contained in:
Sascha Peilicke
2013-01-15 13:45:33 +00:00
committed by Git OBS Bridge
parent 3209eddb2c
commit 5226c718ac
6 changed files with 83 additions and 6 deletions

View File

@@ -1,3 +1,22 @@
-------------------------------------------------------------------
Mon Jan 14 16:57:42 UTC 2013 - p.drouand@gmail.com
- Initial python3 support
-------------------------------------------------------------------
Mon Jan 14 16:51:12 UTC 2013 - p.drouand@gmail.com
- Update to 1.4.3 version:
* fix indentation problem
- Update to 1.4 version:
* Refactor Django test runner to clean up imports
* Allow bool values in TEST_OUTPUT_VERBOSE for backwards-compatibility
* Fix Django test runner for renamed XMLTestRunner constructor parameter
* Fixed syntax error on classifiers section.
* Added support for Python 3.
* Renamed constructor parameter to make it compatible with the one used
in unittest.TextTestRunner.
-------------------------------------------------------------------
Thu Sep 8 09:36:53 UTC 2011 - saschpe@suse.de