Bas Couwenberg pushed to branch master at Debian GIS Project / pystac
Commits: ad30a751 by Bas Couwenberg at 2026-05-29T11:33:05+02:00 Fix uversionmangle for RC tags. - - - - - 2 changed files: - debian/changelog - debian/watch Changes: ===================================== debian/changelog ===================================== @@ -2,6 +2,7 @@ pystac (1.14.3-2) UNRELEASED; urgency=medium * Team upload. * Bump Standards-Version to 4.7.4, no changes. + * Fix uversionmangle for RC tags. -- Bas Couwenberg <[email protected]> Sat, 04 Apr 2026 10:20:03 +0200 ===================================== debian/watch ===================================== @@ -2,7 +2,7 @@ version=4 opts=\ pgpmode=none,\ dversionmangle=s/\+(debian|dfsg|ds|deb)\d*$//,\ -uversionmangle=s/(\d)[_\.\-\+]?((RC|rc|pre|dev|c|beta|b|alpha|a)\d*)$/$1~$2/;s/RC/rc/;s/\-/\./g,\ +uversionmangle=s/(\d)[_\.\-\+]?((RC|rc|pre|dev|c|beta|b|alpha|a)\.?\d*)$/$1~$2/;s/RC/rc/;s/rc\./rc/;s/\-/\./g,\ filenamemangle=s/(?:.*?)?(?:rel|v|@PACKAGE@)?[\-\_]?(\d\S*)\.(tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))/@PACKAGE@-$1.$2/ \ https://github.com/stac-utils/pystac/tags \ (?:.*?/archive/(?:.*?/)?)?(?:rel|v|@PACKAGE@)?[\-\_]?(\d\S*)\.(?:tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz))) View it on GitLab: https://salsa.debian.org/debian-gis-team/pystac/-/commit/ad30a751804b2306d157254f3735dc78f96dffb4 -- View it on GitLab: https://salsa.debian.org/debian-gis-team/pystac/-/commit/ad30a751804b2306d157254f3735dc78f96dffb4 You're receiving this email because of your account on salsa.debian.org. Manage all notifications: https://salsa.debian.org/-/profile/notifications | Help: https://salsa.debian.org/help
_______________________________________________ Pkg-grass-devel mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-grass-devel
