python310Packages.drf-spectacular 0.26.2 -> 0.26.4 https://repology.org/project/python:drf-spectacular/versions attrpath: python310Packages.drf-spectacular Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/hyv5d4q0n69nz77vhrr8h9p9f8bj3zfv-packages.json.drv building '/nix/store/hyv5d4q0n69nz77vhrr8h9p9f8bj3zfv-packages.json.drv'... Going to be running update for following packages: - python3.10-drf-spectacular-0.26.2 Press Enter key to continue... Running update for: - python3.10-drf-spectacular-0.26.2: UPDATING ... - python3.10-drf-spectacular-0.26.2: DONE. Packages updated! [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/development/python-modules/drf-spectacular/default.nix b/pkgs/development/python-modules/drf-spectacular/default.nix index e9c3a752b0dc..b90a35f4ea69 100644 --- a/pkgs/development/python-modules/drf-spectacular/default.nix +++ b/pkgs/development/python-modules/drf-spectacular/default.nix @@ -28,13 +28,13 @@ buildPythonPackage rec { pname = "drf-spectacular"; - version = "0.26.2"; + version = "0.26.4"; src = fetchFromGitHub { owner = "tfranzel"; repo = "drf-spectacular"; rev = "refs/tags/${version}"; - hash = "sha256-wwR7ZdbWFNRgxQubdgriDke5W6u7VNsNZV9xqQypSrY="; + hash = "sha256-f8x4QOt2EbDv+NlYAmpzXrCdT+q4wLGIrDsuUd45j2U="; }; propagatedBuildInputs = [ No auto update branch exists Old version 0.26.2" not present in staging derivation file with contents: { lib , buildPythonPackage , fetchFromGitHub , dj-rest-auth , django , django-allauth , django-filter , django-oauth-toolkit , django-polymorphic , django-rest-auth , django-rest-polymorphic , djangorestframework , djangorestframework-camel-case , djangorestframework-dataclasses , djangorestframework-recursive , djangorestframework-simplejwt , drf-jwt , drf-nested-routers , drf-spectacular-sidecar , inflection , jsonschema , psycopg2 , pytest-django , pytestCheckHook , pyyaml , uritemplate }: buildPythonPackage rec { pname = "drf-spectacular"; version = "0.26.3"; src = fetchFromGitHub { owner = "tfranzel"; repo = "drf-spectacular"; rev = "refs/tags/${version}"; hash = "sha256-O47676BOuCx3wMpeuRATQOAWZQev+R+OxZi4boQABmc="; }; propagatedBuildInputs = [ django djangorestframework inflection jsonschema pyyaml uritemplate ]; nativeCheckInputs = [ dj-rest-auth django-allauth django-filter django-oauth-toolkit django-polymorphic django-rest-auth django-rest-polymorphic djangorestframework-camel-case djangorestframework-dataclasses djangorestframework-recursive djangorestframework-simplejwt drf-jwt drf-nested-routers drf-spectacular-sidecar psycopg2 pytest-django pytestCheckHook ]; disabledTests = [ # requires django with gdal "test_rest_framework_gis" ]; pythonImportsCheck = [ "drf_spectacular" ]; meta = with lib; { description = "Sane and flexible OpenAPI 3 schema generation for Django REST framework"; homepage = "https://github.com/tfranzel/drf-spectacular"; changelog = "https://github.com/tfranzel/drf-spectacular/releases/tag/${version}"; license = licenses.bsd3; maintainers = with maintainers; [ ]; }; }