George Hu pushed to branch main at Arch Linux / Packaging / Packages /
python-calver
Commits:
79664d6f by George Hu at 2026-01-18T17:37:14+08:00
upgpkg: 2025.04.17-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = python-calver
pkgdesc = Setuptools extension for CalVer package versions
- pkgver = 2025.04.02
+ pkgver = 2025.04.17
pkgrel = 1
url = https://github.com/di/calver
arch = any
@@ -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.02
- sha512sums =
7cb2be6d4753fdc1ef82701f7e5c76909992158634d5e66f75eda08f2b7f1123abe2a5042b13c1517347afcbadff6c52b4910c422fdfe4ec4c423f21847ed405
+ source = git+https://github.com/di/calver.git#tag=2025.04.17
+ sha512sums =
e398dc781d235e8a497a1ac5eacbc13ff23d3f4143957a157ae5e649437015c72423528fa5417c0d875cfa131c171090904a539bfa3a64ccef790de05220932d
pkgname = python-calver
=====================================
PKGBUILD
=====================================
@@ -1,7 +1,7 @@
# Maintainer: Felix Yan <[email protected]>
pkgname=python-calver
-pkgver=2025.04.02
+pkgver=2025.04.17
pkgrel=1
pkgdesc="Setuptools extension for CalVer package versions"
url="https://github.com/di/calver"
@@ -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=('7cb2be6d4753fdc1ef82701f7e5c76909992158634d5e66f75eda08f2b7f1123abe2a5042b13c1517347afcbadff6c52b4910c422fdfe4ec4c423f21847ed405')
+sha512sums=('e398dc781d235e8a497a1ac5eacbc13ff23d3f4143957a157ae5e649437015c72423528fa5417c0d875cfa131c171090904a539bfa3a64ccef790de05220932d')
prepare() {
cd calver
@@ -25,13 +25,7 @@ build() {
check() {
cd calver
- mv PKG-INFO PKG-INFO.bak
- (
- # unset SOURCE_DATE_EPOCH to workaround test failures
- unset SOURCE_DATE_EPOCH
- PYTHONPATH="$PWD"/build/lib pytest
- )
- mv PKG-INFO.bak PKG-INFO
+ PYTHONPATH="$PWD"/build/lib pytest
}
package() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-calver/-/commit/79664d6fab5fb0830781d3254dd52a6e0ee2e5a7
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-calver/-/commit/79664d6fab5fb0830781d3254dd52a6e0ee2e5a7
You're receiving this email because of your account on gitlab.archlinux.org.