Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pydub 0.16.7 -> 0.20.0 #29351

Merged
merged 1 commit into from Sep 18, 2017
Merged

pydub 0.16.7 -> 0.20.0 #29351

merged 1 commit into from Sep 18, 2017

Conversation

disassembler
Copy link
Member

@disassembler disassembler commented Sep 14, 2017

Motivation for this change

fixes build failures.

related to #28643

Had to disable tests because pyaudioop test module hard codes builtins which breaks on python 3.

Things done
  • Tested using sandboxing (nix.useSandbox on NixOS, or option build-use-sandbox in nix.conf on non-NixOS)
  • Built on platform(s)
    • NixOS
    • macOS
    • Linux
  • Tested via one or more NixOS test(s) if existing and applicable for the change (look inside nixos/tests)
  • Tested compilation of all pkgs that depend on this change using nix-shell -p nox --run "nox-review wip"
  • Tested execution of all binary files (usually in ./result/bin/)
  • Fits CONTRIBUTING.md.

Copy link
Member

@FRidh FRidh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please move the expression into python-modules/

};

buildInputs = [ self.scipy pkgs.ffmpeg-full ];
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is scipy only needed during runtime?

url = "https://pypi.python.org/packages/05/e0/8d2496c8ef1d7f2c8ff625be3849f550da42809b862879a8fb137c6baa11/${name}.tar.gz";
sha256 = "10rmbvsld5fni9wsvb7la8lblrglsnzd2l1159rcxqf6b8k441dx";
version = "0.20.0";
src = fetchPypi {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

};

buildInputs = [ self.scipy pkgs.ffmpeg-full ];

doCheck = false;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you include here the comment you have in the commit message.

@fpletz fpletz added this to the 17.09 milestone Sep 18, 2017
@fpletz fpletz merged commit bef9163 into NixOS:master Sep 18, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants