forked from pool/python-GitPython
- Update to version 2.1.11.1531661757.92a4819:
* Bump version to 2.1.11 * fix whitespace violation * Update test_docs.py * Dedent code blocks in tutorial. * Allow pathlib.Path in Repo.__init__ * Fix small typo * Fix exception on import in MacOS * Bump to 2.1.10 * Add change in type support * Get correcly rename change_type. - Simplify the service file and generating of the tarball and base everything on a tag OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-GitPython?expand=0&rev=21
This commit is contained in:
committed by
Git OBS Bridge
parent
ad4dad059d
commit
aa39aa09e0
20
_service
20
_service
@@ -1,18 +1,16 @@
|
||||
<services>
|
||||
<service mode="localonly" name="obs_scm">
|
||||
<param name="scm">git</param>
|
||||
<service name="tar_scm" mode="disabled">
|
||||
<param name="versionprefix">2.1.11</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="scm">git</param>
|
||||
<param name="package-meta">yes</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
<param name="submodules">enable</param>
|
||||
<param name="revision">refs/tags/2.1.11</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>
|
||||
<service name="recompress" mode="disabled">
|
||||
<param name="compression">xz</param>
|
||||
<param name="file">*.tar</param>
|
||||
</service>
|
||||
<service name="set_version" mode="disabled"/>
|
||||
</services>
|
||||
|
||||
Reference in New Issue
Block a user