17
0
Files
python-pegasus-wms.common/_service
Benjamin Greiner 8e8d28a4ae - update to 5.0.9:
* Re-enabled PDF documentation
  * PM-1953: Copied the method from the deprecated module's code
    base into the file to fix the ModuleNotFoundError in Python 3.12
  * PM-1736, PM-1910, PM-1943 cleanup of logic
  * PM-1943 preserve PEGASUS_UPDATE_PYTHONPATH in the environment

OBS-URL: https://build.opensuse.org/package/show/science/python-pegasus-wms.common?expand=0&rev=7
2026-02-11 16:44:18 +00:00

18 lines
663 B
Plaintext

<services>
<service mode="manual" name="tar_scm">
<param name="scm">git</param>
<param name="url">https://github.com/pegasus-isi/pegasus.git</param>
<param name="subdir">packages/pegasus-common</param>
<param name="revision">5.0.9</param>
<param name="versionformat">@PARENT_TAG@</param>
<param name="filename">pegasus-wms.common-gh</param>
</service>
<service mode="manual" name="recompress">
<param name="file">pegasus-wms.common-gh*.tar</param>
<param name="compression">xz</param>
</service>
<service mode="manual" name="set_version">
<param name="basename">pegasus-wms.common-gh</param>
</service>
</services>