git: 61208b28fa62 - main - net/py-smbprotocol: Update to 1.17.0

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Sat, 11 Jul 2026 12:24:36 UTC
The branch main has been updated by sunpoet:

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

commit 61208b28fa62e3e77706268d2f795eb27361c19b
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2026-07-11 11:47:28 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2026-07-11 12:21:23 +0000

    net/py-smbprotocol: Update to 1.17.0
    
    Changes:        https://github.com/jborean93/smbprotocol/releases
---
 net/py-smbprotocol/Makefile                   | 2 +-
 net/py-smbprotocol/distinfo                   | 6 +++---
 net/py-smbprotocol/files/patch-pyproject.toml | 8 ++++----
 3 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/net/py-smbprotocol/Makefile b/net/py-smbprotocol/Makefile
index 721fde071121..96032cdd14e3 100644
--- a/net/py-smbprotocol/Makefile
+++ b/net/py-smbprotocol/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	smbprotocol
-PORTVERSION=	1.16.1
+PORTVERSION=	1.17.0
 CATEGORIES=	net python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
diff --git a/net/py-smbprotocol/distinfo b/net/py-smbprotocol/distinfo
index 4a33b1f5a5e0..f2445012034f 100644
--- a/net/py-smbprotocol/distinfo
+++ b/net/py-smbprotocol/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1775587542
-SHA256 (smbprotocol-1.16.1.tar.gz) = ad7a31662792817c6da3629a3cfb96a51d8213e993ebd0c0a7ee750d2b1f8ec8
-SIZE (smbprotocol-1.16.1.tar.gz) = 186164
+TIMESTAMP = 1783564126
+SHA256 (smbprotocol-1.17.0.tar.gz) = bcc27edfff7d727a7eb30424138766e1ee216ae2ffc1af03dab0448f29c4731c
+SIZE (smbprotocol-1.17.0.tar.gz) = 190845
diff --git a/net/py-smbprotocol/files/patch-pyproject.toml b/net/py-smbprotocol/files/patch-pyproject.toml
index e7e4151e9225..6aa39d327c93 100644
--- a/net/py-smbprotocol/files/patch-pyproject.toml
+++ b/net/py-smbprotocol/files/patch-pyproject.toml
@@ -1,4 +1,4 @@
---- pyproject.toml.orig	2026-02-09 00:48:33 UTC
+--- pyproject.toml.orig	2026-07-07 03:15:45 UTC
 +++ pyproject.toml
 @@ -1,6 +1,6 @@ requires = [
  [build-system]
@@ -8,12 +8,12 @@
  ]
  build-backend = "setuptools.build_meta"
  
-@@ -10,7 +10,7 @@ requires-python = ">=3.9"
+@@ -10,7 +10,7 @@ requires-python = ">=3.10"
  description = "Interact with a server using the SMB 2/3 Protocol"
  readme = "README.md"
- requires-python = ">=3.9"
+ requires-python = ">=3.10"
 -license = "MIT"
-+license = {file = "LICENSE"}
++license = {text = "MIT"}
  authors = [
      { name = "Jordan Borean", email = "jborean93@gmail.com" }
  ]