Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
python-param
Commits:
71c4208b by Antonio Rojas at 2026-05-16T21:35:01+02:00
upgpkg: 2.3.3-1: Upstream update
- - - - -
3 changed files:
- .SRCINFO
- .nvchecker.toml
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = python-param
pkgdesc = Make your Python code clearer and more reliable by declaring
Parameters
- pkgver = 2.1.1
- pkgrel = 4
+ pkgver = 2.3.3
+ pkgrel = 1
url = https://param.holoviz.org/
arch = any
license = BSD-3-Clause
@@ -18,7 +18,7 @@ pkgbase = python-param
makedepends = python-hatchling
makedepends = python-hatch-vcs
depends = python
- source = git+https://github.com/holoviz/param#tag=v2.1.1
- sha256sums =
57025f9dc79bea9b9aabf47be2a5ee384a2839f4ffe58d2d9106e2157ab33f82
+ source = git+https://github.com/holoviz/param#tag=v2.3.3
+ sha256sums =
249ff256fc082c2025182d20dd65a2591cd00a7222d6a6d232e344129f71acc5
pkgname = python-param
=====================================
.nvchecker.toml
=====================================
@@ -2,3 +2,4 @@
source = "git"
git = "https://github.com/holoviz/param.git"
prefix = "v"
+exclude_regex = '.*(a|b|rc).*'
=====================================
PKGBUILD
=====================================
@@ -2,8 +2,8 @@
_pkg=param
pkgname=python-${_pkg}
-pkgver=2.1.1
-pkgrel=4
+pkgver=2.3.3
+pkgrel=1
pkgdesc="Make your Python code clearer and more reliable by declaring
Parameters"
arch=(any)
url="https://param.holoviz.org/"
@@ -14,7 +14,7 @@ checkdepends=(python-pytest python-pytest-asyncio
python-jsonschema python-numpy
# No tests in Pypi tarballs
#source=(https://files.pythonhosted.org/packages/source/${_pkg::1}/${_pkg}/${_pkg}-${pkgver}.tar.gz)
source=(git+https://github.com/holoviz/param#tag=v$pkgver)
-sha256sums=('57025f9dc79bea9b9aabf47be2a5ee384a2839f4ffe58d2d9106e2157ab33f82')
+sha256sums=('249ff256fc082c2025182d20dd65a2591cd00a7222d6a6d232e344129f71acc5')
build() {
cd ${_pkg}
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-param/-/commit/71c4208bf55aea404a0cf6cc0246a01e277158eb
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-param/-/commit/71c4208bf55aea404a0cf6cc0246a01e277158eb
You're receiving this email because of your account on gitlab.archlinux.org.
Manage all notifications: https://gitlab.archlinux.org/-/profile/notifications
| Help: https://gitlab.archlinux.org/help