python3Packages.drf-yasg: 1.21.10 -> 1.21.14

This commit was automatically generated using update-python-libraries.

Co-authored-by: Michael Daniels <mdaniels5757@gmail.com>
This commit is contained in:
Martin Weinelt
2026-02-01 16:43:13 +01:00
co-authored by Michael Daniels
parent 765a71b445
commit 172b2693d2
@@ -19,17 +19,18 @@
buildPythonPackage rec {
pname = "drf-yasg";
version = "1.21.10";
version = "1.21.14";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-+G1Q+u48MfzsRUWYWocfgyNmx/tbd7YsSAidVuz0+NQ=";
inherit version;
pname = "drf_yasg";
hash = "sha256-aNYtX3UFYRupV3EVyDs2IRzCDZdIpQzpWkSr5BFyfRA=";
};
postPatch = ''
# https://github.com/axnsan12/drf-yasg/pull/710
sed -i "/packaging/d" requirements/base.txt
substituteInPlace pyproject.toml \
--replace-fail "setuptools-scm ~= 7.0" "setuptools-scm >= 7.0"
'';
build-system = [