15
0

- Convert to libalternatives on SLE-16-based and newer systems

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-slugify?expand=0&rev=29
This commit is contained in:
2025-08-25 12:29:54 +00:00
committed by Git OBS Bridge
commit 91ca8587a2
9 changed files with 294 additions and 0 deletions

17
_service Normal file
View File

@@ -0,0 +1,17 @@
<services>
<service mode="manual" name="obs_scm">
<param name="url">https://github.com/un33k/python-slugify.git</param>
<param name="scm">git</param>
<param name="revision">v8.0.4</param>
<param name="versionformat">v8.0.4</param>
<param name="changesgenerate">enable</param>
<param name="versionrewrite-pattern">v(.*)</param>
</service>
<service mode="manual" name="set_version"/>
<service mode="buildtime" name="tar"/>
<service mode="buildtime" name="recompress">
<param name="compression">gz</param>
<param name="file">*.tar</param>
</service>
</services>