python310Packages.httpbin 0 -> 1 attrpath: python310Packages.httpbin Checking auto update branch... [version] [version] generic version rewriter does not support multiple hashes [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/ddf8a9flad1as7bvqqkscpir7q4b5scy-packages.json.drv building '/nix/store/ddf8a9flad1as7bvqqkscpir7q4b5scy-packages.json.drv'... Going to be running update for following packages: - python3.10-httpbin-0.7.0 Press Enter key to continue... Running update for: - python3.10-httpbin-0.7.0: UPDATING ... - python3.10-httpbin-0.7.0: DONE. Packages updated! [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/development/python-modules/httpbin/default.nix b/pkgs/development/python-modules/httpbin/default.nix index 570b75eddc46..4d1e026ead78 100644 --- a/pkgs/development/python-modules/httpbin/default.nix +++ b/pkgs/development/python-modules/httpbin/default.nix @@ -16,12 +16,12 @@ buildPythonPackage rec { pname = "httpbin"; - version = "0.7.0"; + version = "0.10.1"; format = "setuptools"; src = fetchPypi { inherit pname version; - hash = "sha256-y7N3kMkVdfTxV1f0KtQdn3KesifV7b6J5OwXVIbbjfo="; + hash = "sha256-e4WWvrDnWntlPDnR888mPW1cR20p4d9ve7K3C/nwaj0="; }; patches = [ No auto update branch exists Old version 0.7.0" not present in staging derivation file with contents: { lib , brotlicffi , buildPythonPackage , decorator , fetchPypi , flask , flask-limiter , flasgger , itsdangerous , markupsafe , raven , six , pytestCheckHook , setuptools , werkzeug }: buildPythonPackage rec { pname = "httpbin"; version = "0.10.1"; format = "pyproject"; src = fetchPypi { inherit pname version; hash = "sha256-e4WWvrDnWntlPDnR888mPW1cR20p4d9ve7K3C/nwaj0="; }; nativeBuildInputs = [ setuptools ]; propagatedBuildInputs = [ brotlicffi decorator flask flask-limiter flasgger itsdangerous markupsafe raven six werkzeug ] ++ raven.optional-dependencies.flask; nativeCheckInputs = [ pytestCheckHook ]; disabledTests = [ # Tests seems to be outdated "test_anything" "test_get" "test_redirect_n_equals_to_1" "test_redirect_n_higher_than_1" "test_redirect_to_post" "test_relative_redirect_n_equals_to_1" "test_relative_redirect_n_higher_than_1" ]; pythonImportsCheck = [ "httpbin" ]; meta = with lib; { description = "HTTP Request and Response Service"; homepage = "https://github.com/psf/httpbin"; license = licenses.mit; maintainers = with maintainers; [ ]; }; }