python311Packages.python-benedict: 0.33.0 -> 0.33.1

Changelog: https://github.com/fabiocaccamo/python-benedict/blob/0.33.1/CHANGELOG.md
This commit is contained in:
Fabian Affolter 2024-01-20 10:44:43 +01:00
parent 612113bce4
commit b4fbd30eea

View File

@ -7,6 +7,7 @@
, openpyxl
, orjson
, phonenumbers
, beautifulsoup4
, pytestCheckHook
, python-dateutil
, python-decouple
@ -17,7 +18,6 @@
, pyyaml
, requests
, setuptools
, six
, toml
, xlrd
, xmltodict
@ -25,7 +25,7 @@
buildPythonPackage rec {
pname = "python-benedict";
version = "0.33.0";
version = "0.33.1";
pyproject = true;
disabled = pythonOlder "3.7";
@ -34,40 +34,79 @@ buildPythonPackage rec {
owner = "fabiocaccamo";
repo = "python-benedict";
rev = "refs/tags/${version}";
hash = "sha256-SJBU7jMnyLBdWQPQ/UGbVklKUOrCM3fMnOkXKHQnyPI=";
hash = "sha256-QRWyMqHW4C3+718mgp9z/dQ1loesm0Vaf2TzW3yqF3A=";
};
pythonRelaxDeps = [
"boto3"
];
nativeBuildInputs = [
pythonRelaxDepsHook
setuptools
];
pythonRelaxDeps = [
"boto3"
];
propagatedBuildInputs = [
boto3
ftfy
mailchecker
openpyxl
phonenumbers
python-dateutil
python-fsutil
python-slugify
pyyaml
requests
toml
xlrd
xmltodict
];
passthru.optional-dependencies = {
all = [
beautifulsoup4
boto3
ftfy
mailchecker
openpyxl
phonenumbers
python-dateutil
pyyaml
toml
xlrd
xmltodict
];
html = [
beautifulsoup4
xmltodict
];
io = [
beautifulsoup4
openpyxl
pyyaml
toml
xlrd
xmltodict
];
parse = [
ftfy
mailchecker
phonenumbers
python-dateutil
];
s3 = [
boto3
];
toml = [
toml
];
xls = [
openpyxl
xlrd
];
xml = [
xmltodict
];
yaml = [
pyyaml
];
};
nativeCheckInputs = [
orjson
pytestCheckHook
python-decouple
six
];
] ++ lib.flatten (builtins.attrValues passthru.optional-dependencies);
disabledTests = [
# Tests require network access