From nobody Mon Mar 9 18:24:40 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 4fV55P3rWfz6Tg22 for ; Mon, 09 Mar 2026 18:24:41 +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 4fV55N3gmgz3hxd for ; Mon, 09 Mar 2026 18:24:40 +0000 (UTC) (envelope-from git@FreeBSD.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1773080680; 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=rb++3YIYe6b+QC6QHECrS+sbxRBPt/01X2IR4rhh+r0=; b=V1xdT9RCygD2el+akgh7UuWmtqgj+0WwNiY72sxi84MfEujBqI25JYy6+17A7LRQiyaoOy VztzFXNiaFfoWEi8ocGxR8lvDVwHnNtFva5i1zDKB3TPtwGRPJ9Z8zIG6A8KhhfBZFf2zX w9k8M3tw1hnExAVX/j6JAaUBofY6Ls8lHJMi5Rfp6RGHVcQweaarxVDhG9hkwpfMduk7a4 bjAyQGlKi4REXAe9+uFDmHozWBR/gomaMnV2al5bK5AegCjiQPZTni/WD9vuCwhRXPmzIZ 3KL0MMnozm/YqVxtkGHbQHHGFEcanDM79yzsltbaVf4oL3XkDrLJsVftz199WA== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1773080680; a=rsa-sha256; cv=none; b=CSuByWLl94jebLvouHVhyP0NSAB7nUuX4dBc/8BcDBs/30LEdEpcXLL+tWuIRYQI+ZY3IH uM+Hoex9LjjQRRnr7AWmbfLF7+soicCGnzY6SXBgIxPCK807WDmwK4cvEPLQarF4V7qMJN pCdTDLLdOSQ0j7IntW+wupj73n6Zv1ajvyj0TSu1/qpuYP5YDjaeYLuJ5zWmZdhNDml0mB GKBWLiozSvlgW1hIkuUVYmjtOIScCotSZsDwbJOPZtMcgqHLLDlDv9jgrCpqhKcrq5mnEC OKi5W6GbNSnQbJem6w1VQHvLMee6PN1scW09FI5kXQ/HFd0xIDJUTbnHnHZSGQ== 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=1773080680; 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=rb++3YIYe6b+QC6QHECrS+sbxRBPt/01X2IR4rhh+r0=; b=S32qYxUdw8LfRXhX3iaTt4CfsbENExoCiNTPxHMyIuxPeAklBmSSEZ4CFc/J6GCPfeAocP Ki/ZSffY3ZSmAMMwgrAhAPWLxH42VyBUxHkjAM4MYlTRvPBtKLISkTbDNdmOgdHGF1XOm/ nm5DP32PJykq0DcNG9fYuyJ7IP2kjY5by8mCU8zAU3Csb7VE6VpXXZZbZ1L50GD/205zN6 S1er1/+lC3apWXnDkX9lmblSXlu7dPngm9Buxbj2Gtpw/r3VHq4T5q+Bk3MagUN+uR5m+8 yQvNSQgmI5Ki2VA7npmmOIW9K83wBJVdTQE/eJSnUVi8HWUHxF98ezQP5aZyLQ== Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) by mxrelay.nyi.freebsd.org (Postfix) with ESMTP id 4fV55N3HXRzdQB for ; Mon, 09 Mar 2026 18:24:40 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from git (uid 1279) (envelope-from git@FreeBSD.org) id 1ef7e by gitrepo.freebsd.org (DragonFly Mail Agent v0.13+ on gitrepo.freebsd.org); Mon, 09 Mar 2026 18:24:40 +0000 To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Po-Chuan Hsieh Subject: git: 2563e8dc2e76 - main - net/py-smbprotocol: Update to 1.16.0 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: sunpoet X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 2563e8dc2e763539ab67ef20e33d5b4ae412cfd3 Auto-Submitted: auto-generated Date: Mon, 09 Mar 2026 18:24:40 +0000 Message-Id: <69af1068.1ef7e.2a201db9@gitrepo.freebsd.org> The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=2563e8dc2e763539ab67ef20e33d5b4ae412cfd3 commit 2563e8dc2e763539ab67ef20e33d5b4ae412cfd3 Author: Po-Chuan Hsieh AuthorDate: 2026-03-09 17:58:34 +0000 Commit: Po-Chuan Hsieh CommitDate: 2026-03-09 18:19:10 +0000 net/py-smbprotocol: Update to 1.16.0 Changes: https://github.com/jborean93/smbprotocol/releases --- net/py-smbprotocol/Makefile | 4 ++-- net/py-smbprotocol/distinfo | 6 +++--- net/py-smbprotocol/files/patch-pyproject.toml | 19 +++++++++++++++++++ 3 files changed, 24 insertions(+), 5 deletions(-) diff --git a/net/py-smbprotocol/Makefile b/net/py-smbprotocol/Makefile index a425781723c4..de13ade025bb 100644 --- a/net/py-smbprotocol/Makefile +++ b/net/py-smbprotocol/Makefile @@ -1,5 +1,5 @@ PORTNAME= smbprotocol -PORTVERSION= 1.15.0 +PORTVERSION= 1.16.0 CATEGORIES= net python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,7 +11,7 @@ WWW= https://github.com/jborean93/smbprotocol LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=61.0.0:devel/py-setuptools@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyspnego>=0:security/py-pyspnego@${PY_FLAVOR} diff --git a/net/py-smbprotocol/distinfo b/net/py-smbprotocol/distinfo index 6782114a3100..9ccb7b61a877 100644 --- a/net/py-smbprotocol/distinfo +++ b/net/py-smbprotocol/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1731679332 -SHA256 (smbprotocol-1.15.0.tar.gz) = 3c892f4c22ab147d0576a3a8d34279831b26ab4695b7df911a334bc41f6d652a -SIZE (smbprotocol-1.15.0.tar.gz) = 183689 +TIMESTAMP = 1771421716 +SHA256 (smbprotocol-1.16.0.tar.gz) = babeb6fa825ba57939f9637c49a34548ddca348386d34de0796d1f87882c0bda +SIZE (smbprotocol-1.16.0.tar.gz) = 185253 diff --git a/net/py-smbprotocol/files/patch-pyproject.toml b/net/py-smbprotocol/files/patch-pyproject.toml new file mode 100644 index 000000000000..e7e4151e9225 --- /dev/null +++ b/net/py-smbprotocol/files/patch-pyproject.toml @@ -0,0 +1,19 @@ +--- pyproject.toml.orig 2026-02-09 00:48:33 UTC ++++ pyproject.toml +@@ -1,6 +1,6 @@ requires = [ + [build-system] + requires = [ +- "setuptools >= 77.0.0", # Support for SPDX license expressions ++ "setuptools >= 61.0.0", # Support for SPDX license expressions + ] + build-backend = "setuptools.build_meta" + +@@ -10,7 +10,7 @@ requires-python = ">=3.9" + description = "Interact with a server using the SMB 2/3 Protocol" + readme = "README.md" + requires-python = ">=3.9" +-license = "MIT" ++license = {file = "LICENSE"} + authors = [ + { name = "Jordan Borean", email = "jborean93@gmail.com" } + ]