git: 38ba7673f65d - main - devel/py-copier: Update to 9.10.2
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 06 Oct 2025 11:21:18 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=38ba7673f65d2d5606c8fabf202e56cf3bc1b774
commit 38ba7673f65d2d5606c8fabf202e56cf3bc1b774
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2025-10-06 10:14:09 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2025-10-06 10:14:09 +0000
devel/py-copier: Update to 9.10.2
Changes: https://github.com/copier-org/copier/releases
https://copier.readthedocs.io/en/latest/changelog/
---
devel/py-copier/Makefile | 2 +-
devel/py-copier/distinfo | 6 +++---
devel/py-copier/files/patch-pyproject.toml | 13 -------------
3 files changed, 4 insertions(+), 17 deletions(-)
diff --git a/devel/py-copier/Makefile b/devel/py-copier/Makefile
index f4ffe3838f0d..1fac924b280b 100644
--- a/devel/py-copier/Makefile
+++ b/devel/py-copier/Makefile
@@ -1,5 +1,5 @@
PORTNAME= copier
-PORTVERSION= 9.10.1
+PORTVERSION= 9.10.2
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
diff --git a/devel/py-copier/distinfo b/devel/py-copier/distinfo
index 10189fe90fd6..d8d9dfe0c10c 100644
--- a/devel/py-copier/distinfo
+++ b/devel/py-copier/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1757120640
-SHA256 (copier-9.10.1.tar.gz) = ba2d729465508da04a62bc9b76eed13d952aa7634a74a69519252fcf8a54d94e
-SIZE (copier-9.10.1.tar.gz) = 586680
+TIMESTAMP = 1759324080
+SHA256 (copier-9.10.2.tar.gz) = 495159b796bc745a90238b2097053555f9e4283efc7181ee3b5402a5cbe21614
+SIZE (copier-9.10.2.tar.gz) = 586648
diff --git a/devel/py-copier/files/patch-pyproject.toml b/devel/py-copier/files/patch-pyproject.toml
deleted file mode 100644
index 77f58d9e361c..000000000000
--- a/devel/py-copier/files/patch-pyproject.toml
+++ /dev/null
@@ -1,13 +0,0 @@
-Reference: https://github.com/copier-org/copier/commit/16d7ede9dfc63addfca3e5cfdd4297e20b3f012d
- https://github.com/tmbo/questionary/commit/2b3bf564c744fa31718595ab491b491b8cb31237
-
---- pyproject.toml.orig 2020-02-02 00:00:00 UTC
-+++ pyproject.toml
-@@ -26,7 +26,6 @@ dependencies = [
- "packaging>=23.0",
- "pathspec>=0.9.0",
- "plumbum>=1.6.9",
-- "prompt-toolkit<3.0.52",
- "pydantic>=2.4.2",
- "pygments>=2.7.1",
- "pyyaml>=5.3.1",