Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
python-shapely
Commits:
60ef72a1 by Antonio Rojas at 2024-03-31T00:26:41+01:00
upgpkg: 2.0.3-1: Update to 2.0.3
- - - - -
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.2
+ pkgver = 2.0.3
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.2.tar.gz
- sha512sums =
8102f9b20acbd6e98ad66ecb46e84e1377e32fb30c120f0c120a54123f6b876464a1f19ff8ddc8ff25796126f08f994d9dd7f4f7115338d740a47d1637764fbc
+ source = https://pypi.io/packages/source/s/shapely/shapely-2.0.3.tar.gz
+ sha512sums =
4ac5c7d78a9d69332c974ef0ff85deb966a6693a6c8973f22b4ce62a6882c7e6d1003536e1df9cf07e48996b8eb263e5596ae378bf5201a583337d0bc4cb861c
pkgname = python-shapely
=====================================
PKGBUILD
=====================================
@@ -4,7 +4,7 @@
# Contributor: richli
pkgname=python-shapely
-pkgver=2.0.2
+pkgver=2.0.3
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=('8102f9b20acbd6e98ad66ecb46e84e1377e32fb30c120f0c120a54123f6b876464a1f19ff8ddc8ff25796126f08f994d9dd7f4f7115338d740a47d1637764fbc')
+sha512sums=('4ac5c7d78a9d69332c974ef0ff85deb966a6693a6c8973f22b4ce62a6882c7e6d1003536e1df9cf07e48996b8eb263e5596ae378bf5201a583337d0bc4cb861c')
build() {
cd shapely-$pkgver
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-shapely/-/commit/60ef72a1ac8a80c05fb41427195ff0e1ac5bce5a
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-shapely/-/commit/60ef72a1ac8a80c05fb41427195ff0e1ac5bce5a
You're receiving this email because of your account on gitlab.archlinux.org.