Skip to content

Commit

Permalink
devel/py-copier: Update to 6.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sunpoet committed Oct 3, 2022
1 parent 44b8c69 commit 981c289
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
4 changes: 2 additions & 2 deletions 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}
Expand All @@ -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} \
Expand Down
6 changes: 3 additions & 3 deletions 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
20 changes: 10 additions & 10 deletions 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',

0 comments on commit 981c289

Please sign in to comment.