Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 09 Mar 2026 18:24:40 +0000
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 2563e8dc2e76 - main - net/py-smbprotocol: Update to 1.16.0
Message-ID:  <69af1068.1ef7e.2a201db9@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by sunpoet:

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

commit 2563e8dc2e763539ab67ef20e33d5b4ae412cfd3
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2026-03-09 17:58:34 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
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" }
+ ]


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69af1068.1ef7e.2a201db9>