python312Packages.apispec-webframeworks: 1.0.0 -> 1.1.0
Changelog: https://github.com/marshmallow-code/apispec-webframeworks/blob/1.1.0/CHANGELOG.rst
This commit is contained in:
parent
2d5db19dff
commit
0ab59be369
@ -1,4 +1,5 @@
|
||||
{ lib
|
||||
, aiohttp
|
||||
, apispec
|
||||
, bottle
|
||||
, buildPythonPackage
|
||||
@ -13,7 +14,7 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "apispec-webframeworks";
|
||||
version = "1.0.0";
|
||||
version = "1.1.0";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.8";
|
||||
@ -22,7 +23,7 @@ buildPythonPackage rec {
|
||||
owner = "marshmallow-code";
|
||||
repo = "apispec-webframeworks";
|
||||
rev = "refs/tags/${version}";
|
||||
hash = "sha256-zrsqIZ5ZogZsK1ZOL2uy8igS4T8a+19IwL5dMhKw7OA=";
|
||||
hash = "sha256-qepiaRW36quIgxBtEHMF3HN0wO6jp2uGAHgg5fJoMUY=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
@ -34,6 +35,7 @@ buildPythonPackage rec {
|
||||
] ++ apispec.optional-dependencies.yaml;
|
||||
|
||||
nativeCheckInputs = [
|
||||
aiohttp
|
||||
bottle
|
||||
flask
|
||||
mock
|
||||
|
Loading…
Reference in New Issue
Block a user