Updated to address pytest excluded tests specification feedback and fix build issues identified by test runs when building for multiple Python versions. OBS-URL: https://build.opensuse.org/request/show/1226585 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pulsar-client?expand=0&rev=1
21 lines
751 B
Plaintext
21 lines
751 B
Plaintext
<services>
|
|
<service name="tar_scm" mode="manual">
|
|
<param name="scm">git</param>
|
|
<param name="url">https://github.com/apache/pulsar-client-python.git</param>
|
|
<param name="revision">v3.5.0</param>
|
|
<param name="match-tag">v*</param>
|
|
<param name="versionformat">@PARENT_TAG@</param>
|
|
<param name="versionrewrite-pattern">v(.*)</param>
|
|
<!-- exclude unnecessary embedded pybind11 -->
|
|
<param name="exclude">pybind11</param>
|
|
</service>
|
|
<service name="recompress" mode="manual">
|
|
<param name="file">*.tar</param>
|
|
<param name="compression">xz</param>
|
|
</service>
|
|
<service name="set_version" mode="manual">
|
|
<param name="basename">pulsar-client-python</param>
|
|
<param name="file">python-pulsar-client.spec</param>
|
|
</service>
|
|
</services>
|