dev-python/pydub
Manipulate audio with an simple and easy high level interface
ChangeLog
commit bb0aae8ad3292e932111cb0c52be559a6740b4b8
Author: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
Date: Thu Feb 20 18:56:40 2025 +0500
*/*: disable py3.10
Python 3.10 target is scheduled for removal in Gentoo:
https://public-inbox.gentoo.org/gentoo-dev/e6ca9f1f4ababb79ab2a3d005c39b483c3ecef6e.camel@gentoo.org/
Sphinx 8.2.0 already dropped support for CPython 3.10 and PyPy 3.10,
leading to multiple CI failures in ::guru.
We can safely remove this target, because GURU is "experimental" and
does not have stable keywords.
Let's not remove "pypy3" right now because
a) There are not many packages using it.
b) So we can see which packages supported PyPy 3.10, and test them with
PyPy 3.11.
Closes: https://github.com/gentoo/guru/pull/291
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
commit 70ca63e294cb548c27419d11d9b080d369c452e8
Author: Nicola Smaniotto <smaniotto.nicola@gmail.com>
Date: Wed Feb 7 11:19:44 2024 +0100
dev-python/pydub: enable py3.12
Signed-off-by: Nicola Smaniotto <smaniotto.nicola@gmail.com>
commit 68460592f27760598adf78843724191f8848e4d2
Author: Lucio Sauer <watermanpaint@posteo.net>
Date: Tue Jun 27 04:21:11 2023 +0200
*/*: fix MissingRemoteId in metadata.xml
* Manually checked, I hope I caught most errors
Signed-off-by: Lucio Sauer <watermanpaint@posteo.net>
commit 12088906c597f38640e866db39c7ba6dea3f5ec0
Author: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
Date: Tue May 2 00:45:35 2023 +0500
*/*: drop dead py3.9 impl
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
commit 41008d715cc7b84056a64933f14288647f14b6fa
Author: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
Date: Sun Mar 12 17:53:56 2023 +0500
*/*: drop dead py3.8 impl
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
commit 1e95f22062b44b3708c09b56fb2334f41c633e2e
Author: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
Date: Sat Mar 4 18:56:32 2023 +0500
*/*: update metadata schema uri
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
commit d80883cb0990bce58a86961cfe855cb0b4db83c4
Author: Nicola Smaniotto <smaniotto.nicola@gmail.com>
Date: Wed Jan 11 15:45:58 2023 +0100
dev-python/pydub: enable py3.11
Signed-off-by: Nicola Smaniotto <smaniotto.nicola@gmail.com>
commit d31f4fe9d9d2b9a0bc33e6d957596b20c7a2a54d
Author: Nicola Smaniotto <smaniotto.nicola@gmail.com>
Date: Sun May 29 22:13:58 2022 +0200
dev-python/pydub: update EAPI 7 -> 8, enable py3.10
Closes: https://bugs.gentoo.org/848261
Signed-off-by: Nicola Smaniotto <smaniotto.nicola@gmail.com>
commit 5dbd72618d54edda232005e00662851393194945
Author: Nicola Smaniotto <smaniotto.nicola@gmail.com>
Date: Tue Aug 3 12:40:09 2021 +0200
dev-python/pydub: add 0.25.1 ffmpeg USE
Closes: https://bugs.gentoo.org/806264
Package-Manager: Portage-3.0.20, Repoman-3.0.2
Signed-off-by: Nicola Smaniotto <smaniotto.nicola@gmail.com>
commit 21337ef4d3003b02e2e4ff045a99797b46783703
Author: Nicola Smaniotto <smaniotto.nicola@gmail.com>
Date: Sat Jul 31 10:15:50 2021 +0200
dev-python/pydub: fix 0.25.1 distutils_enable_tests
Closes: https://bugs.gentoo.org/805239
Package-Manager: Portage-3.0.20, Repoman-3.0.2
Signed-off-by: Nicola Smaniotto <smaniotto.nicola@gmail.com>
commit 62f75ba4b54d232156ae5850e6555c26d4f6f16c
Author: Nicola Smaniotto <smaniotto.nicola@gmail.com>
Date: Wed Jul 28 10:46:47 2021 +0200
dev-python/pydub: add 0.25.1 test dep and optfeature
Package-Manager: Portage-3.0.20, Repoman-3.0.2
Signed-off-by: Nicola Smaniotto <smaniotto.nicola@gmail.com>
commit ea5cc5099553a7d684aeec41d3d6020af87f0ecd
Author: Nicola Smaniotto <smaniotto.nicola@gmail.com>
Date: Tue Jul 27 18:43:11 2021 +0200
dev-python/pydub: new package (0.25.1)
Package-Manager: Portage-3.0.20, Repoman-3.0.2
Signed-off-by: Nicola Smaniotto <smaniotto.nicola@gmail.com>
Author: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
Date: Thu Feb 20 18:56:40 2025 +0500
*/*: disable py3.10
Python 3.10 target is scheduled for removal in Gentoo:
https://public-inbox.gentoo.org/gentoo-dev/e6ca9f1f4ababb79ab2a3d005c39b483c3ecef6e.camel@gentoo.org/
Sphinx 8.2.0 already dropped support for CPython 3.10 and PyPy 3.10,
leading to multiple CI failures in ::guru.
We can safely remove this target, because GURU is "experimental" and
does not have stable keywords.
Let's not remove "pypy3" right now because
a) There are not many packages using it.
b) So we can see which packages supported PyPy 3.10, and test them with
PyPy 3.11.
Closes: https://github.com/gentoo/guru/pull/291
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
commit 70ca63e294cb548c27419d11d9b080d369c452e8
Author: Nicola Smaniotto <smaniotto.nicola@gmail.com>
Date: Wed Feb 7 11:19:44 2024 +0100
dev-python/pydub: enable py3.12
Signed-off-by: Nicola Smaniotto <smaniotto.nicola@gmail.com>
commit 68460592f27760598adf78843724191f8848e4d2
Author: Lucio Sauer <watermanpaint@posteo.net>
Date: Tue Jun 27 04:21:11 2023 +0200
*/*: fix MissingRemoteId in metadata.xml
* Manually checked, I hope I caught most errors
Signed-off-by: Lucio Sauer <watermanpaint@posteo.net>
commit 12088906c597f38640e866db39c7ba6dea3f5ec0
Author: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
Date: Tue May 2 00:45:35 2023 +0500
*/*: drop dead py3.9 impl
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
commit 41008d715cc7b84056a64933f14288647f14b6fa
Author: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
Date: Sun Mar 12 17:53:56 2023 +0500
*/*: drop dead py3.8 impl
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
commit 1e95f22062b44b3708c09b56fb2334f41c633e2e
Author: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
Date: Sat Mar 4 18:56:32 2023 +0500
*/*: update metadata schema uri
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
commit d80883cb0990bce58a86961cfe855cb0b4db83c4
Author: Nicola Smaniotto <smaniotto.nicola@gmail.com>
Date: Wed Jan 11 15:45:58 2023 +0100
dev-python/pydub: enable py3.11
Signed-off-by: Nicola Smaniotto <smaniotto.nicola@gmail.com>
commit d31f4fe9d9d2b9a0bc33e6d957596b20c7a2a54d
Author: Nicola Smaniotto <smaniotto.nicola@gmail.com>
Date: Sun May 29 22:13:58 2022 +0200
dev-python/pydub: update EAPI 7 -> 8, enable py3.10
Closes: https://bugs.gentoo.org/848261
Signed-off-by: Nicola Smaniotto <smaniotto.nicola@gmail.com>
commit 5dbd72618d54edda232005e00662851393194945
Author: Nicola Smaniotto <smaniotto.nicola@gmail.com>
Date: Tue Aug 3 12:40:09 2021 +0200
dev-python/pydub: add 0.25.1 ffmpeg USE
Closes: https://bugs.gentoo.org/806264
Package-Manager: Portage-3.0.20, Repoman-3.0.2
Signed-off-by: Nicola Smaniotto <smaniotto.nicola@gmail.com>
commit 21337ef4d3003b02e2e4ff045a99797b46783703
Author: Nicola Smaniotto <smaniotto.nicola@gmail.com>
Date: Sat Jul 31 10:15:50 2021 +0200
dev-python/pydub: fix 0.25.1 distutils_enable_tests
Closes: https://bugs.gentoo.org/805239
Package-Manager: Portage-3.0.20, Repoman-3.0.2
Signed-off-by: Nicola Smaniotto <smaniotto.nicola@gmail.com>
commit 62f75ba4b54d232156ae5850e6555c26d4f6f16c
Author: Nicola Smaniotto <smaniotto.nicola@gmail.com>
Date: Wed Jul 28 10:46:47 2021 +0200
dev-python/pydub: add 0.25.1 test dep and optfeature
Package-Manager: Portage-3.0.20, Repoman-3.0.2
Signed-off-by: Nicola Smaniotto <smaniotto.nicola@gmail.com>
commit ea5cc5099553a7d684aeec41d3d6020af87f0ecd
Author: Nicola Smaniotto <smaniotto.nicola@gmail.com>
Date: Tue Jul 27 18:43:11 2021 +0200
dev-python/pydub: new package (0.25.1)
Package-Manager: Portage-3.0.20, Repoman-3.0.2
Signed-off-by: Nicola Smaniotto <smaniotto.nicola@gmail.com>