python313Packages.pysmb: 1.2.10 -> 1.2.11 (#395418)

This commit is contained in:
Fabian Affolter
2025-04-02 20:00:43 +02:00
committed by GitHub

View File

@@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "pysmb";
version = "1.2.10";
version = "1.2.11";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = "miketeo";
repo = "pysmb";
tag = "pysmb-${version}";
hash = "sha256-Zid6KGNr7BBuyHaxdXkhRC/Ug93HmVXKMtreFf+M7OE=";
hash = "sha256-V5RSEHtAi8TaKlrSGc1EQbm1ty6mUonfZ3iME6fDwY8=";
};
build-system = [ setuptools ];
@@ -39,9 +39,9 @@ buildPythonPackage rec {
];
meta = with lib; {
description = "Experimental SMB/CIFS library to support file sharing between Windows and Linux machines";
homepage = "https://pysmb.readthedocs.io/";
changelog = "https://github.com/miketeo/pysmb/releases/tag/pysmb-${version}";
description = "Experimental SMB/CIFS library written in Python to support file sharing between Windows and Linux machines";
homepage = "https://miketeo.net/wp/index.php/projects/pysmb";
license = licenses.zlib;
maintainers = with maintainers; [ kamadorueda ];
};