Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / python-semver
Commits: aeebc308 by Felix Yan at 2023-11-10T12:27:05+02:00 upgpkg: 3.0.2-1 - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,20 @@ +pkgbase = python-semver + pkgdesc = Python helper for Semantic Versioning + pkgver = 3.0.2 + pkgrel = 1 + url = https://github.com/python-semver/python-semver + arch = any + license = BSD + checkdepends = python-pytest + checkdepends = python-pytest-cov + makedepends = git + makedepends = python-build + makedepends = python-installer + makedepends = python-setuptools + makedepends = python-setuptools-scm + makedepends = python-wheel + depends = python + source = git+https://github.com/python-semver/python-semver.git#commit=ec9348aefd8e9f287f451fcf2e837621a40e3ca4 + sha512sums = SKIP + +pkgname = python-semver ===================================== PKGBUILD ===================================== @@ -1,8 +1,8 @@ # Maintainer: Felix Yan <[email protected]> pkgname=python-semver -pkgver=3.0.1 -_commit=c2680608bc9b080a1f34161a36971e8331a19056 +pkgver=3.0.2 +_commit=ec9348aefd8e9f287f451fcf2e837621a40e3ca4 pkgrel=1 pkgdesc="Python helper for Semantic Versioning" url="https://github.com/python-semver/python-semver" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-semver/-/commit/aeebc30815733987f292140197d99baa4eaeb552 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-semver/-/commit/aeebc30815733987f292140197d99baa4eaeb552 You're receiving this email because of your account on gitlab.archlinux.org.
