Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
python-shapely
Commits:
20db3733 by Antonio Rojas at 2024-09-27T20:42:11+02:00
upgpkg: 2.0.6-1: Update to 2.0.6
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = python-shapely
pkgdesc = Manipulation and analysis of geometric objects in the
Cartesian plane
- pkgver = 2.0.4
+ pkgver = 2.0.6
pkgrel = 1
url = https://pypi.python.org/pypi/Shapely
arch = x86_64
@@ -15,7 +15,7 @@ pkgbase = python-shapely
depends = geos
depends = python
optdepends = python-numpy: for shapely.vectorized submodule
- source = https://pypi.io/packages/source/s/shapely/shapely-2.0.4.tar.gz
- sha512sums =
2c6b0a0efc591a9aec2b257209340a4043247a914f4a2482948b4235a1bf34d4fd5e4e01698fbdeef035164c435c3be6c574324b4f4a5ab8f83330682a58bde7
+ source = https://pypi.io/packages/source/s/shapely/shapely-2.0.6.tar.gz
+ sha512sums =
f1a9e0a5156dc37ad894eb41fea9a1426e1fcc8cd40b2d3af94dbbe2f65c49f134fc1ad3d4a8b7bdad6a4d04af4c2a24443d37c6ed114c70ef67149ed9067e19
pkgname = python-shapely
=====================================
PKGBUILD
=====================================
@@ -4,7 +4,7 @@
# Contributor: richli
pkgname=python-shapely
-pkgver=2.0.4
+pkgver=2.0.6
pkgrel=1
pkgdesc="Manipulation and analysis of geometric objects in the Cartesian plane"
arch=(x86_64)
@@ -15,7 +15,7 @@ optdepends=('python-numpy: for shapely.vectorized submodule')
makedepends=(python-build python-installer python-setuptools python-wheel
python-numpy cython)
checkdepends=(python-pytest)
source=("https://pypi.io/packages/source/s/shapely/shapely-${pkgver}.tar.gz")
-sha512sums=('2c6b0a0efc591a9aec2b257209340a4043247a914f4a2482948b4235a1bf34d4fd5e4e01698fbdeef035164c435c3be6c574324b4f4a5ab8f83330682a58bde7')
+sha512sums=('f1a9e0a5156dc37ad894eb41fea9a1426e1fcc8cd40b2d3af94dbbe2f65c49f134fc1ad3d4a8b7bdad6a4d04af4c2a24443d37c6ed114c70ef67149ed9067e19')
build() {
cd shapely-$pkgver
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-shapely/-/commit/20db373306d7d4dcc516438e00e8a8190e06279f
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-shapely/-/commit/20db373306d7d4dcc516438e00e8a8190e06279f
You're receiving this email because of your account on gitlab.archlinux.org.