summaryrefslogtreecommitdiff
path: root/devel/py-copier
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--devel/py-copier/Makefile2
-rw-r--r--devel/py-copier/distinfo6
-rw-r--r--devel/py-copier/files/patch-pyproject.toml13
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",