Date: Sun, 12 Apr 2026 03:50:37 +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: 850eb38e0640 - main - devel/py-logistro: update 1.0.=?utf-8?Q?11 =E2=86=92 2?=.0.1 Message-ID: <69db168d.1c725.70373b57@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=850eb38e06401e2bdd9a2e555700ff1f6c62e5db commit 850eb38e06401e2bdd9a2e555700ff1f6c62e5db Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2026-04-12 03:40:06 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2026-04-12 03:50:14 +0000 devel/py-logistro: update 1.0.11 → 2.0.1 --- devel/py-logistro/Makefile | 8 ++++---- devel/py-logistro/distinfo | 6 +++--- devel/py-logistro/files/patch-pyproject.toml | 10 +++++----- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/devel/py-logistro/Makefile b/devel/py-logistro/Makefile index 35e16059ff74..ba98de5f4118 100644 --- a/devel/py-logistro/Makefile +++ b/devel/py-logistro/Makefile @@ -1,5 +1,5 @@ PORTNAME= logistro -DISTVERSION= 1.0.11 +DISTVERSION= 2.0.1 CATEGORIES= devel MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -21,8 +21,8 @@ NO_ARCH= yes post-patch: # workaround for https://github.com/plotly/Kaleido/issues/288 @${REINPLACE_CMD} -e "s|version = \"0.0.0\"|version = \"${DISTVERSION}\"|" ${WRKSRC}/pyproject.toml -# tests as of 1.0.11: -# Results (18.81s): -# 17 passed +# tests as of 2.0.1: +# Results (4.48s): +# 12 passed .include <bsd.port.mk> diff --git a/devel/py-logistro/distinfo b/devel/py-logistro/distinfo index 4d1c38be6c85..237bfb62b76d 100644 --- a/devel/py-logistro/distinfo +++ b/devel/py-logistro/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1741064677 -SHA256 (logistro-1.0.11.tar.gz) = 9386b65cde9cc71d8c356142a219868612357b3c54ed4e067a78f420c4e51846 -SIZE (logistro-1.0.11.tar.gz) = 7550 +TIMESTAMP = 1775965033 +SHA256 (logistro-2.0.1.tar.gz) = 8446affc82bab2577eb02bfcbcae196ae03129287557287b6a070f70c1985047 +SIZE (logistro-2.0.1.tar.gz) = 8398 diff --git a/devel/py-logistro/files/patch-pyproject.toml b/devel/py-logistro/files/patch-pyproject.toml index 1e41722659b8..31bf461f0d0a 100644 --- a/devel/py-logistro/files/patch-pyproject.toml +++ b/devel/py-logistro/files/patch-pyproject.toml @@ -1,9 +1,9 @@ ---- pyproject.toml.orig 2025-02-10 01:47:09 UTC +--- pyproject.toml.orig 2025-11-01 02:40:04 UTC +++ pyproject.toml @@ -1,17 +1,15 @@ [build-system] --requires = ["setuptools>=65.0.0", "wheel", "setuptools-git-versioning"] -+requires = ["setuptools>0", "wheel"] +-requires = ["setuptools", "wheel", "setuptools-git-versioning"] ++requires = ["setuptools", "wheel"] build-backend = "setuptools.build_meta" [tool.setuptools.packages] @@ -14,10 +14,10 @@ - [project] name = "logistro" -+version = "1.0.11" ++version = "2.0.1" description = "Simple wrapper over logging for a couple basic features" -dynamic = ["version"] +dynamic = [] readme = "README.md" + license = { "file" = "LICENSE" } requires-python = ">=3.8" - authors = [home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69db168d.1c725.70373b57>
