Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
meson-python
Commits:
d068ca86 by Antonio Rojas at 2024-10-21T19:38:40+02:00
upgpkg: 0.17.0-1: Update to 0.17.0
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = meson-python
pkgdesc = Meson PEP 517 Python build backend
- pkgver = 0.16.0
- pkgrel = 3
+ pkgver = 0.17.0
+ pkgrel = 1
url = https://github.com/mesonbuild/meson-python
arch = any
license = MIT
@@ -20,7 +20,7 @@ pkgbase = meson-python
depends = python-packaging
depends = python-pyproject-metadata
optdepends = python-colorama: colored output
- source = git+https://github.com/mesonbuild/meson-python#tag=0.16.0
- sha256sums =
d9c3187d2152d2fa53e41b4d9b419aadd4f77417282643f331e8dbd876fa245c
+ source = git+https://github.com/mesonbuild/meson-python#tag=0.17.0
+ sha256sums =
a2713755c3d7c347c58927207a9084667612aad36f5f011f36019612518418e9
pkgname = meson-python
=====================================
PKGBUILD
=====================================
@@ -1,8 +1,8 @@
# Maintainer:
pkgname=meson-python
-pkgver=0.16.0
-pkgrel=3
+pkgver=0.17.0
+pkgrel=1
pkgdesc='Meson PEP 517 Python build backend'
arch=(any)
url='https://github.com/mesonbuild/meson-python'
@@ -23,7 +23,7 @@ checkdepends=(cython
python-pytest-mock
python-wheel)
source=(git+https://github.com/mesonbuild/meson-python#tag=$pkgver)
-sha256sums=('d9c3187d2152d2fa53e41b4d9b419aadd4f77417282643f331e8dbd876fa245c')
+sha256sums=('a2713755c3d7c347c58927207a9084667612aad36f5f011f36019612518418e9')
prepare() {
cd $pkgname
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/meson-python/-/commit/d068ca86fcde3016c2de952387798307acb72029
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/meson-python/-/commit/d068ca86fcde3016c2de952387798307acb72029
You're receiving this email because of your account on gitlab.archlinux.org.