python3-semver: update to 3.0.4

This commit is contained in:
Mateusz Sylwestrzak 2025-06-25 13:16:02 +02:00 committed by Duncan Overbruck
parent 46e63c8547
commit 9d61e23b63

View file

@ -1,7 +1,7 @@
# Template file for 'python3-semver' # Template file for 'python3-semver'
pkgname=python3-semver pkgname=python3-semver
version=3.0.1 version=3.0.4
revision=3 revision=1
build_style=python3-pep517 build_style=python3-pep517
hostmakedepends="python3-wheel python3-setuptools_scm" hostmakedepends="python3-wheel python3-setuptools_scm"
depends="python3" depends="python3"
@ -12,7 +12,7 @@ license="BSD-3-Clause"
homepage="https://python-semver.readthedocs.io/en/latest/" homepage="https://python-semver.readthedocs.io/en/latest/"
changelog="https://raw.githubusercontent.com/python-semver/python-semver/master/CHANGELOG.rst" changelog="https://raw.githubusercontent.com/python-semver/python-semver/master/CHANGELOG.rst"
distfiles="${PYPI_SITE}/s/semver/semver-${version}.tar.gz" distfiles="${PYPI_SITE}/s/semver/semver-${version}.tar.gz"
checksum=9ec78c5447883c67b97f98c3b6212796708191d22e4ad30f4570f840171cbce1 checksum=afc7d8c584a5ed0a11033af086e8af226a9c0b206f313e0301f8dd7b6b589602
post_install() { post_install() {
vlicense LICENSE.txt vlicense LICENSE.txt