git: 981c28979ec2 - main - devel/py-copier: Update to 6.2.0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 03 Oct 2022 02:25:19 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=981c28979ec24dd349b4154336596c0b448fb8ca commit 981c28979ec24dd349b4154336596c0b448fb8ca Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2022-10-03 02:14:50 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2022-10-03 02:14:50 +0000 devel/py-copier: Update to 6.2.0 Changes: https://github.com/copier-org/copier/releases --- devel/py-copier/Makefile | 4 ++-- devel/py-copier/distinfo | 6 +++--- devel/py-copier/files/patch-setup.py | 20 ++++++++++---------- 3 files changed, 15 insertions(+), 15 deletions(-) diff --git a/devel/py-copier/Makefile b/devel/py-copier/Makefile index 6433095228c8..64248b985c90 100644 --- a/devel/py-copier/Makefile +++ b/devel/py-copier/Makefile @@ -1,5 +1,5 @@ PORTNAME= copier -PORTVERSION= 6.1.0 +PORTVERSION= 6.2.0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -19,7 +19,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}colorama>=0.4.3:devel/py-colorama@${PY_FLAVO ${PYTHON_PKGNAMEPREFIX}packaging>=21.0:devel/py-packaging@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pathspec>=0.9.0:devel/py-pathspec@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}plumbum>=1.6.9:sysutils/py-plumbum@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pydantic>=1.9.0:devel/py-pydantic@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pydantic>=1.10.2:devel/py-pydantic@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pygments>=2.7.1:textproc/py-pygments@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}yaml>=5.3.1:devel/py-yaml@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pyyaml-include>=1.2:devel/py-pyyaml-include@${PY_FLAVOR} \ diff --git a/devel/py-copier/distinfo b/devel/py-copier/distinfo index 80165f54ad96..3e0382cf7d71 100644 --- a/devel/py-copier/distinfo +++ b/devel/py-copier/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1655398670 -SHA256 (copier-6.1.0.tar.gz) = d3b399285763e97a1c3c49cbc7e0d3b3cea2f05b680f652ff58d59a5b59f3a3c -SIZE (copier-6.1.0.tar.gz) = 32678 +TIMESTAMP = 1663672810 +SHA256 (copier-6.2.0.tar.gz) = 792c66ed1a6eddd85690ba12035fdbf087a65b18c8b07c2527e3581296e29649 +SIZE (copier-6.2.0.tar.gz) = 33149 diff --git a/devel/py-copier/files/patch-setup.py b/devel/py-copier/files/patch-setup.py index 95bacc68bb7a..26513b163d86 100644 --- a/devel/py-copier/files/patch-setup.py +++ b/devel/py-copier/files/patch-setup.py @@ -1,11 +1,11 @@ ---- setup.py.orig 2022-05-15 09:22:56 UTC +--- setup.py.orig 1970-01-01 00:00:00 UTC +++ setup.py -@@ -8,7 +8,7 @@ package_data = \ - {'': ['*']} - - install_requires = \ --['Jinja2>=3.1.1', -+['Jinja2>=3.0.1', - 'PyYAML>=5.3.1', - 'Pygments>=2.7.1', - 'colorama>=0.4.3', +@@ -12,7 +12,7 @@ install_requires = \ + 'dunamai>=1.7.0', + 'iteration_utilities>=0.11.0', + 'jinja2-ansible-filters>=1.3.1', +- 'jinja2>=3.1.1', ++ 'jinja2>=3.0.1', + 'packaging>=21.0', + 'pathspec>=0.9.0', + 'plumbum>=1.6.9',