Skip to content
Snippets Groups Projects
Verified Commit 981c2897 authored by sunpoet's avatar sunpoet
Browse files

devel/py-copier: Update to 6.2.0

parent 44b8c698
No related branches found
No related tags found
No related merge requests found
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} \
......
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
--- 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',
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment