Skip to content

Commit

Permalink
devel/py-isort: Update to 5.13.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sunpoet committed Dec 14, 2023
1 parent 0807b60 commit 48e9e09
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 6 deletions.
5 changes: 2 additions & 3 deletions devel/py-isort/Makefile
@@ -1,6 +1,5 @@
PORTNAME= isort
PORTVERSION= 5.12.0
PORTREVISION= 1
PORTVERSION= 5.13.2
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
Expand All @@ -22,6 +21,6 @@ NO_ARCH= yes
OPTIONS_DEFINE= COLORS
COLORS_DESC= Color output support

COLORS_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}colorama>=0.4.3:devel/py-colorama@${PY_FLAVOR}
COLORS_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}colorama>=0.4.5:devel/py-colorama@${PY_FLAVOR}

.include <bsd.port.mk>
6 changes: 3 additions & 3 deletions devel/py-isort/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1675191017
SHA256 (isort-5.12.0.tar.gz) = 8bef7dde241278824a6d83f44a544709b065191b95b6e50894bdc722fcba0504
SIZE (isort-5.12.0.tar.gz) = 174643
TIMESTAMP = 1702543654
SHA256 (isort-5.13.2.tar.gz) = 48fdfcb9face5d58a4f6dde2e72a1fb8dcaf8ab26f95ab49fab84c2ddefb0109
SIZE (isort-5.13.2.tar.gz) = 175303
11 changes: 11 additions & 0 deletions devel/py-isort/files/patch-pyproject.toml
@@ -0,0 +1,11 @@
--- pyproject.toml.orig 2023-12-13 20:37:19 UTC
+++ pyproject.toml
@@ -41,7 +41,7 @@ include = [

[tool.poetry.dependencies]
python = ">=3.8.0"
-colorama = {version = ">=0.4.6", optional = true}
+colorama = {version = ">=0.4.5", optional = true}

[tool.poetry.extras]
colors = ["colorama"]

0 comments on commit 48e9e09

Please sign in to comment.