Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
python-scikit-build-core
Commits:
042a3261 by Antonio Rojas at 2024-06-22T23:40:04+02:00
upgpkg: 0.9.3-1: Update to 0.9.3
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = python-scikit-build-core
pkgdesc = Next generation Python CMake adaptor and Python API for
plugins
- pkgver = 0.9.2
+ pkgver = 0.9.3
pkgrel = 1
url = https://github.com/scikit-build/scikit-build-core
arch = any
@@ -14,8 +14,8 @@ pkgbase = python-scikit-build-core
depends = python
depends = python-packaging
depends = python-pathspec
- source =
python-scikit-build-core-0.9.2.tar.gz::https://github.com/scikit-build/scikit-build-core/archive/refs/tags/v0.9.2.tar.gz
- sha512sums =
362d6599db0595b1d60ff3b6d94c45ec6218bfd8d1ab9f16181fbb0e68bffed8cbec5a06a8a560e2229045d4669f52251330945f0578886a5c393494f2273abe
- b2sums =
5ac4f1d99de25f4550fadefb256af8f0931411d15f4432c1f6792bf8d08136f2223a226ae2e4078345086314f67f137a52228ddb6886993f88f5d38c30da7a30
+ source =
python-scikit-build-core-0.9.3.tar.gz::https://github.com/scikit-build/scikit-build-core/archive/refs/tags/v0.9.3.tar.gz
+ sha512sums =
1e1ba9ea8ca20c2a49cd27631c8af4ebc7f0675248b0a260c1dafccb48351c57d140f991b7e5f8f29edfe1287c87225f6cfb1bcb431595c4f0f4c64a4f02edf6
+ b2sums =
3800cd698a1353778c46e25649ac072c0912088930ec8fdf748d33099e46838e206888d677a6ca7f19c0f1c6dd2f03b1b230dd266b5a182b13ab4d4ecb989365
pkgname = python-scikit-build-core
=====================================
PKGBUILD
=====================================
@@ -5,7 +5,7 @@ pkgname=python-scikit-build-core
_name=${pkgname#python-}
pkgdesc='Next generation Python CMake adaptor and Python API for plugins'
url='https://github.com/scikit-build/scikit-build-core'
-pkgver=0.9.2
+pkgver=0.9.3
pkgrel=1
arch=(any)
license=(Apache-2.0)
@@ -25,8 +25,8 @@ makedepends=(
source=(
$pkgname-$pkgver.tar.gz::$url/archive/refs/tags/v$pkgver.tar.gz
)
-sha512sums=('362d6599db0595b1d60ff3b6d94c45ec6218bfd8d1ab9f16181fbb0e68bffed8cbec5a06a8a560e2229045d4669f52251330945f0578886a5c393494f2273abe')
-b2sums=('5ac4f1d99de25f4550fadefb256af8f0931411d15f4432c1f6792bf8d08136f2223a226ae2e4078345086314f67f137a52228ddb6886993f88f5d38c30da7a30')
+sha512sums=('1e1ba9ea8ca20c2a49cd27631c8af4ebc7f0675248b0a260c1dafccb48351c57d140f991b7e5f8f29edfe1287c87225f6cfb1bcb431595c4f0f4c64a4f02edf6')
+b2sums=('3800cd698a1353778c46e25649ac072c0912088930ec8fdf748d33099e46838e206888d677a6ca7f19c0f1c6dd2f03b1b230dd266b5a182b13ab4d4ecb989365')
build() {
cd $_name-$pkgver
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-scikit-build-core/-/commit/042a32619510b40361c92bab479a84523e201465
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-scikit-build-core/-/commit/042a32619510b40361c92bab479a84523e201465
You're receiving this email because of your account on gitlab.archlinux.org.