python-setuptools-git-versi.../_service
Steve Kowalik 10e5d5b347 - Update to 2.1.0:
* [breaking] Drop get_branch_tags function which was deprecated
    since 1.8.0.
  * [breaking] version_file option now have precedence over any tags in
    the current branch.
  * [breaking] Drop version_config keyword from setup.py, which was
    deprecated since 1.8.0.
  * [breaking] Does not allow passing setuptools_git_versioning=False
    and setuptools_git_versioning=True to config. Always use
    setuptools_git_versioning={"enabled": True}.
  * [feature] Test Python 3.13 compatibility
  * [feature] Test Python 3.12 compatibility
  * [feature] Remove useless warning if tag_filter, tag_formatter or
    branch_formatter is a regexp instead of function reference.
  * [bugfix] Replace outdated toml package with modern tomli.
- Rip out _service and all of its gubbins, we can successfully test with
  the GitHub tarball, so switch to that.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-setuptools-git-versioning?expand=0&rev=15
2025-01-28 04:25:07 +00:00

20 lines
737 B
Plaintext

<services>
<service mode="disabled" name="obs_scm">
<param name="url">https://github.com/dolfinus/setuptools-git-versioning.git</param>
<param name="scm">git</param>
<param name="revision">@PARENT_TAG@</param>
<param name="package-meta">yes</param>
<param name="versionformat">@PARENT_TAG@</param>
<param name="versionrewrite-pattern">v(.*)</param>
<param name="versionrewrite-replacement">\1</param>
</service>
<service mode="disabled" name="tar">
<param name="package-meta">yes</param>
</service>
<service mode="disabled" name="recompress">
<param name="file">*.tar</param>
<param name="compression">xz</param>
</service>
<service mode="disabled" name="set_version"/>
</services>