python310Packages.graphene-django 3.1.2 -> 3.1.3 https://repology.org/project/python:graphene-django/versions attrpath: python310Packages.graphene-django 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/ps175csp7fg3k6m76g62cmkpdw83rqnc-packages.json.drv building '/nix/store/ps175csp7fg3k6m76g62cmkpdw83rqnc-packages.json.drv'... Going to be running update for following packages: - python3.10-graphene-django-3.1.2 Press Enter key to continue... Running update for: - python3.10-graphene-django-3.1.2: UPDATING ... - python3.10-graphene-django-3.1.2: DONE. Packages updated! [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/development/python-modules/graphene-django/default.nix b/pkgs/development/python-modules/graphene-django/default.nix index 68dc792aecfb..0e85af5045b2 100644 --- a/pkgs/development/python-modules/graphene-django/default.nix +++ b/pkgs/development/python-modules/graphene-django/default.nix @@ -21,7 +21,7 @@ buildPythonPackage rec { pname = "graphene-django"; - version = "3.1.2"; + version = "3.1.3"; format = "setuptools"; disabled = pythonOlder "3.6"; @@ -30,7 +30,7 @@ buildPythonPackage rec { owner = "graphql-python"; repo = pname; rev = "refs/tags/v${version}"; - hash = "sha256-VQwDK9FRbHy/AFbdZKmvl5e52smSCyWTrs00DvJqVmo="; + hash = "sha256-33Z6W2dAsj5VXt3E7XJtUFiq7yFlCixnFnhbAUv+xgU="; }; postPatch = '' No auto update branch exists Old version 3.1.2" not present in staging derivation file with contents: { lib , buildPythonPackage , pythonAtLeast , pythonOlder , fetchFromGitHub , graphene , graphql-core , django , djangorestframework , promise , text-unidecode , django-filter , mock , py , pytest-django , pytest-random-order , pytestCheckHook }: buildPythonPackage rec { pname = "graphene-django"; version = "3.1.3"; format = "setuptools"; disabled = pythonOlder "3.6"; src = fetchFromGitHub { owner = "graphql-python"; repo = pname; rev = "refs/tags/v${version}"; hash = "sha256-33Z6W2dAsj5VXt3E7XJtUFiq7yFlCixnFnhbAUv+xgU="; }; postPatch = '' substituteInPlace setup.py \ --replace '"pytest-runner"' "" ''; propagatedBuildInputs = [ djangorestframework graphene graphql-core django promise text-unidecode ]; preCheck = '' export DJANGO_SETTINGS_MODULE=examples.django_test_settings ''; nativeCheckInputs = [ django-filter mock py pytest-django pytest-random-order pytestCheckHook ]; disabledTests = lib.optionals (pythonAtLeast "3.11") [ # Pèython 3.11 support, https://github.com/graphql-python/graphene-django/pull/1365 "test_django_objecttype_convert_choices_enum_naming_collisions" "test_django_objecttype_choices_custom_enum_name" "test_django_objecttype_convert_choices_enum_list" "test_schema_representation" ]; meta = with lib; { description = "Integrate GraphQL into your Django project"; homepage = "https://github.com/graphql-python/graphene-django"; changelog = "https://github.com/graphql-python/graphene-django/releases/tag/v${version}"; license = licenses.mit; maintainers = with maintainers; [ hexa ]; }; }