Skip to content

Commit

Permalink
devel/py-pre-commit: Update version 3.5.0=>3.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
5u623l20 committed Dec 10, 2023
1 parent c117ef1 commit 1abef10
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
10 changes: 8 additions & 2 deletions devel/py-pre-commit/Makefile
@@ -1,5 +1,5 @@
PORTNAME= pre-commit
PORTVERSION= 3.5.0
PORTVERSION= 3.6.0
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
Expand All @@ -26,4 +26,10 @@ SHEBANG_FILES= pre_commit/resources/hook-tmpl

NO_ARCH= yes

.include <bsd.port.mk>
.include <bsd.port.pre.mk>

.if ${PYTHON_REL} < 30900
IGNORE= python-3.9 or higher is required
.endif

.include <bsd.port.post.mk>
6 changes: 3 additions & 3 deletions devel/py-pre-commit/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1697274696
SHA256 (pre_commit-3.5.0.tar.gz) = 5804465c675b659b0862f07907f96295d490822a450c4c40e747d0b1c6ebcb32
SIZE (pre_commit-3.5.0.tar.gz) = 177079
TIMESTAMP = 1702199648
SHA256 (pre_commit-3.6.0.tar.gz) = d30bad9abf165f7785c15a21a1f46da7d0677cb00ee7ff4c579fd38922efe15d
SIZE (pre_commit-3.6.0.tar.gz) = 177069

0 comments on commit 1abef10

Please sign in to comment.