Merge pull request #203085 from r-ryantm/auto-update/python310Packages.cloudscraper
python310Packages.cloudscraper: 1.2.65 -> 1.2.66
This commit is contained in:
commit
418cb1c1c9
1 changed files with 3 additions and 2 deletions
|
@ -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 ];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue