Christian Heusel pushed to branch main at Arch Linux / Packaging / Packages / python-hist
Commits: c7738971 by Christian Heusel at 2024-12-08T12:45:13+01:00 upgpkg: 2.7.2-3: Rebuild for python 3.13 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,7 +1,7 @@ pkgbase = python-hist pkgdesc = Python bindings for Boost's Histogram library. pkgver = 2.7.2 - pkgrel = 2 + pkgrel = 3 url = https://github.com/scikit-hep/hist arch = any license = BSD-3-Clause @@ -28,6 +28,6 @@ pkgbase = python-hist optdepends = python-mplhep: for mpl and plot support optdepends = python-scipy: for fit support source = python-hist::git+https://github.com/scikit-hep/hist#tag=v2.7.2 - sha256sums = 55011f93f9c5959141685c3f1ee2888a28fc484b41626562b34149350ba43824 + sha256sums = a4610816497d2a64ea5f86f49062f93ad9e6e2fd130220199e18a73967f7bbc3 pkgname = python-hist ===================================== PKGBUILD ===================================== @@ -3,7 +3,7 @@ _pkgname='hist' pkgname="python-${_pkgname}" pkgver='2.7.2' -pkgrel=2 +pkgrel=3 pkgdesc="Python bindings for Boost's Histogram library." arch=('any') url='https://github.com/scikit-hep/hist' @@ -20,7 +20,7 @@ optdepends=( 'python-scipy: for fit support' ) source=("${pkgname}::git+${url}#tag=v${pkgver}") -sha256sums=('55011f93f9c5959141685c3f1ee2888a28fc484b41626562b34149350ba43824') +sha256sums=('a4610816497d2a64ea5f86f49062f93ad9e6e2fd130220199e18a73967f7bbc3') build() { cd "${pkgname}" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-hist/-/commit/c7738971b35ec58882b82f1479c5f963569445f5 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-hist/-/commit/c7738971b35ec58882b82f1479c5f963569445f5 You're receiving this email because of your account on gitlab.archlinux.org.