Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
python-cftime
Commits:
273f4675 by Antonio Rojas at 2024-06-22T22:45:31+02:00
upgpkg: 1.6.4-1: numpy 2.0 rebuild
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = python-cftime
pkgdesc = Time-handling functionality from python-netcdf4
- pkgver = 1.6.3
- pkgrel = 3
+ pkgver = 1.6.4
+ pkgrel = 1
url = https://unidata.github.io/cftime
arch = x86_64
license = MIT
@@ -12,7 +12,7 @@ pkgbase = python-cftime
makedepends = python-setuptools
makedepends = python-wheel
depends = python-numpy
- source =
https://github.com/Unidata/cftime/archive/v1.6.3rel/python-cftime-1.6.3.tar.gz
- sha256sums =
38a20e2c088abe814a5e5ccf365d994dac925f29b7b4b9b57ee4f55e13a017a2
+ source =
https://github.com/Unidata/cftime/archive/v1.6.4rel/python-cftime-1.6.4.tar.gz
+ sha256sums =
38970aa0d0ed9ed6b1d90f2cff2301b7299ae62d38e39a540400ab00edb4d2ce
pkgname = python-cftime
=====================================
PKGBUILD
=====================================
@@ -2,8 +2,8 @@
_pkg=cftime
pkgname=python-${_pkg}
-pkgver=1.6.3
-pkgrel=3
+pkgver=1.6.4
+pkgrel=1
pkgdesc="Time-handling functionality from python-netcdf4"
arch=(x86_64)
url="https://unidata.github.io/cftime"
@@ -19,7 +19,7 @@ makedepends=(
checkdepends=(python-pytest)
#source=(https://files.pythonhosted.org/packages/source/${_pkg::1}/${_pkg}/${_pkg}-${pkgver}.tar.gz)
source=(https://github.com/Unidata/cftime/archive/v${pkgver}rel/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('38a20e2c088abe814a5e5ccf365d994dac925f29b7b4b9b57ee4f55e13a017a2')
+sha256sums=('38970aa0d0ed9ed6b1d90f2cff2301b7299ae62d38e39a540400ab00edb4d2ce')
prepare() {
cd ${_pkg}-${pkgver}rel
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-cftime/-/commit/273f467588c9fd163a2e35f2d6744b03630d97bd
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-cftime/-/commit/273f467588c9fd163a2e35f2d6744b03630d97bd
You're receiving this email because of your account on gitlab.archlinux.org.