mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-03 18:54:42 +00:00
Merge pull request #271381 from r-ryantm/auto-update/python310Packages.fake-useragent
python310Packages.fake-useragent: 1.3.0 -> 1.4.0
This commit is contained in:
commit
b4fe823d79
@ -10,8 +10,8 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "fake-useragent";
|
pname = "fake-useragent";
|
||||||
version = "1.3.0";
|
version = "1.4.0";
|
||||||
format = "pyproject";
|
pyproject = true;
|
||||||
|
|
||||||
disabled = pythonOlder "3.7";
|
disabled = pythonOlder "3.7";
|
||||||
|
|
||||||
@ -19,7 +19,7 @@ buildPythonPackage rec {
|
|||||||
owner = "fake-useragent";
|
owner = "fake-useragent";
|
||||||
repo = "fake-useragent";
|
repo = "fake-useragent";
|
||||||
rev = "refs/tags/${version}";
|
rev = "refs/tags/${version}";
|
||||||
hash = "sha256-erGX52ipM0scn3snICf6ipjgVbV8/H5xT4GP3AtvOwo=";
|
hash = "sha256-Jmzq0yIM373bg2T6t0YFymBiH9vSpiCw+UAMfxsMJvY=";
|
||||||
};
|
};
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
@ -41,6 +41,10 @@ buildPythonPackage rec {
|
|||||||
pytestCheckHook
|
pytestCheckHook
|
||||||
];
|
];
|
||||||
|
|
||||||
|
pythonImportsCheck = [
|
||||||
|
"fake_useragent"
|
||||||
|
];
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Up to date simple useragent faker with real world database";
|
description = "Up to date simple useragent faker with real world database";
|
||||||
homepage = "https://github.com/hellysmile/fake-useragent";
|
homepage = "https://github.com/hellysmile/fake-useragent";
|
||||||
|
Loading…
Reference in New Issue
Block a user