Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
python-pyogrio
Commits:
50f8b4b7 by Antonio Rojas at 2024-12-24T14:46:50+01:00
upgpkg: 0.10.0-1: Update to 0.10.0
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = python-pyogrio
pkgdesc = Vectorized vector I/O using OGR
- pkgver = 0.9.0
- pkgrel = 3
+ pkgver = 0.10.0
+ pkgrel = 1
url = https://pyogrio.readthedocs.io/
arch = x86_64
license = MIT
@@ -15,7 +15,7 @@ pkgbase = python-pyogrio
depends = gdal
depends = python-certifi
depends = python-numpy
- source =
https://files.pythonhosted.org/packages/source/p/pyogrio/pyogrio-0.9.0.tar.gz
- sha256sums =
6a6fa2e8cf95b3d4a7c0fac48bce6e5037579e28d3eb33b53349d6e11f15e5a8
+ source =
https://files.pythonhosted.org/packages/source/p/pyogrio/pyogrio-0.10.0.tar.gz
+ sha256sums =
ec051cb568324de878828fae96379b71858933413e185148acb6c162851ab23c
pkgname = python-pyogrio
=====================================
PKGBUILD
=====================================
@@ -2,8 +2,8 @@
_pkg=pyogrio
pkgname=python-${_pkg}
-pkgver=0.9.0
-pkgrel=3
+pkgver=0.10.0
+pkgrel=1
pkgdesc="Vectorized vector I/O using OGR"
arch=(x86_64)
url="https://pyogrio.readthedocs.io/"
@@ -12,7 +12,7 @@ depends=(gdal python-certifi python-numpy)
makedepends=(cython python-build python-installer python-setuptools
python-versioneer python-wheel)
checkdepends=(python-pytest)
source=(https://files.pythonhosted.org/packages/source/${_pkg::1}/${_pkg}/${_pkg}-${pkgver}.tar.gz)
-sha256sums=('6a6fa2e8cf95b3d4a7c0fac48bce6e5037579e28d3eb33b53349d6e11f15e5a8')
+sha256sums=('ec051cb568324de878828fae96379b71858933413e185148acb6c162851ab23c')
prepare() {
sed -e '/oldest-supported-numpy/d' -e '/versioneer\[toml\]==0.28/d' \
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pyogrio/-/commit/50f8b4b7bdb6929b753e4bf811da29202db9beb9
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pyogrio/-/commit/50f8b4b7bdb6929b753e4bf811da29202db9beb9
You're receiving this email because of your account on gitlab.archlinux.org.