From c6586e9b2f1c9b4076d8983c34c4f6c38e1e3d1c Mon Sep 17 00:00:00 2001 From: Nils Freydank Date: Sun, 19 Dec 2021 21:13:44 +0100 Subject: [PATCH] dev-python/soundfile: Bump to 0.10.3_p20211207 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Nils Freydank --- dev-python/soundfile/Manifest | 2 +- ....10.3_p20211026.ebuild => soundfile-0.10.3_p20211207.ebuild} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename dev-python/soundfile/{soundfile-0.10.3_p20211026.ebuild => soundfile-0.10.3_p20211207.ebuild} (94%) diff --git a/dev-python/soundfile/Manifest b/dev-python/soundfile/Manifest index f1bcd56..7106781 100644 --- a/dev-python/soundfile/Manifest +++ b/dev-python/soundfile/Manifest @@ -1 +1 @@ -DIST soundfile-0.10.3_p20211026.tar.gz 36428 BLAKE2B 0ec3e488f4e9f75cde524e4a5924ec99b3d9dd18873d16de30aeb72caed5670a1230bea72bd533a1c824fc61aecd29305a06696b3c01ab59ccaa66866d132990 SHA512 00dd7c38998735b1b6d936a0cfc99006c4e1030dc9f39fac1aaa341458a59a85d56e3ffa62226ccfc65577e8538691449eddd6a2fbeb9fd403015af95e002aac +DIST soundfile-0.10.3_p20211207.tar.gz 36551 BLAKE2B ecf5b37c89f9ab0c41ff41f3a1b2f5121642fa3ab52d926af553fd12112bb1fcb142eb1accbf33099c74a8a776de3a0ecac3f7f359211d4b5ccfd3496cfd5151 SHA512 4094195f9ada03325072aa0ee9e0a3581221d80986c03d830da3d3c36ec0dbd140e9db3d2d4cde9f1a842739990eed7c070f4e64aee96c7bff28fd40b325a0b6 diff --git a/dev-python/soundfile/soundfile-0.10.3_p20211026.ebuild b/dev-python/soundfile/soundfile-0.10.3_p20211207.ebuild similarity index 94% rename from dev-python/soundfile/soundfile-0.10.3_p20211026.ebuild rename to dev-python/soundfile/soundfile-0.10.3_p20211207.ebuild index 8f413f8..c99aeea 100644 --- a/dev-python/soundfile/soundfile-0.10.3_p20211026.ebuild +++ b/dev-python/soundfile/soundfile-0.10.3_p20211207.ebuild @@ -7,7 +7,7 @@ PYTHON_COMPAT=( python3_{9..10} ) inherit distutils-r1 -COMMIT_ID="1bd1529d92382067cb57eb906216a4db2a2d5ec0" +COMMIT_ID="d1d125f5749780b0b068b5fcb49d8e84f7f4f045" DESCRIPTION="SoundFile is an audio library based on libsndfile, CFFI, and NumPy" HOMEPAGE="https://github.com/bastibe/python-soundfile"