mirror of
https://github.com/CHN-beta/nixpkgs.git
synced 2026-01-12 02:40:31 +08:00
python313Packages.multidict: 6.2.0 -> 6.2.0
https://github.com/aio-libs/multidict/blob/v6.2.0/CHANGES.rst
This commit is contained in:
@@ -2,8 +2,9 @@
|
||||
lib,
|
||||
fetchFromGitHub,
|
||||
buildPythonPackage,
|
||||
pytest-cov-stub,
|
||||
pytestCheckHook,
|
||||
pytest-codspeed,
|
||||
pytest-cov-stub,
|
||||
pythonOlder,
|
||||
setuptools,
|
||||
typing-extensions,
|
||||
@@ -11,7 +12,7 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "multidict";
|
||||
version = "6.1.0";
|
||||
version = "6.2.0";
|
||||
|
||||
disabled = pythonOlder "3.8";
|
||||
|
||||
@@ -21,7 +22,7 @@ buildPythonPackage rec {
|
||||
owner = "aio-libs";
|
||||
repo = "multidict";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-rvL1XzMNBVBlElE5wznecL3Ku9h4tG9VeqGRd04iPXw=";
|
||||
hash = "sha256-eiTD6vMSLMLlDmVwht6ZdGTHlyC62W4ecdiuhfJNaMQ=";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
@@ -37,8 +38,9 @@ buildPythonPackage rec {
|
||||
];
|
||||
|
||||
nativeCheckInputs = [
|
||||
pytest-cov-stub
|
||||
pytestCheckHook
|
||||
pytest-codspeed
|
||||
pytest-cov-stub
|
||||
];
|
||||
|
||||
preCheck = ''
|
||||
|
||||
Reference in New Issue
Block a user