python3Packages.tld: 0.13 -> 0.13.1

https://github.com/barseghyanartur/tld/blob/0.13.1/CHANGELOG.rst

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2025-08-09 19:04:30 +02:00
parent 22859e2d38
commit 7c1e038c29
@@ -11,14 +11,14 @@
buildPythonPackage rec {
pname = "tld";
version = "0.13";
version = "0.13.1";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-k93l4cBL3xhEl26uRAcGN50h9KsjW3PAXXSD4HT7Vik=";
hash = "sha256-dewAk2y89WT2c2HEFxM2NEC2xO8PDBWStbD75ywXo1A=";
};
nativeCheckInputs = [
@@ -31,6 +31,8 @@ buildPythonPackage rec {
faker
];
doCheck = false; # missing pytest-codeblock
# These tests require network access, but disabledTestPaths doesn't work.
# the file needs to be `import`ed by another Python test file, so it
# can't simply be removed.