python311Packages.smart-open: 7.0.1 -> 7.0.3

https://github.com/piskvorky/smart_open/releases/tag/v7.0.3
This commit is contained in:
Martin Weinelt 2024-03-26 04:31:17 +01:00
parent 268640cf0d
commit 8b50e4c4be
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759
1 changed files with 3 additions and 2 deletions

View File

@ -19,7 +19,7 @@
buildPythonPackage rec {
pname = "smart-open";
version = "7.0.1";
version = "7.0.3";
pyproject = true;
disabled = pythonOlder "3.7";
@ -28,7 +28,7 @@ buildPythonPackage rec {
owner = "RaRe-Technologies";
repo = "smart_open";
rev = "refs/tags/v${version}";
hash = "sha256-yGy4xNoHCE+LclBBTMVtTKP6GYZ5w09NJ0OmsUPnir4=";
hash = "sha256-2G0sAAUc+fpEY/ggPSRbJjclSJwTFetKmMEBJcz8YFY=";
};
build-system = [
@ -88,6 +88,7 @@ buildPythonPackage rec {
];
meta = with lib; {
changelog = "https://github.com/piskvorky/smart_open/releases/tag/v${version}";
description = "Library for efficient streaming of very large file";
homepage = "https://github.com/RaRe-Technologies/smart_open";
license = licenses.mit;