Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
python-pyproj
Commits:
9c11bdf4 by Antonio Rojas at 2024-12-14T20:44:03+01:00
upgpkg: 3.7.0-1: Update to 3.7.0
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = python-pyproj
pkgdesc = Python interfaces to PROJ.4 library
- pkgver = 3.6.1
- pkgrel = 3
+ pkgver = 3.7.0
+ pkgrel = 1
url = https://github.com/pyproj4/pyproj
arch = x86_64
license = custom
@@ -17,7 +17,7 @@ pkgbase = python-pyproj
makedepends = cython
depends = proj
depends = python-certifi
- source =
https://github.com/pyproj4/pyproj/archive/3.6.1/python-pyproj-3.6.1.tar.gz
- sha256sums =
33b4f865d370e37d290591b13985016e98fa9038a1a5bde5d0c208307ed5221d
+ source =
https://github.com/pyproj4/pyproj/archive/3.7.0/python-pyproj-3.7.0.tar.gz
+ sha256sums =
4e0bf878dff967d3aba107870ecb1551507e255bdf5b7bde122d54b63c32e1bc
pkgname = python-pyproj
=====================================
PKGBUILD
=====================================
@@ -3,8 +3,8 @@
# Contributor: Stéphane Gaudreault <[email protected]>
pkgname=python-pyproj
-pkgver=3.6.1
-pkgrel=3
+pkgver=3.7.0
+pkgrel=1
pkgdesc="Python interfaces to PROJ.4 library"
arch=(x86_64)
url="https://github.com/pyproj4/pyproj"
@@ -13,7 +13,7 @@ depends=(proj python-certifi)
makedepends=(python-setuptools python-wheel python-build python-installer
cython)
checkdepends=(python-pytest python-numpy python-pandas python-shapely
python-xarray)
source=(https://github.com/pyproj4/pyproj/archive/$pkgver/$pkgname-$pkgver.tar.gz)
-sha256sums=('33b4f865d370e37d290591b13985016e98fa9038a1a5bde5d0c208307ed5221d')
+sha256sums=('4e0bf878dff967d3aba107870ecb1551507e255bdf5b7bde122d54b63c32e1bc')
prepare() {
# Remove RPATH
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pyproj/-/commit/9c11bdf46b7fe3b8dc624d16b2398aaacf04fa1f
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pyproj/-/commit/9c11bdf46b7fe3b8dc624d16b2398aaacf04fa1f
You're receiving this email because of your account on gitlab.archlinux.org.