Jakub Klinkovský pushed to branch main at Arch Linux / Packaging / Packages /
python-geopandas
Commits:
7c3d836b by Jakub Klinkovský at 2025-12-23T12:28:59+01:00
upgpkg: 1.1.2-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = python-geopandas
pkgdesc = Python tools for geographic data
- pkgver = 1.1.1
+ pkgver = 1.1.2
pkgrel = 1
url = https://geopandas.org
arch = any
@@ -35,7 +35,7 @@ pkgbase = python-geopandas
optdepends = python-sqlalchemy: other geodatabase access
optdepends = python-geopy: geocoding
optdepends = python-matplotlib: plotting
- source =
https://github.com/geopandas/geopandas/archive/refs/tags/v1.1.1/python-geopandas-1.1.1.tar.gz
- sha256sums =
542a62be47cf7931a457b007ae4adcc5f3e20086c0247f166beed3fc2fb86307
+ source =
https://github.com/geopandas/geopandas/archive/refs/tags/v1.1.2/python-geopandas-1.1.2.tar.gz
+ sha256sums =
5974ecba6e08d89698d8a85496183d2591b00aa5ce75c08e1bfa8d884f5efc80
pkgname = python-geopandas
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
_pkg=geopandas
pkgname=python-${_pkg}
-pkgver=1.1.1
+pkgver=1.1.2
pkgrel=1
pkgdesc="Python tools for geographic data"
arch=(any)
@@ -54,7 +54,7 @@ checkdepends=(
# No tests data in Pypi
#source=(https://files.pythonhosted.org/packages/source/${_pkg::1}/${_pkg}/${_pkg}-${pkgver}.tar.gz)
source=(https://github.com/geopandas/geopandas/archive/refs/tags/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('542a62be47cf7931a457b007ae4adcc5f3e20086c0247f166beed3fc2fb86307')
+sha256sums=('5974ecba6e08d89698d8a85496183d2591b00aa5ce75c08e1bfa8d884f5efc80')
build() {
cd ${_pkg}-${pkgver}
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-geopandas/-/commit/7c3d836b86ec5ea2974d50cbe13d55348561f6ba
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-geopandas/-/commit/7c3d836b86ec5ea2974d50cbe13d55348561f6ba
You're receiving this email because of your account on gitlab.archlinux.org.