python311Packages.pytaglib 0 -> 1 attrpath: python311Packages.pytaglib 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/a0wq3bb90fs3npwms9y9z01c20k0jnjn-packages.json.drv building '/nix/store/a0wq3bb90fs3npwms9y9z01c20k0jnjn-packages.json.drv'... Going to be running update for following packages: - python3.11-pytaglib-2.1.0 Press Enter key to continue... Running update for: - python3.11-pytaglib-2.1.0: UPDATING ... - python3.11-pytaglib-2.1.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/pytaglib/default.nix b/pkgs/development/python-modules/pytaglib/default.nix index e31ea59c546d..7e8ff21cc44b 100644 --- a/pkgs/development/python-modules/pytaglib/default.nix +++ b/pkgs/development/python-modules/pytaglib/default.nix @@ -9,7 +9,7 @@ buildPythonPackage rec { pname = "pytaglib"; - version = "2.1.0"; + version = "3.0.0"; format = "setuptools"; disabled = pythonOlder "3.7"; @@ -18,7 +18,7 @@ buildPythonPackage rec { owner = "supermihi"; repo = pname; rev = "refs/tags/v${version}"; - hash = "sha256-b3ODsG5rdSJ1Tq/0DARf99gHgWWGaArBFAjqeK3mvsY="; + hash = "sha256-TP3XScPDXlEnSR/BKcbF+DLt3rv8eyHrGwaBPAjIfA8="; }; buildInputs = [ No auto update branch exists Received ExitFailure 1 when running Raw command: /nix/store/03a4f9rij2z4mmwprlbip3mrnnfaw0yd-nix-2.18.2/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A python311Packages.pytaglib nix build failed. writing dependency_links to src/pytaglib.egg-info/dependency_links.txt writing entry points to src/pytaglib.egg-info/entry_points.txt writing requirements to src/pytaglib.egg-info/requires.txt writing top-level names to src/pytaglib.egg-info/top_level.txt writing manifest file 'src/pytaglib.egg-info/SOURCES.txt' reading manifest file 'src/pytaglib.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' adding license file 'LICENSE.txt' writing manifest file 'src/pytaglib.egg-info/SOURCES.txt' running build_ext building 'taglib' extension creating build/temp.linux-x86_64-cpython-311 creating build/temp.linux-x86_64-cpython-311/src g++ -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -I/nix/store/nf28s3rx56cli1sbd0bymwbf6dq964yq-libxcrypt-4.4.36/include -fPIC -I/build/source/lib/taglib-cpp/include -I/nix/store/glfr70gi7hfaj50mwj2431p8bg60fhqw-python3-3.11.9/include/python3.11 -c src/taglib.cpp -o build/temp.linux-x86_64-cpython-311/src/taglib.o -std=c++17 src/taglib.cpp: In function ‘void __pyx_f_6taglib_4File_readProperties(__pyx_obj_6taglib_File*)’: src/taglib.cpp:4324:40: error: ‘class TagLib::FileRef’ has no member named ‘properties’; did you mean ‘audioProperties’? 4324 | __pyx_v_cTags = __pyx_v_self->cFile->properties(); | ^~~~~~~~~~ | audioProperties src/taglib.cpp: In function ‘PyObject* __pyx_pf_6taglib_4File_4save(__pyx_obj_6taglib_File*)’: src/taglib.cpp:4750:45: error: ‘class TagLib::FileRef’ has no member named ‘setProperties’; did you mean ‘audioProperties’? 4750 | __pyx_v_cRemaining = __pyx_v_self->cFile->setProperties(__pyx_v_cTagdict); | ^~~~~~~~~~~~~ | audioProperties src/taglib.cpp: In function ‘PyObject* __pyx_pf_6taglib_4File_6removeUnsupportedProperties(__pyx_obj_6taglib_File*, PyObject*)’: src/taglib.cpp:5080:24: error: ‘class TagLib::FileRef’ has no member named ‘removeUnsupportedProperties’ 5080 | __pyx_v_self->cFile->removeUnsupportedProperties(__pyx_v_cProps); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ error: command '/nix/store/4kwk49k8rc8cg8c387kbbjcrl8i0y693-gcc-wrapper-13.2.0/bin/g++' failed with exit code 1 /nix/store/9wnvhjyxjykwn5y06xc9a2h8rs5fbfia-stdenv-linux/setup: line 1579: pop_var_context: head of shell_variables not a function context