From nobody Tue Mar 10 14:16:42 2026 X-Original-To: dev-commits-ports-all@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4fVbXq2Vdyz6Vjsf for ; Tue, 10 Mar 2026 14:16:43 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R12" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4fVbXq04jcz3PxW for ; Tue, 10 Mar 2026 14:16:43 +0000 (UTC) (envelope-from git@FreeBSD.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1773152203; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=59VJCqjG6Q9xwmgyZScRaSrVVhzwWsK/8Fv8KCojj30=; b=hjfV2hEruvtW6DNH5wf2XttSmTyxy4aPn0nFUG6QDkJwZo5obyzcKJkd8Z/VSVhZfQ+JaG mjAGXwQ4uHW48wQvgVMnrXD9TF16MZ5iiSfkkIZ0x7QFQbaNrg1cCflqOUMEHZ56qkjCER TLkirNpBtYNcxwBEAPxmqmBIswwxEhyPYLfQuQyue4ZnL9bWuNf3ajjXP0TSd1S9+f8mI7 ZzNjvNCyc+FimvLuxsrDuYCedebBIVMlMh9MsisqmQUn7xROzfUrjLSqw74SgrQpJkzo3+ dMjKWq9ewYFZmWLgTpLrfZP/r5IOyGtl6v4nC/7/YpW0g/84Z5fbCP3X9NbG1A== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1773152203; a=rsa-sha256; cv=none; b=k9AZb6KQ/7NP1KU/HvyAE+UaxNpqRWKCNgc8n7flvOKGRTfnx+a7QMHi3U5omaBHRR9N6r ClBltF9pIqPNeOWoJ29T8pL246p0Q6+Lq7K3jS2aCNVbudXE28qnjIb82YmUNocOApQ1Ym DeM2PDa7fKN7d2Unn+/r3vIC0UjGTp9J/Rc9Xh7XLxoN1CKqVOW0+qMcNB8eVPmCk10NWn ykJbtgLdmDlLLFVjtR1phDYVlRUOncudi8AwiQx2l4BcMH+QHVOouen1Hjig8fK4ddfGR/ qJRa+DGdhx+GsLPS2uaZ2x/0Y1218q0wYmiG1SBV7Jvg3GvzpoCl1VMxiIxS8A== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1773152203; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=59VJCqjG6Q9xwmgyZScRaSrVVhzwWsK/8Fv8KCojj30=; b=r25wVzOZHK9MrYutDiPm4ZEg64tEtx1BGI5UHbD7YREe4io93kNyietpgawnGhupA3q7GZ vqvTrMnR16La6f2vhRfyUr7Ul38EB7RrAkZs9BJRsiVT1tKF6utJVUwV+YAM2kU3inH310 70+3z5QPYNGBxdfLAfZJu0onju413tpzX25bAmbW+1P12ptF9xo0FsSzDPyq7FH9eaD6Fb khITDb7kYpv7pcfSbLrIi75HB9780GKqtYbtqHHhvS6WKpgJ/8FnFWJqf0as0tKruZTKeU 1y7/3yCPKg77V9jvZeNX/8VxxkKHGLcy3set4+Hy5FxAtb62wfP+lE4f0o26ow== Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) by mxrelay.nyi.freebsd.org (Postfix) with ESMTP id 4fVbXp6X7Vz1Sf for ; Tue, 10 Mar 2026 14:16:42 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from git (uid 1279) (envelope-from git@FreeBSD.org) id 35bea by gitrepo.freebsd.org (DragonFly Mail Agent v0.13+ on gitrepo.freebsd.org); Tue, 10 Mar 2026 14:16:42 +0000 To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Kai Knoblich Subject: git: 54bf371e15ff - main - devel/py-inline-snapshot: Update to 0.32.4 List-Id: Commit messages for all branches of the ports repository List-Archive: https://lists.freebsd.org/archives/dev-commits-ports-all List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: dev-commits-ports-all@freebsd.org Sender: owner-dev-commits-ports-all@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: kai X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 54bf371e15ff08edca8af00a9fa53ae0808169e8 Auto-Submitted: auto-generated Date: Tue, 10 Mar 2026 14:16:42 +0000 Message-Id: <69b027ca.35bea.3115ebaf@gitrepo.freebsd.org> The branch main has been updated by kai: URL: https://cgit.FreeBSD.org/ports/commit/?id=54bf371e15ff08edca8af00a9fa53ae0808169e8 commit 54bf371e15ff08edca8af00a9fa53ae0808169e8 Author: Kai Knoblich AuthorDate: 2026-03-10 14:15:59 +0000 Commit: Kai Knoblich CommitDate: 2026-03-10 14:15:59 +0000 devel/py-inline-snapshot: Update to 0.32.4 Changelog: https://github.com/15r10nk/inline-snapshot/releases/tag/0.32.4 --- devel/py-inline-snapshot/Makefile | 2 +- devel/py-inline-snapshot/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/devel/py-inline-snapshot/Makefile b/devel/py-inline-snapshot/Makefile index 79cab1d62bd6..d1bd07bc7ded 100644 --- a/devel/py-inline-snapshot/Makefile +++ b/devel/py-inline-snapshot/Makefile @@ -1,5 +1,5 @@ PORTNAME= inline-snapshot -DISTVERSION= 0.32.3 +DISTVERSION= 0.32.4 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-inline-snapshot/distinfo b/devel/py-inline-snapshot/distinfo index 74f8e9215611..bb2cd16b10e4 100644 --- a/devel/py-inline-snapshot/distinfo +++ b/devel/py-inline-snapshot/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1772007722 -SHA256 (inline_snapshot-0.32.3.tar.gz) = c606d2551de08a293d29bfcd1df2edde9d478f57c83f063b4642f45906b2d748 -SIZE (inline_snapshot-0.32.3.tar.gz) = 2625275 +TIMESTAMP = 1773052325 +SHA256 (inline_snapshot-0.32.4.tar.gz) = f6c21f3a5cb8b4cc5a9ae80fa5d1b66bb642195884ddd6960d383c21a2258318 +SIZE (inline_snapshot-0.32.4.tar.gz) = 2626703