python3Packages.niquests: 3.17.0 -> 3.18.2 (#500816)
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
{
|
||||
aiofiles,
|
||||
buildPythonPackage,
|
||||
charset-normalizer,
|
||||
cryptography,
|
||||
@@ -17,22 +18,18 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "niquests";
|
||||
version = "3.17.0";
|
||||
version = "3.18.2";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "jawah";
|
||||
repo = "niquests";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-HGczeExOoZMBiPS//B/gu56Wnpzz55oawhTT67ekuOs=";
|
||||
hash = "sha256-lZMUm1rYCsNSMz/cKTqynaLqb1P75JJCFMDZ9onFS4g=";
|
||||
};
|
||||
|
||||
build-system = [ hatchling ];
|
||||
|
||||
pythonRelaxDeps = [
|
||||
"wassima"
|
||||
];
|
||||
|
||||
dependencies = [
|
||||
charset-normalizer
|
||||
urllib3-future
|
||||
@@ -66,6 +63,7 @@ buildPythonPackage rec {
|
||||
pythonImportsCheck = [ "niquests" ];
|
||||
|
||||
nativeCheckInputs = [
|
||||
aiofiles
|
||||
cryptography
|
||||
fastapi
|
||||
pytest-asyncio
|
||||
|
||||
Reference in New Issue
Block a user