14
0

Accepting request 1135690 from home:SchoolGuy:branches:devel:languages:python

Update to version v8.0.1 is required due to the upgrade of python-mysql-to-sqlite3 to version 2.1.6.

OBS-URL: https://build.opensuse.org/request/show/1135690
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-slugify?expand=0&rev=23
This commit is contained in:
2024-01-03 14:39:17 +00:00
committed by Git OBS Bridge
parent a8b44cf414
commit b4a5e726f5
7 changed files with 51 additions and 10 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.1</param>
<param name="versionformat">v8.0.1</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>