Merge pull request #180119 from fabaff/python-whois-bump

python310Packages.python-whois: 0.7.3 -> 0.8.0
This commit is contained in:
Fabian Affolter 2022-07-05 08:07:11 +02:00 committed by GitHub
commit 6d1efeded6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 3 deletions

View File

@ -9,11 +9,11 @@
buildPythonPackage rec {
pname = "python-whois";
version = "0.7.3";
version = "0.8.0";
src = fetchPypi {
inherit pname version;
sha256 = "05jaxbnlw5wck0hl124py364jqrx7a4mmv0hy3d2jzvmp0012sk5";
sha256 = "sha256-3TNtNRfqzip2iUBtt7uWraPF50MnQjFRru4+ZCJfYiA=";
};
propagatedBuildInputs = [ future ];

View File

@ -38,7 +38,8 @@ python3.pkgs.buildPythonApplication rec {
postPatch = ''
# Use default Python module
substituteInPlace pyproject.toml \
--replace 'uuid = "^1.30"' ""
--replace 'uuid = "^1.30"' "" \
--replace 'python-whois = "^0.7.3"' 'python-whois = "*"'
'';
pythonImportsCheck = [