Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 30 Apr 2026 15:42:56 +0000
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: e8a158ddcbc3 - main - devel/py-flatten-dict: update 0.4.2=?utf-8?Q? =E2=86=92 0.5?=.0
Message-ID:  <69f37880.1d07b.aec8847@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=e8a158ddcbc3c0416d8abed1a07b01f0fadc8f2e

commit e8a158ddcbc3c0416d8abed1a07b01f0fadc8f2e
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2026-04-30 15:20:34 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2026-04-30 15:42:47 +0000

    devel/py-flatten-dict: update 0.4.2 → 0.5.0
---
 devel/py-flatten-dict/Makefile | 9 +++++++--
 devel/py-flatten-dict/distinfo | 6 +++---
 2 files changed, 10 insertions(+), 5 deletions(-)

diff --git a/devel/py-flatten-dict/Makefile b/devel/py-flatten-dict/Makefile
index 18734ebdf4e3..3fbfad5a5624 100644
--- a/devel/py-flatten-dict/Makefile
+++ b/devel/py-flatten-dict/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	flatten-dict
-DISTVERSION=	0.4.2
+DISTVERSION=	0.5.0
 CATEGORIES=	devel python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -12,14 +12,19 @@ LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
 BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}poetry-core>0:devel/py-poetry-core@${PY_FLAVOR}
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}six>=1.12:devel/py-six@${PY_FLAVOR}
 
 USES=		python
 USE_PYTHON=	pep517 autoplist pytest
 
+WRKSRC=		${WRKDIR}/flatten_dict-${DISTVERSION}
+
 MAKE_ENV=	GIT_DIR=${WRKSRC} # workaround for the Poetry bug
 TEST_ENV=	${MAKE_ENV} PYTHONPATH=${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}
 
 NO_ARCH=	yes
 
+# tests as of 0.5.0:
+# Results (0.20s):
+#        153 passed
+
 .include <bsd.port.mk>
diff --git a/devel/py-flatten-dict/distinfo b/devel/py-flatten-dict/distinfo
index 854df089aa77..3ebf689b7c09 100644
--- a/devel/py-flatten-dict/distinfo
+++ b/devel/py-flatten-dict/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1688322136
-SHA256 (flatten-dict-0.4.2.tar.gz) = 506a96b6e6f805b81ae46a0f9f31290beb5fa79ded9d80dbe1b7fa236ab43076
-SIZE (flatten-dict-0.4.2.tar.gz) = 10362
+TIMESTAMP = 1714470627
+SHA256 (flatten-dict-0.5.0.tar.gz) = ca89664d0bc9552d525ee756726b5a755c17f65b5bf23d0a1f07841f181428b7
+SIZE (flatten-dict-0.5.0.tar.gz) = 9476


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69f37880.1d07b.aec8847>