- Update to version 2.4.1 * use more precise foreign key constraints * ensure index names do not collide with table names * add support for AUTOINCREMENT * add --without-tables option * Fix transferring composite primary keys when AUTOINCREMENT present * add MySQL 8.4 and MariaDB 11.4 support * fix passwordless login OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-mysql-to-sqlite3?expand=0&rev=9
17 lines
608 B
Plaintext
17 lines
608 B
Plaintext
<services>
|
|
<service mode="manual" name="obs_scm">
|
|
<param name="url">https://github.com/techouse/mysql-to-sqlite3.git</param>
|
|
<param name="scm">git</param>
|
|
<param name="revision">v2.4.1</param>
|
|
<param name="versionformat">v2.4.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>
|