* Initial impl zero-copy Buffer by @milesgranger in #209 * Buffer: Fix extended and negative int reads by @milesgranger in #210 * Initial Type/JavaScript support by @milesgranger in #217 * Fix lz4.decompress_block_into w/o prepended size by @milesgranger in #219 * Add typing stub files and proper docs site by @milesgranger in #220 * Ban mutating immutable buffers on the free-threaded build by @ngoldbaum in #214 * zstd: store size by @milesgranger in #225 * Add Python 3.14/t - Drop Python 3.8 by @milesgranger in #226 - Release 2.10.0 * Remove experimental codecs in default builds by @milesgranger in #197 * Bump libcramjam -> 0.7.0 by @milesgranger in #198 * Update PyO3 to 0.24 by @musicinmybrain in #207 - Disable test_variants_raise_exception[deflate] * gh#milesgranger/cramjam#211 - Disable blosc2 because it fails to compile right now and upstream degraded it from the default feature set to experimental * gh#milesgranger/cramjam#197 - Add debuginfo OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cramjam?expand=0&rev=15
26 lines
983 B
Plaintext
26 lines
983 B
Plaintext
<services>
|
|
<service mode="manual" name="obs_scm">
|
|
<param name="url">https://github.com/milesgranger/cramjam.git</param>
|
|
<param name="scm">git</param>
|
|
<param name="versionformat">@PARENT_TAG@</param>
|
|
<!-- can change back to master when there are no .post tags on top of the branch -->
|
|
<param name="revision">v2.11.0</param>
|
|
<param name="versionrewrite-pattern">v(.*)</param>
|
|
<param name="versionrewrite-replacement">\1</param>
|
|
</service>
|
|
<service mode="manual" name="tar" />
|
|
<service mode="manual" name="recompress">
|
|
<param name="file">*.tar</param>
|
|
<param name="compression">xz</param>
|
|
</service>
|
|
<service mode="manual" name="set_version"/>
|
|
<service name="cargo_vendor" mode="manual">
|
|
<param name="srcdir">cramjam</param>
|
|
<param name="compression">xz</param>
|
|
<param name="update">true</param>
|
|
</service>
|
|
<service name="cargo_audit" mode="manual">
|
|
<param name="srcdir">cramjam</param>
|
|
</service>
|
|
</services>
|