commits past v2.0.0: * Update pre-commit hooks, ruff rules * Improve backwards configshell-fb compatibility * Fix: log truncated * v2.0.0 * Add pypi publish and pre-commit workflows * Add backwards compatibility with _fb module name * Explicitly declare wheel build target dir * Adding -fb suffix to module name * Remove urwid dependency * Adding pre-commit config * Use f-strings * Use Pathlib * Refactoring to Python>=3.9, adding ruff rules * Move to PEP-621; Use configshell module name * six is unneeded, get rid of it * Fix help messages without a trailing newline * Remove usage of six Note that the last item means we can do away with the patch: * no-six.patch (removed) OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-configshell-fb?expand=0&rev=40
20 lines
807 B
Plaintext
20 lines
807 B
Plaintext
<services>
|
|
<service name="tar_scm" mode="disabled">
|
|
<param name="scm">git</param>
|
|
<param name="url">https://github.com/open-iscsi/configshell-fb.git</param>
|
|
<param name="package-meta">yes</param>
|
|
<param name="filename">python-configshell-fb</param>
|
|
<param name="revision">master</param>
|
|
<param name="version">master</param>
|
|
<param name="versionformat">2.0.0-@TAG_OFFSET@.%h</param>
|
|
<param name="versionrewrite-pattern">v(\d*\.\d*\.)(\d*)</param>
|
|
<param name="versionrewrite-replacement">\1\2</param>
|
|
<param name="match-tag">v2.0.0*</param>
|
|
</service>
|
|
<service name="recompress" mode="disabled">
|
|
<param name="file">*configshell-fb*.tar</param>
|
|
<param name="compression">xz</param>
|
|
</service>
|
|
<service name="set_version" mode="disabled"/>
|
|
</services>
|