Merge pull request #203085 from r-ryantm/auto-update/python310Packages.cloudscraper

python310Packages.cloudscraper: 1.2.65 -> 1.2.66
This commit is contained in:
Fabian Affolter 2022-11-26 22:14:55 +01:00 committed by GitHub
commit 418cb1c1c9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,14 +9,14 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "cloudscraper"; pname = "cloudscraper";
version = "1.2.65"; version = "1.2.66";
format = "setuptools"; format = "setuptools";
disabled = pythonOlder "3.7"; disabled = pythonOlder "3.7";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
hash = "sha256-vwH5sSA9rFrnFO4zIvjloYXSNWK5Vn1rODO74vPWvEE="; hash = "sha256-XwzeI3dCcOigkt5o4PvWjheFTHZ/wtQEKpG9qeSBaHE=";
}; };
propagatedBuildInputs = [ propagatedBuildInputs = [
@ -36,6 +36,7 @@ buildPythonPackage rec {
meta = with lib; { meta = with lib; {
description = "Python module to bypass Cloudflare's anti-bot page"; description = "Python module to bypass Cloudflare's anti-bot page";
homepage = "https://github.com/venomous/cloudscraper"; homepage = "https://github.com/venomous/cloudscraper";
changelog = "https://github.com/VeNoMouS/cloudscraper/releases/tag/${version}";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ kini ]; maintainers = with maintainers; [ kini ];
}; };