python311Packages.python-trovo 0.1.6 -> 0.1.7 https://repology.org/project/python:python-trovo/versions attrpath: python311Packages.python-trovo 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/9nki8yqrl8js28f07716wg3p4pmc1q88-packages.json.drv building '/nix/store/9nki8yqrl8js28f07716wg3p4pmc1q88-packages.json.drv'... Going to be running update for following packages: - python3.11-python-trovo-0.1.6 Press Enter key to continue... Running update for: - python3.11-python-trovo-0.1.6: UPDATING ... - python3.11-python-trovo-0.1.6: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/python-trovo/default.nix b/pkgs/development/python-modules/python-trovo/default.nix index ae2b610ca3c7..feeb8fc57603 100644 --- a/pkgs/development/python-modules/python-trovo/default.nix +++ b/pkgs/development/python-modules/python-trovo/default.nix @@ -7,14 +7,14 @@ buildPythonPackage rec { pname = "python-trovo"; - version = "0.1.6"; + version = "0.1.7"; format = "setuptools"; disabled = pythonOlder "3.8"; src = fetchPypi { inherit pname version; - hash = "sha256-g1RDHSNGbGT1G2ej7A8WzyR17FaNPySfsAuKbHddmtQ="; + hash = "sha256-3EVSF4+nLvvM2RocNM2xz9Us5VrRRTCu/MWCcqwwikw="; }; propagatedBuildInputs = [ requests ]; No auto update branch exists Old version 0.1.6" not present in staging derivation file with contents: { lib , buildPythonPackage , fetchPypi , pythonOlder , poetry-core , requests }: buildPythonPackage rec { pname = "python-trovo"; version = "0.1.7"; pyproject = true; disabled = pythonOlder "3.8"; src = fetchPypi { inherit pname version; hash = "sha256-3EVSF4+nLvvM2RocNM2xz9Us5VrRRTCu/MWCcqwwikw="; }; nativeBuildInputs = [ poetry-core ]; propagatedBuildInputs = [ requests ]; # No tests found doCheck = false; pythonImportsCheck = [ "trovoApi" ]; meta = with lib; { description = "A Python wrapper for the Trovo API"; homepage = "https://codeberg.org/wolfangaukang/python-trovo"; license = licenses.gpl3Only; maintainers = with maintainers; [ wolfangaukang ]; }; }