python312Packages.tableauserverclient: 0.33 -> 0.34

This commit is contained in:
R. Ryantm
2024-10-30 10:35:51 +09:00
committed by natsukium
parent 9da08bd6b9
commit 4d25fa4f98
@@ -15,14 +15,14 @@
buildPythonPackage rec {
pname = "tableauserverclient";
version = "0.33";
version = "0.34";
pyproject = true;
disabled = pythonOlder "3.7";
disabled = pythonOlder "3.9";
src = fetchPypi {
inherit pname version;
hash = "sha256-7yj/Ey3mIR2GZ0gtNkrrtoKEmuA5LihZlM9qPhbROQw=";
hash = "sha256-0I0HLPCrA5LoGOnspIDeAp5x7jzR4S9dWitpGw0AzbA=";
};
postPatch = ''
@@ -35,12 +35,12 @@ buildPythonPackage rec {
"urllib3"
];
nativeBuildInputs = [
build-system = [
setuptools
versioneer
];
propagatedBuildInputs = [
dependencies = [
defusedxml
requests
packaging