Package Details: python-pydub 0.25.1-6

Git Clone URL: https://aur.archlinux.org/python-pydub.git (read-only, click to copy)
Package Base: python-pydub
Description: Manipulate audio with a simple and easy high level interface
Upstream URL: https://github.com/jiaaro/pydub
Keywords: audio
Licenses: MIT
Submitter: simon04
Maintainer: carlosal1015 (AutoUpdateBot)
Last Packager: carlosal1015
Votes: 14
Popularity: 0.40
First Submitted: 2014-11-26 21:23 (UTC)
Last Updated: 2025-01-02 14:45 (UTC)

Latest Comments

1 2 Next › Last »

carlosal1015 commented on 2025-01-02 18:13 (UTC)

Thanks @gollum23. I hope upstream release a new version soon.

For python 3.12 or newer: python-audioop-lts is an optional dependency. Since audio is a built-in module. Let me think about. For python 3.13, upstream did not make a decision for.

gollum23 commented on 2025-01-02 18:08 (UTC)

The installation process of python-audioop-lts, fails with python 3.12.x, please add validation to install only if python version is 3.13 or above.

mistersmee commented on 2025-01-02 07:53 (UTC)

@carlosal1015, can you add python-audioop-lts as dependency? Pydub tries to import audioop or pyaudioop in utils.py, and fails unless python-audioop-lts is installed.

papavlos commented on 2024-12-20 14:14 (UTC)

Clean build goes OK now. Thanks!

papavlos commented on 2024-12-19 21:04 (UTC) (edited on 2024-12-19 21:06 (UTC) by papavlos)

==> Validating source files with sha512sums...
    pydub-0.25.1.tar.gz ... Passed
    removewarnings.patch ... FAILED
==> ERROR: One or more files did not pass the validity check!

envolution commented on 2024-12-16 19:00 (UTC)

Hi carlosal1015, could you please include the merged patch to remove some runtime warning nags?

https://github.com/jiaaro/pydub/commit/e9ce5295f15f87989daa766a8edb4a28642ad0b5

papavlos commented on 2024-04-28 15:58 (UTC)

The same for me. But I have manually edited the faulty file "python-pydub/src/pydub-0.25.1/test/test.py" in lines 1089 and 1112 replacing "assertEquals" by "assertEqual" (by following hints from error messages) and the build finished without errors. Both symbols used to be just synonyms, but "assertEquals" was mentioned as deprecated since many years. Apparently with latest python updates it was finally withdrawn causing this fault.

hashworks commented on 2024-04-28 00:05 (UTC)

Check fails for me: https://fb.hash.works/eXgsdpz/

skunk commented on 2023-10-26 20:52 (UTC)

arch now uses python 3.11. Could you @carlosal1015 please bump the pkgrel please to ensure that the package is re-built for python 3.11, please? (at least this is how I understand the upgrade to python 3.10 happened)

carlosal1015 commented on 2023-03-13 22:08 (UTC)

No error from my side. Try providing full log (hint)

$ git clone https://aur.archlinux.org/python-pydub.git
$ cd python-pydub
$ makepkg -s | tee log.txt

Upload log.txt to pastebin and paste the url.