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.

Changed files
+4 -2
pkgs
development
python-modules
+4 -2
pkgs/development/python-modules/tld/default.nix
···
buildPythonPackage rec {
pname = "tld";
-
version = "0.13";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
-
hash = "sha256-k93l4cBL3xhEl26uRAcGN50h9KsjW3PAXXSD4HT7Vik=";
};
nativeCheckInputs = [
···
factory-boy
faker
];
# These tests require network access, but disabledTestPaths doesn't work.
# the file needs to be `import`ed by another Python test file, so it
···
buildPythonPackage rec {
pname = "tld";
+
version = "0.13.1";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
+
hash = "sha256-dewAk2y89WT2c2HEFxM2NEC2xO8PDBWStbD75ywXo1A=";
};
nativeCheckInputs = [
···
factory-boy
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