- Update to version 3.1.34.1693646983.2a2ae77: * prepare patch release * util: close lockfile after opening successfully * update instructions for how to create a release * prepare for next release * Skip now permanently failing test with note on how to fix it * Don't check form of version number * Add a unit test for CVE-2023-40590 * Fix CVE-2023-40590 * feat: full typing for "progress" parameter * Creating a lock now uses python built-in "open()" method to work around docker virtiofs issue * Disable merge_includes in config writers * Apply straight-forward typing fixes * Add missing type annotation * Run black and exclude submodule * Allow explicit casting even when slightly redundant * Ignore remaining [unreachable] type errors * Define supported version for mypy * Do not typecheck submodule * typo * added more resources section * generic hash * redundant code cell * redundant line * fixed tabbing * tabbed all code-blocks * added new section for diffs and formatting * formatting wip * change to formatting - removed = bash cmds OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-GitPython?expand=0&rev=55
17 lines
597 B
Plaintext
17 lines
597 B
Plaintext
<services>
|
|
<service name="tar_scm" mode="manual">
|
|
<param name="versionprefix">3.1.34</param>
|
|
<param name="url">https://github.com/gitpython-developers/GitPython</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">3.1.34</param>
|
|
</service>
|
|
<service name="recompress" mode="manual">
|
|
<param name="compression">xz</param>
|
|
<param name="file">*.tar</param>
|
|
</service>
|
|
<service name="set_version" mode="manual"/>
|
|
</services>
|