George Hu pushed to branch main at Arch Linux / Packaging / Packages /
python-calver
Commits:
7312f553 by George Hu at 2026-01-11T13:35:42+08:00
upgpkg: 2025.04.02-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = python-calver
pkgdesc = Setuptools extension for CalVer package versions
- pkgver = 2025.04.01
- pkgrel = 3
+ pkgver = 2025.04.02
+ pkgrel = 1
url = https://github.com/di/calver
arch = any
license = Apache-2.0
@@ -13,7 +13,7 @@ pkgbase = python-calver
makedepends = python-installer
makedepends = python-wheel
depends = python
- source = git+https://github.com/di/calver.git#tag=2025.04.01
- sha512sums =
f8e1e3072c46c226eebdde52b6341a878265261079ecfdab6d68a34c7b8d21eaf89debc52931d0e88d9593517fd03d81da9ecceba3a8e01b6fb427f448eb0370
+ source = git+https://github.com/di/calver.git#tag=2025.04.02
+ sha512sums =
7cb2be6d4753fdc1ef82701f7e5c76909992158634d5e66f75eda08f2b7f1123abe2a5042b13c1517347afcbadff6c52b4910c422fdfe4ec4c423f21847ed405
pkgname = python-calver
=====================================
PKGBUILD
=====================================
@@ -1,8 +1,8 @@
# Maintainer: Felix Yan <[email protected]>
pkgname=python-calver
-pkgver=2025.04.01
-pkgrel=3
+pkgver=2025.04.02
+pkgrel=1
pkgdesc="Setuptools extension for CalVer package versions"
url="https://github.com/di/calver"
license=('Apache-2.0')
@@ -11,7 +11,7 @@ depends=('python')
makedepends=('git' 'python-setuptools' 'python-build' 'python-installer'
'python-wheel')
checkdepends=('python-pytest' 'python-pretend')
source=("git+https://github.com/di/calver.git#tag=$pkgver")
-sha512sums=('f8e1e3072c46c226eebdde52b6341a878265261079ecfdab6d68a34c7b8d21eaf89debc52931d0e88d9593517fd03d81da9ecceba3a8e01b6fb427f448eb0370')
+sha512sums=('7cb2be6d4753fdc1ef82701f7e5c76909992158634d5e66f75eda08f2b7f1123abe2a5042b13c1517347afcbadff6c52b4910c422fdfe4ec4c423f21847ed405')
prepare() {
cd calver
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-calver/-/commit/7312f553a332153aa8d8202d786cdf2d1ccbd3cf
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-calver/-/commit/7312f553a332153aa8d8202d786cdf2d1ccbd3cf
You're receiving this email because of your account on gitlab.archlinux.org.