summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBlair Bonnett2023-07-29 09:22:47 +0200
committerBlair Bonnett2023-07-29 09:22:47 +0200
commit683aabbeaf311786f8957863dee1881953b32f62 (patch)
tree483d327aa0af8c325d002459268d5cf7dd97ca1c
parentc107db6dd8be81eef38909c44610c3f1ccc2f788 (diff)
downloadaur-683aabbeaf311786f8957863dee1881953b32f62.tar.gz
Update to 2.5.1
-rw-r--r--.SRCINFO4
-rw-r--r--CHANGELOG.md8
-rw-r--r--PKGBUILD4
3 files changed, 12 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4c291350c587..a18d6d661f82 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-laspy
pkgdesc = Pythonic interface for .LAS LIDAR files
- pkgver = 2.5.0
+ pkgver = 2.5.1
pkgrel = 1
url = https://github.com/laspy/laspy
changelog = CHANGELOG.md
@@ -19,7 +19,7 @@ pkgbase = python-laspy
optdepends = python-laszip: LAZ support
optdepends = python-pyproj: CRS support
optdepends = python-requests: COPC support over HTTPS
- source = git+https://github.com/laspy/laspy#commit=5cd7ac624?signed
+ source = git+https://github.com/laspy/laspy#commit=08c87b528?signed
source = modify_doc_conf.patch
validpgpkeys = 44B238524D21C5064D7081BD5022EF94BE848C51
sha256sums = SKIP
diff --git a/CHANGELOG.md b/CHANGELOG.md
index a98efa72b724..2bd9dfb04062 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,13 @@
# Changelog
+## 2.5.1
+
+### Fixed
+
+- Fixed bug in laz backend handling in the CLI
+
+---
+
## 2.5.0
### Added
diff --git a/PKGBUILD b/PKGBUILD
index 896d9ce30f94..f9215ec1e5cf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=python-laspy
pkgdesc="Pythonic interface for .LAS LIDAR files"
url="https://github.com/laspy/laspy"
-pkgver=2.5.0
+pkgver=2.5.1
pkgrel=1
arch=('any')
license=('BSD')
@@ -30,7 +30,7 @@ makedepends=(
checkdepends=('python-pytest')
_pyname=laspy
-_commit=5cd7ac624
+_commit=08c87b528
source=(
"git+$url#commit=$_commit?signed"
'modify_doc_conf.patch'