python310Packages.stravalib 0 -> 1 attrpath: python310Packages.stravalib 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/9n8v7dg70zj1vnws0yyp1jrni44w8b8i-packages.json.drv building '/nix/store/9n8v7dg70zj1vnws0yyp1jrni44w8b8i-packages.json.drv'... Going to be running update for following packages: - python3.10-stravalib-0.10.4 Press Enter key to continue... Running update for: - python3.10-stravalib-0.10.4: UPDATING ... - python3.10-stravalib-0.10.4: DONE. Packages updated! [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/development/python-modules/stravalib/default.nix b/pkgs/development/python-modules/stravalib/default.nix index a06a375be0e..c59ffc8253b 100644 --- a/pkgs/development/python-modules/stravalib/default.nix +++ b/pkgs/development/python-modules/stravalib/default.nix @@ -11,11 +11,11 @@ buildPythonPackage rec { pname = "stravalib"; - version = "0.10.4"; + version = "1.1.0"; src = fetchPypi { inherit pname version; - sha256 = "451817c68a11e0c77db9cb628e3c4df0f4806c5a481536598ab3baa1d1c21215"; + sha256 = "sha256-qn46u1Kq2fkEL/JnjDNKbJZMTz/pitveNFPaf2xkbYs="; }; checkInputs = [ No auto update branch exists Old version 0.10.4" not present in staging derivation file with contents: { lib , buildPythonPackage , fetchPypi , nose , arrow , requests , units , pytz , six }: buildPythonPackage rec { pname = "stravalib"; version = "1.1.0"; src = fetchPypi { inherit pname version; sha256 = "sha256-qn46u1Kq2fkEL/JnjDNKbJZMTz/pitveNFPaf2xkbYs="; }; checkInputs = [ nose ]; propagatedBuildInputs = [ arrow requests units pytz six ]; # tests require network access # testing strava api doCheck = false; meta = with lib; { description = "Python library for interacting with Strava v3 REST API"; homepage = "https://github.com/hozn/stravalib"; license = licenses.asl20; maintainers = [ maintainers.costrouc ]; }; }