15
0
forked from pool/python-pbr

Accepting request 688898 from home:jayvdb:branches:devel:languages:python

- Add Recomends for git-core and python-reno
- Add Suggests for python-Sphinx and python-nose
- Increase minimum dependency versions to match upstream
- Add build dependency pip, pyparsing, reno and testrepository
  used by the test suite
- Remove unnecessary test dependencies coverage and hacking
- Use OS_TEST_TIMEOUT=60 in %check to fix sparodic failing tests
  due to timeouts with the default 30 seconds
- Remove no longer needed steps in %prep due to upstream changes
- Replace build dependency git with smaller git-core

OBS-URL: https://build.opensuse.org/request/show/688898
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pbr?expand=0&rev=113
This commit is contained in:
Tomáš Chvátal
2019-03-28 08:39:02 +00:00
committed by Git OBS Bridge
parent 53114e5165
commit f63e91d1ad
2 changed files with 29 additions and 11 deletions

View File

@@ -1,3 +1,17 @@
-------------------------------------------------------------------
Tue Mar 26 20:02:01 UTC 2019 - John Vandenberg <jayvdb@gmail.com>
- Add Recomends for git-core and python-reno
- Add Suggests for python-Sphinx and python-nose
- Increase minimum dependency versions to match upstream
- Add build dependency pip, pyparsing, reno and testrepository
used by the test suite
- Remove unnecessary test dependencies coverage and hacking
- Use OS_TEST_TIMEOUT=60 in %check to fix sparodic failing tests
due to timeouts with the default 30 seconds
- Remove no longer needed steps in %prep due to upstream changes
- Replace build dependency git with smaller git-core
-------------------------------------------------------------------
Fri Mar 1 14:36:24 UTC 2019 - Ondřej Súkup <mimi.vx@gmail.com>