George Rawlinson pushed to branch main at Arch Linux / Packaging / Packages /
python-license-expression
Commits:
84dc8b07 by George Rawlinson at 2025-05-10T05:19:19+00:00
upgpkg: 30.4.1-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = python-license-expression
pkgdesc = Utility to parse, normalize and compare license expressions
- pkgver = 30.4.0
+ pkgver = 30.4.1
pkgrel = 1
url = https://github.com/nexB/license-expression
arch = any
@@ -14,8 +14,8 @@ pkgbase = python-license-expression
makedepends = python-wheel
depends = python
depends = python-boolean.py
- source =
python-license-expression::git+https://github.com/nexB/license-expression#tag=v30.4.0
- sha512sums =
74103443d6f16e2ba1b8ea83fa48c5df1ebf86c2a67096f19b521f4d03da06f46ca6ceddd5ca9297196bd27aa7aede6f408f1709e1c9ad8b43ad3bf3cadd3063
- b2sums =
8daa40e555b093c461659ec01257f2f692f6f24f5fb6d2474199bff298c2256c72509299395cbc5f765f69c3dea577db324ebdc1b8f7a19740b5bde8526d2ad4
+ source =
python-license-expression::git+https://github.com/nexB/license-expression#tag=v30.4.1
+ sha512sums =
b4d383e30cd6b3bb731b3dc5402f298b0cacb7f9d8bdc75034654e05ffbea78b2c617a176f620300b87cb5787f955b00c01fd63f9e61487320a6a3ef310920e6
+ b2sums =
5c854fe25a253d367b374829cbaaf22e0d2a438828a3d988f79b8b17bfc8d377c1366be09f50fb8322cbe086ce1f1ae8a112a87b3ea5673e24e497f67bdb2c8b
pkgname = python-license-expression
=====================================
PKGBUILD
=====================================
@@ -4,7 +4,7 @@
# SPDX-License-Identifier: CC0-1.0
pkgname=python-license-expression
-pkgver=30.4.0
+pkgver=30.4.1
pkgrel=1
pkgdesc='Utility to parse, normalize and compare license expressions'
arch=('any')
@@ -26,8 +26,8 @@ checkdepends=(
'python-pytest-xdist'
)
source=("$pkgname::git+$url#tag=v$pkgver")
-sha512sums=('74103443d6f16e2ba1b8ea83fa48c5df1ebf86c2a67096f19b521f4d03da06f46ca6ceddd5ca9297196bd27aa7aede6f408f1709e1c9ad8b43ad3bf3cadd3063')
-b2sums=('8daa40e555b093c461659ec01257f2f692f6f24f5fb6d2474199bff298c2256c72509299395cbc5f765f69c3dea577db324ebdc1b8f7a19740b5bde8526d2ad4')
+sha512sums=('b4d383e30cd6b3bb731b3dc5402f298b0cacb7f9d8bdc75034654e05ffbea78b2c617a176f620300b87cb5787f955b00c01fd63f9e61487320a6a3ef310920e6')
+b2sums=('5c854fe25a253d367b374829cbaaf22e0d2a438828a3d988f79b8b17bfc8d377c1366be09f50fb8322cbe086ce1f1ae8a112a87b3ea5673e24e497f67bdb2c8b')
prepare() {
cd "$pkgname"
@@ -41,7 +41,7 @@ prepare() {
build() {
cd "$pkgname"
- python -m build --wheel --no-isolation
+ SETUPTOOLS_SCM_PRETEND_VERSION="$pkgver" python -m build --wheel
--no-isolation
}
check() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-license-expression/-/commit/84dc8b0745b97daddcf6d84c128312ba6c3d701b
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-license-expression/-/commit/84dc8b0745b97daddcf6d84c128312ba6c3d701b
You're receiving this email because of your account on gitlab.archlinux.org.