mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-23 04:25:14 +00:00
python312Packages.apispec-webframeworks: 1.1.0 -> 1.2.0 (#342639)
This commit is contained in:
commit
aadac9e410
@ -15,7 +15,7 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "apispec-webframeworks";
|
pname = "apispec-webframeworks";
|
||||||
version = "1.1.0";
|
version = "1.2.0";
|
||||||
pyproject = true;
|
pyproject = true;
|
||||||
|
|
||||||
disabled = pythonOlder "3.8";
|
disabled = pythonOlder "3.8";
|
||||||
@ -24,12 +24,12 @@ buildPythonPackage rec {
|
|||||||
owner = "marshmallow-code";
|
owner = "marshmallow-code";
|
||||||
repo = "apispec-webframeworks";
|
repo = "apispec-webframeworks";
|
||||||
rev = "refs/tags/${version}";
|
rev = "refs/tags/${version}";
|
||||||
hash = "sha256-qepiaRW36quIgxBtEHMF3HN0wO6jp2uGAHgg5fJoMUY=";
|
hash = "sha256-V4tdqcHfYRh9VoXUTPXM3SIOogJDJB14SLj5dSd7LzU=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ flit-core ];
|
build-system = [ flit-core ];
|
||||||
|
|
||||||
propagatedBuildInputs = [ apispec ] ++ apispec.optional-dependencies.yaml;
|
dependencies = [ apispec ] ++ apispec.optional-dependencies.yaml;
|
||||||
|
|
||||||
nativeCheckInputs = [
|
nativeCheckInputs = [
|
||||||
aiohttp
|
aiohttp
|
||||||
|
Loading…
Reference in New Issue
Block a user