python310Packages.django-storages 1.13.2 -> 1.14.2 https://repology.org/project/python:django-storages/versions attrpath: python310Packages.django-storages 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 [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/3vbhka8xb4pjcx9l7i004xm7cdn0lpch-packages.json.drv building '/nix/store/3vbhka8xb4pjcx9l7i004xm7cdn0lpch-packages.json.drv'... Going to be running update for following packages: - python3.10-django-storages-1.13.2 Press Enter key to continue... Running update for: - python3.10-django-storages-1.13.2: UPDATING ... - python3.10-django-storages-1.13.2: DONE. Packages updated! [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/development/python-modules/django-storages/default.nix b/pkgs/development/python-modules/django-storages/default.nix index 5b638aa05b34..218ce1bb01ad 100644 --- a/pkgs/development/python-modules/django-storages/default.nix +++ b/pkgs/development/python-modules/django-storages/default.nix @@ -12,11 +12,11 @@ buildPythonPackage rec { pname = "django-storages"; - version = "1.13.2"; + version = "1.14.2"; src = fetchPypi { inherit pname version; - hash = "sha256-y63RXJCc63JH1P/FA/Eqm+w2mZ340L73wx5XF31RJog="; + hash = "sha256-UbNq8ozFgTuY1fPf50Wa9jjYRCjI30oDmQx9dNG+pOU="; }; propagatedBuildInputs = [ No auto update branch exists Old version 1.13.2" not present in staging derivation file with contents: { lib , buildPythonPackage , fetchFromGitHub # build-system , setuptools # dependencies , django # optional-dependencies , azure-storage-blob , boto3 , dropbox , google-cloud-storage , libcloud , paramiko # tests , cryptography , moto , pytestCheckHook , rsa }: buildPythonPackage rec { pname = "django-storages"; version = "1.14"; format = "pyproject"; src = fetchFromGitHub { owner = "jschneier"; repo = "django-storages"; rev = "refs/tags/${version}"; hash = "sha256-q+vQm1T5/ueGPfwzuUOmSI/nESchqJc4XizJieBsLWc="; }; nativeBuildInputs = [ setuptools ]; propagatedBuildInputs = [ django ]; passthru.optional-dependencies = { azure = [ azure-storage-blob ]; boto3 = [ boto3 ]; dropbox = [ dropbox ]; google = [ google-cloud-storage ]; libcloud = [ libcloud ]; s3 = [ boto3 ]; sftp = [ paramiko ]; }; pythonImportsCheck = [ "storages" ]; env.DJANGO_SETTINGS_MODULE = "tests.settings"; nativeCheckInputs = [ cryptography moto pytestCheckHook rsa ] ++ lib.flatten (builtins.attrValues passthru.optional-dependencies); meta = with lib; { changelog = "https://github.com/jschneier/django-storages/blob/${version}/CHANGELOG.rst"; description = "Collection of custom storage backends for Django"; downloadPage = "https://github.com/jschneier/django-storages/"; homepage = "https://django-storages.readthedocs.io"; license = licenses.bsd3; maintainers = with maintainers; [ mmai ]; }; }