14
0

Accepting request 173918 from home:dirkmueller:branches:devel:languages:python

- add buildrequires to satisfy test suite run 

- update to 0.0.15:
  * Expects subunit v2 if the local library has v2 support in the subunit
  library. This should be seamless if the system under test shares the
  Python libraries. If it doesn't, either arrange to use ``subunit-2to1``
  or upgrade the subunit libraries for the system under test.

OBS-URL: https://build.opensuse.org/request/show/173918
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-testrepository?expand=0&rev=8
This commit is contained in:
2013-04-30 10:02:28 +00:00
committed by Git OBS Bridge
parent f9ba9ea301
commit bb9bca93e8
4 changed files with 19 additions and 4 deletions

View File

@@ -1,3 +1,17 @@
-------------------------------------------------------------------
Tue Apr 30 09:17:02 UTC 2013 - dmueller@suse.com
- add buildrequires to satisfy test suite run
-------------------------------------------------------------------
Mon Apr 29 12:15:17 UTC 2013 - dmueller@suse.com
- update to 0.0.15:
* Expects subunit v2 if the local library has v2 support in the subunit
library. This should be seamless if the system under test shares the
Python libraries. If it doesn't, either arrange to use ``subunit-2to1``
or upgrade the subunit libraries for the system under test.
-------------------------------------------------------------------
Sat Apr 20 18:58:56 UTC 2013 - toddrme2178@gmail.com