python312Packages.pytaglib 2.1.0 -> 3.0.0 https://github.com/supermihi/pytaglib/releases attrpath: python312Packages.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/xcvsmscgjl7mapcjhflmkrknxfxp9dij-packages.json.drv building '/nix/store/xcvsmscgjl7mapcjhflmkrknxfxp9dij-packages.json.drv'... Going to be running update for following packages: - python3.12-pytaglib-2.1.0 Press Enter key to continue... Running update for: - python3.12-pytaglib-2.1.0: UPDATING ... - python3.12-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 a3fd95133a66..1c26543b2f23 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-nC3//HqS/5N/1lwXKD8MQX5VSblncsWdA1D/kRv5mDs="; }; buildInputs = [ No auto update branch exists Received ExitFailure 1 when running Raw command: /nix/store/6r0bm8shswm9v08kzvq24ib48mx3kxmn-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A python312Packages.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-312 creating build/temp.linux-x86_64-cpython-312/src g++ -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -I/nix/store/iygsjhqpc4s47y0xar4pi5pi6pmfigad-libxcrypt-4.4.36/include -fPIC -I/build/source/build/Linux-x86_64-cpython-3.12.2/taglib/include -I/nix/store/dqsflsigjcxisziiynrxlbsm2y71m4bq-python3-3.12.2/include/python3.12 -c src/taglib.cpp -o build/temp.linux-x86_64-cpython-312/src/taglib.o -std=c++17 src/taglib.cpp: In function ‘void __pyx_f_6taglib_4File_readProperties(__pyx_obj_6taglib_File*)’: src/taglib.cpp:2586:40: error: ‘class TagLib::FileRef’ has no member named ‘properties’; did you mean ‘audioProperties’? 2586 | __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:2964:45: error: ‘class TagLib::FileRef’ has no member named ‘setProperties’; did you mean ‘audioProperties’? 2964 | __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:3196:24: error: ‘class TagLib::FileRef’ has no member named ‘removeUnsupportedProperties’ 3196 | __pyx_v_self->cFile->removeUnsupportedProperties(__pyx_v_cProps); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ error: command '/nix/store/qhpw32pz39y6i30b3vrbw5fw6zv5549f-gcc-wrapper-13.2.0/bin/g++' failed with exit code 1 /nix/store/v099hqvw5z87423p4hz1vfhzaqa07dii-stdenv-linux/setup: line 1578: pop_var_context: head of shell_variables not a function context