Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
python-pooch
Commits:
0b6c980e by Antonio Rojas at 2026-01-30T23:51:10+01:00
upgpkg: 1.9.0-1: Upstream update
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = python-pooch
pkgdesc = Python library for fetching and caching data files
- pkgver = 1.8.2
- pkgrel = 5
+ pkgver = 1.9.0
+ pkgrel = 1
url = https://www.fatiando.org/pooch/latest/
arch = any
license = LicenseRef-pooch
@@ -18,9 +18,9 @@ pkgbase = python-pooch
depends = python-requests
optdepends = python-paramiko: for SFTP downloads
optdepends = python-tqdm: for printing a download progress bar
- source = git+https://github.com/fatiando/pooch#tag=v1.8.2
+ source = git+https://github.com/fatiando/pooch#tag=v1.9.0
source = https://github.com/fatiando/pooch/commit/96bd5437.patch
- sha256sums =
f297312c457a5201ba95afbe47e4ac848d04460a61fa631cae412dd0ce3cb41a
- sha256sums =
ae8db79fa3c5fec2e7321691df7fb5fcdd045d50eaa4a856b2e1e0fea430c964
+ sha256sums =
7d1960d420394a28562da93f6e6cbfa694ab8e5c2079b8eb7f9aa9e17630258b
+ sha256sums =
8c2b3e9749e3485ee1e636e134848928bb7024167376ce384d9cda1fab3032b3
pkgname = python-pooch
=====================================
PKGBUILD
=====================================
@@ -4,8 +4,8 @@
pkgname=python-pooch
_pyname=pooch
-pkgver=1.8.2
-pkgrel=5
+pkgver=1.9.0
+pkgrel=1
pkgdesc='Python library for fetching and caching data files'
arch=(any)
url='https://www.fatiando.org/pooch/latest/'
@@ -25,8 +25,8 @@ checkdepends=(python-pytest
python-pytest-httpserver)
source=(git+https://github.com/fatiando/pooch#tag=v$pkgver
https://github.com/fatiando/pooch/commit/96bd5437.patch)
-sha256sums=('f297312c457a5201ba95afbe47e4ac848d04460a61fa631cae412dd0ce3cb41a'
- 'ae8db79fa3c5fec2e7321691df7fb5fcdd045d50eaa4a856b2e1e0fea430c964')
+sha256sums=('7d1960d420394a28562da93f6e6cbfa694ab8e5c2079b8eb7f9aa9e17630258b'
+ '8c2b3e9749e3485ee1e636e134848928bb7024167376ce384d9cda1fab3032b3')
prepare() {
cd $_pyname
@@ -41,7 +41,7 @@ build() {
check() {
cd $_pyname
- pytest -v -k 'not test_check_availability_on_ftp and not test_ftp_downloader'
+ pytest -v -k 'not test_check_availability_on_ftp and not test_ftp_downloader
and not figshare'
}
package() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pooch/-/commit/0b6c980e6b17686a5024b2f9affe23fbc940b8a2
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pooch/-/commit/0b6c980e6b17686a5024b2f9affe23fbc940b8a2
You're receiving this email because of your account on gitlab.archlinux.org.