forked from pool/python-sqlite3-to-mysql
- Update to 2.1.0 * 2.0.3: prevent AUTO_INCREMENT-ing fields from having a DEFAULT value * 2.0.2: properly import CMySQLConnection OBS-URL: https://build.opensuse.org/request/show/1119444 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sqlite3-to-mysql?expand=0&rev=9
16 lines
504 B
Plaintext
16 lines
504 B
Plaintext
<services>
|
|
<service mode="manual" name="obs_scm">
|
|
<param name="url">https://github.com/techouse/sqlite3-to-mysql.git</param>
|
|
<param name="scm">git</param>
|
|
<param name="revision">v2.1.0</param>
|
|
<param name="versionformat">2.1.0</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>
|
|
|