summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNiklas Böhm2024-04-24 10:48:54 +0200
committerNiklas Böhm2024-04-24 10:48:54 +0200
commit0a04bad63e9470a406e2884da02c66c87ec6519b (patch)
tree8cef2cf73b30fceab7ff179adb5045d1a0889fc4
parentbec9f85808d058d3b12be853cb29b03a4659b5b2 (diff)
downloadaur-python-osmnx.tar.gz
Update to version 1.9.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 371844a57b1e..bc13f25dddb5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-osmnx
pkgdesc = Retrieve, model, analyze, and visualize OpenStreetMap street networks and other spatial data
- pkgver = 1.9.1
+ pkgver = 1.9.2
pkgrel = 1
url = https://github.com/gboeing/osmnx
arch = any
@@ -20,7 +20,7 @@ pkgbase = python-osmnx
optdepends = python-scikit-learn: for neighbors
optdepends = python-gdal: for rasterization
optdepends = python-rasterio: for rasterization
- source = https://files.pythonhosted.org/packages/source/o/osmnx/osmnx-1.9.1.tar.gz
- sha256sums = 0c28e32755b27110b0dc140b74f7b66ba9d037f4a246dab8fb50d9383334e311
+ source = https://files.pythonhosted.org/packages/source/o/osmnx/osmnx-1.9.2.tar.gz
+ sha256sums = 59d21756ebdb4a4d211fb1373a3dca170832eec5f25ef94f5500bd79d32c169a
pkgname = python-osmnx
diff --git a/PKGBUILD b/PKGBUILD
index cfc31b5fe527..3e0110a8f760 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
_pkgname='osmnx'
pkgname="python-${_pkgname}"
-pkgver=1.9.1
+pkgver=1.9.2
pkgrel=1
pkgdesc='Retrieve, model, analyze, and visualize OpenStreetMap street networks and other spatial data'
arch=('any')
@@ -29,7 +29,7 @@ optdepends=(
)
makedepends=('python-build' 'python-installer' 'python-wheel' 'python-hatchling')
source=("https://files.pythonhosted.org/packages/source/${_pkgname::1}/${_pkgname}/${_pkgname}-${pkgver}.tar.gz")
-sha256sums=('0c28e32755b27110b0dc140b74f7b66ba9d037f4a246dab8fb50d9383334e311')
+sha256sums=('59d21756ebdb4a4d211fb1373a3dca170832eec5f25ef94f5500bd79d32c169a')
build() {
cd "${_pkgname}-${pkgver}"