SHA256
1
0
forked from pool/linkchecker
Files
linkchecker/_service
Enno Gotthold 6a8eeaa028 Accepting request 1135532 from home:dirkmueller:Factory
- update to 10.4.0:
  * FIFOs can be used with --config and --cookiefile
  * Minimum Python version required is 3.9
  * ms-windows-store added to the list of ignored schemes
  * linkchecker will exit if problems with a configuration file
    or cookie file are detected on startup
  * A cookie file that could not be parsed was causing an
    exception
  * Documentation updates

- Corrected requires to general pyxdg
- Removed empty not needed lines in the description
  For further changes since 6.9 see changelog.txt in
- Version update to 6.9
- added non-english manpage directories to filelist
    file linkcheckerrc.

OBS-URL: https://build.opensuse.org/request/show/1135532
OBS-URL: https://build.opensuse.org/package/show/network:utilities/linkchecker?expand=0&rev=28
2023-12-29 15:00:58 +00:00

17 lines
560 B
Plaintext

<services>
<service mode="manual" name="obs_scm">
<param name="url">https://github.com/linkchecker/linkchecker.git</param>
<param name="scm">git</param>
<param name="versionformat">v10.4.0</param>
<param name="versionrewrite-pattern">v(.*)</param>
<param name="package-meta">yes</param>
</service>
<service mode="manual" name="set_version"/>
<service mode="buildtime" name="tar"/>
<service mode="buildtime" name="recompress">
<param name="compression">gz</param>
<param name="file">*.tar</param>
</service>
</services>