Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / 
python-vector


Commits:
9a10d34d by Antonio Rojas at 2024-12-25T13:35:29+01:00
upgpkg: 1.5.2-1: Update to 1.5.2

- - - - -


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.3.1
-       pkgrel = 3
+       pkgver = 1.5.2
+       pkgrel = 1
        url = https://github.com/scikit-hep/vector
        arch = any
        license = MIT
@@ -18,9 +18,8 @@ pkgbase = python-vector
        makedepends = python-hatch-vcs
        depends = python-numpy
        depends = python-packaging
-       depends = python-importlib-metadata
        optdepends = python-awkward: Awkward array support
-       source = 
python-vector::git+https://github.com/scikit-hep/vector#tag=v1.3.1
-       sha256sums = 
c366fe1b7fc2dfb3037b778bade4437f5e472450dd8ddb5e4c229d4b06f249c8
+       source = 
python-vector::git+https://github.com/scikit-hep/vector#tag=v1.5.2
+       sha256sums = 
8482d3e7750ee86fc68a18cf6248d03cb5e5259ec64a0591813252ab22a8166a
 
 pkgname = python-vector


=====================================
PKGBUILD
=====================================
@@ -2,18 +2,18 @@
 
 _pkgname='vector'
 pkgname="python-${_pkgname}"
-pkgver='1.3.1'
-pkgrel=3
+pkgver=1.5.2
+pkgrel=1
 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'
 license=('MIT')
-depends=('python-numpy' 'python-packaging' 'python-importlib-metadata')
+depends=('python-numpy' 'python-packaging')
 optdepends=('python-awkward: Awkward array support')
 makedepends=('git' 'python-build' 'python-installer' 'python-setuptools-scm' 
'python-wheel' 'python-hatchling' 'python-hatch-vcs')
 checkdepends=('python-pytest' 'python-awkward' 'python-papermill' 
'python-fsspec')
 source=("${pkgname}::git+${url}#tag=v${pkgver}")
-sha256sums=('c366fe1b7fc2dfb3037b778bade4437f5e472450dd8ddb5e4c229d4b06f249c8')
+sha256sums=('8482d3e7750ee86fc68a18cf6248d03cb5e5259ec64a0591813252ab22a8166a')
 
 build() {
   cd "${srcdir}/${pkgname}"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-vector/-/commit/9a10d34d60606083d99a69a961ce1c2d048f10fb

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-vector/-/commit/9a10d34d60606083d99a69a961ce1c2d048f10fb
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to