python-GitPython/_service
Tomáš Chvátal ad4dad059d Accepting request 685184 from home:jayvdb:django
- Activate test suite and remove bcond test
- Add py37.patch already merged upstream to fix Python 3.7,
  especially git submodules
- Add test_blocking_lock_file-extra-time.patch to avoid an
  indeterministic timing failure
- Add test-skips.patch to skip one expected failure and workaround
  two unknown failures
- Remove test suite from the runtime package
- Add doc/source/*.rst to %docs
- Remove dependency on python3-mock
- Set build dependency ddt minimum version 1.1.1

OBS-URL: https://build.opensuse.org/request/show/685184
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-GitPython?expand=0&rev=20
2019-03-15 13:45:17 +00:00

19 lines
662 B
Plaintext

<services>
<service mode="localonly" name="obs_scm">
<param name="scm">git</param>
<param name="url">git://github.com/gitpython-developers/GitPython</param>
<param name="versionprefix">2.1.11.git</param>
<param name="filename">test-data</param>
<param name="submodules">enable</param>
<param name="package-meta">yes</param>
</service>
<service mode="localonly" name="tar">
<param name="filename">test-data</param>
<param name="package-meta">yes</param>
</service>
<service mode="localonly" name="recompress">
<param name="file">test-data.tar</param>
<param name="compression">xz</param>
</service>
</services>