Jakub Klinkovský pushed to branch main at Arch Linux / Packaging / Packages /
python-vector
Commits:
2ffaab54 by Jakub Klinkovský at 2025-12-24T20:41:01+01:00
upgpkg: 1.5.2-2: Rebuild for Python 3.14
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = python-vector
pkgdesc = A library for 2D, 3D, and Lorentz vectors, especially arrays
of vectors, to solve common physics problems in a NumPy-like way.
pkgver = 1.5.2
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/scikit-hep/vector
arch = any
license = MIT
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
_pkgname='vector'
pkgname="python-${_pkgname}"
pkgver=1.5.2
-pkgrel=1
+pkgrel=2
pkgdesc="A library for 2D, 3D, and Lorentz vectors, especially arrays of
vectors, to solve common physics problems in a NumPy-like way."
arch=('any')
url='https://github.com/scikit-hep/vector'
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-vector/-/commit/2ffaab54b3a144efb5df629b9759fd2226639440
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-vector/-/commit/2ffaab54b3a144efb5df629b9759fd2226639440
You're receiving this email because of your account on gitlab.archlinux.org.