* Added 3.14 and pypy3.11 to targets * Bumped pyo3 to 0.27.1 - Run the testsuite. - Switch to using cargo-packaging, and cargo_vendor. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-bidi?expand=0&rev=16
10 lines
328 B
Plaintext
10 lines
328 B
Plaintext
<services>
|
|
<service name="download_files" mode="manual"></service>
|
|
<service name="cargo_vendor" mode="manual">
|
|
<param name="srctar">python_bidi-*.tar.gz</param>
|
|
<param name="compression">xz</param>
|
|
<param name="update">true</param>
|
|
</service>
|
|
<service name="cargo_audit" mode="manual"></service>
|
|
</services>
|