14
0

Accepting request 486959 from home:alarrosa:branches:devel:languages:python

- Use singlespec macros.
- Drop fix-tests-tools-names.diff which is not needed anymore.
- Add reduce-test-length.diff to reduce the number of iterations in a test
  that is repeated for each data test file, for every byte, so it only tests
  each file for the first 10 bytes. This way we reduce the time it takes to
  test mutagen (and the corresponding cpu usage in obs) from 1078 seconds
  (nearly 18 minutes) to 53 seconds (for each python version).

OBS-URL: https://build.opensuse.org/request/show/486959
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-mutagen?expand=0&rev=28
This commit is contained in:
Todd R
2017-04-12 19:06:58 +00:00
committed by Git OBS Bridge
parent 30188a9fce
commit dc8851127d
4 changed files with 58 additions and 98 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Thu Apr 6 15:52:21 UTC 2017 - alarrosa@suse.com
- Use singlespec macros.
- Drop fix-tests-tools-names.diff which is not needed anymore.
- Add reduce-test-length.diff to reduce the number of iterations in a test
that is repeated for each data test file, for every byte, so it only tests
each file for the first 10 bytes. This way we reduce the time it takes to
test mutagen (and the corresponding cpu usage in obs) from 1078 seconds
(nearly 18 minutes) to 53 seconds (for each python version).
-------------------------------------------------------------------
Wed Mar 22 14:58:43 UTC 2017 - tbechtold@suse.com