python313Packages.faraday-plugins: 1.24.1 -> 1.25.0

Changelog: https://github.com/infobyte/faraday_plugins/releases/tag/1.25.0
This commit is contained in:
Fabian Affolter
2025-08-03 23:03:54 +02:00
parent 77a52192a7
commit 1dab275ca4
@@ -8,9 +8,9 @@
html2text,
lxml,
markdown,
pandas,
pytestCheckHook,
python-dateutil,
pythonOlder,
pytz,
requests,
setuptools,
@@ -21,16 +21,14 @@
buildPythonPackage rec {
pname = "faraday-plugins";
version = "1.24.1";
version = "1.25.0";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchFromGitHub {
owner = "infobyte";
repo = "faraday_plugins";
tag = version;
hash = "sha256-CTBEerFfqE9zRTe6l7IDKXOP+WVEPYdNMuMk2PBkkdw=";
hash = "sha256-VkpwTHPpM1cS5HT5zE3gB25zWOTIVaZdPKNgQFJHO/Q=";
};
postPatch = ''
@@ -47,6 +45,7 @@ buildPythonPackage rec {
html2text
lxml
markdown
pandas
python-dateutil
pytz
requests