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:
OTABI Tomoya 2023-12-03 15:45:57 +09:00 committed by GitHub
commit b4fe823d79
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,8 +10,8 @@
buildPythonPackage rec {
pname = "fake-useragent";
version = "1.3.0";
format = "pyproject";
version = "1.4.0";
pyproject = true;
disabled = pythonOlder "3.7";
@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = "fake-useragent";
repo = "fake-useragent";
rev = "refs/tags/${version}";
hash = "sha256-erGX52ipM0scn3snICf6ipjgVbV8/H5xT4GP3AtvOwo=";
hash = "sha256-Jmzq0yIM373bg2T6t0YFymBiH9vSpiCw+UAMfxsMJvY=";
};
postPatch = ''
@ -41,6 +41,10 @@ buildPythonPackage rec {
pytestCheckHook
];
pythonImportsCheck = [
"fake_useragent"
];
meta = with lib; {
description = "Up to date simple useragent faker with real world database";
homepage = "https://github.com/hellysmile/fake-useragent";