- Update to 0.2.18 * Include rust extensions - from version 0.2.17 * Reflow yaml - from version 0.2.16 * Format with ruff * Upgrade artifact actions * Add missing dollar sign * Update copyright headers * Migrate to disperse.toml * Add codespellrc * Fix spelling errors Used config files: 1: .codespellrc * Use disperse action * Add code of conduct * add codeowners * Fix twine * auto-merge dependabot PRs * port binding to rust * Auto-merge changes * Add cibuildwheel config * Fix twine * Remove C extension in favor of Rust implementation * Skip cp314 * Reduce dependabot noise * Fix PyO3 deprecation warnings for into_py * Fix setuptools deprecation warnings for license configuration * Fix wheels * add typing * Add python 3.14 support - Add _service file to enable vendoring OBS-URL: https://build.opensuse.org/request/show/1321117 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-patiencediff?expand=0&rev=28
11 lines
326 B
Plaintext
11 lines
326 B
Plaintext
<services>
|
|
<service name="download_files" mode="manual"/>
|
|
<service name="cargo_vendor" mode="manual">
|
|
<param name="srctar">patiencediff-0.2.18.tar.gz</param>
|
|
<param name="compression">xz</param>
|
|
<param name="update">true</param>
|
|
</service>
|
|
<service name="cargo_audit" mode="manual"></service>
|
|
</services>
|
|
|