Merge pull request #200340 from dotlambda/aiohttp-3.8.3

This commit is contained in:
Martin Weinelt 2022-11-09 22:53:27 +01:00 committed by GitHub
commit 6bd5a8cfd3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 3 deletions

View file

@ -29,12 +29,12 @@
buildPythonPackage rec {
pname = "aiohttp";
version = "3.8.1";
version = "3.8.3";
disabled = pythonOlder "3.6";
src = fetchPypi {
inherit pname version;
sha256 = "fc5471e1a54de15ef71c1bc6ebe80d4dc681ea600e68bfd1cbce40427f0b7578";
sha256 = "3828fb41b7203176b82fe5d699e0d845435f2374750a44b480ea6b930f6be269";
};
postPatch = ''

View file

@ -70,7 +70,7 @@ let
pname = "pytest-aiohttp";
hash = "sha256-ySmFQzljeXc3WDhwO2L+9jUoWYvAqdRRY566lfSqpE8=";
};
propagatedBuildInputs = with python3.pkgs; [ aiohttp pytest ];
propagatedBuildInputs = with self; [ aiohttp pytest ];
doCheck = false;
patches = [];
});
@ -259,6 +259,7 @@ in python.pkgs.buildPythonApplication rec {
postPatch = let
relaxedConstraints = [
"aiohttp"
"attrs"
"awesomeversion"
"bcrypt"