git: 2b83f5460baa - main - devel/py-pooch: Update to 1.9.0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 03 Feb 2026 05:18:31 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=2b83f5460baa08104150ebd69a47e943ca3abf83
commit 2b83f5460baa08104150ebd69a47e943ca3abf83
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2026-02-03 04:44:33 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2026-02-03 05:09:41 +0000
devel/py-pooch: Update to 1.9.0
Changes: https://github.com/fatiando/pooch/releases
https://www.fatiando.org/pooch/latest/changes.html
---
devel/py-pooch/Makefile | 3 +--
devel/py-pooch/distinfo | 6 +++---
devel/py-pooch/files/patch-pyproject.toml | 11 +++++++++++
3 files changed, 15 insertions(+), 5 deletions(-)
diff --git a/devel/py-pooch/Makefile b/devel/py-pooch/Makefile
index 47c1326b5a57..3680f147d2a2 100644
--- a/devel/py-pooch/Makefile
+++ b/devel/py-pooch/Makefile
@@ -1,6 +1,5 @@
PORTNAME= pooch
-PORTVERSION= 1.8.2
-PORTREVISION= 1
+PORTVERSION= 1.9.0
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
diff --git a/devel/py-pooch/distinfo b/devel/py-pooch/distinfo
index c4057fe89dbd..2666be55fc53 100644
--- a/devel/py-pooch/distinfo
+++ b/devel/py-pooch/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1718580104
-SHA256 (pooch-1.8.2.tar.gz) = 76561f0de68a01da4df6af38e9955c4c9d1a5c90da73f7e40276a5728ec83d10
-SIZE (pooch-1.8.2.tar.gz) = 59353
+TIMESTAMP = 1769874350
+SHA256 (pooch-1.9.0.tar.gz) = de46729579b9857ffd3e741987a2f6d5e0e03219892c167c6578c0091fb511ed
+SIZE (pooch-1.9.0.tar.gz) = 61788
diff --git a/devel/py-pooch/files/patch-pyproject.toml b/devel/py-pooch/files/patch-pyproject.toml
new file mode 100644
index 000000000000..2c941bacaea5
--- /dev/null
+++ b/devel/py-pooch/files/patch-pyproject.toml
@@ -0,0 +1,11 @@
+--- pyproject.toml.orig 2026-01-30 19:14:27 UTC
++++ pyproject.toml
+@@ -9,7 +9,7 @@ readme = "README.md"
+ {name = "Leonardo Uieda", email = "leo@uieda.com"}
+ ]
+ readme = "README.md"
+-license = "BSD-3-Clause"
++license = {text = "BSD-3-Clause"}
+ keywords = ["data", "download", "caching", "http"]
+ classifiers = [
+ "Development Status :: 5 - Production/Stable",