net/py-smbprotocol: Update to 1.17.0

Changes:	https://github.com/jborean93/smbprotocol/releases
This commit is contained in:
Po-Chuan Hsieh
2026-07-11 19:47:28 +08:00
parent 15f0b12bee
commit 61208b28fa
3 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
PORTNAME= smbprotocol
PORTVERSION= 1.16.1
PORTVERSION= 1.17.0
CATEGORIES= net python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+3 -3
View File
@@ -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
@@ -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" }
]