From 47ea5e7e2b1c003f3aac1bd0bb14fa8e0d0c7920 Mon Sep 17 00:00:00 2001 From: Nils Freydank Date: Fri, 3 Jan 2025 16:33:34 +0100 Subject: [PATCH] dev-python/soundfile: Bump to 0.13.0 Signed-off-by: Nils Freydank --- app-crypt/sirikali/sirikali-1.8.0.ebuild | 2 +- dev-python/soundfile/Manifest | 2 +- .../{soundfile-0.12.1-r1.ebuild => soundfile-0.13.0.ebuild} | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) rename dev-python/soundfile/{soundfile-0.12.1-r1.ebuild => soundfile-0.13.0.ebuild} (92%) diff --git a/app-crypt/sirikali/sirikali-1.8.0.ebuild b/app-crypt/sirikali/sirikali-1.8.0.ebuild index 6d173a7..338df9f 100644 --- a/app-crypt/sirikali/sirikali-1.8.0.ebuild +++ b/app-crypt/sirikali/sirikali-1.8.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="8" diff --git a/dev-python/soundfile/Manifest b/dev-python/soundfile/Manifest index 2b2b472..4fecdd1 100644 --- a/dev-python/soundfile/Manifest +++ b/dev-python/soundfile/Manifest @@ -1 +1 @@ -DIST soundfile-0.12.1.tar.gz 43184 BLAKE2B f32a531a7523d83e31c2d1f61acf623dbb09cc02364224f266df6825e25f72478acd233a845d7fe67915faba8e33c7659ea3b187259318599241f683fa3a0cf6 SHA512 59ddf404ca235b6a6ba12ab063f14cf1e1488751024a8e26068f47ea3151e5eb342799db2c2cef57cc57d20f34ebebaed5d8d5bb4c3945c7fdbd45d0e585d117 +DIST soundfile-0.13.0.tar.gz 45971 BLAKE2B 6d737fc75b6ff6405a94d37212d31e2c3f4c0a1f976f64fbcf9f3ae0946f292e7246e73f0c6e75e41000d726acd1cfb830de4093c36a01e0f00ec65cdf7493e6 SHA512 fdd8b1129632baf263eabfdf84cb4c644ec4d2f987fd258b69628e18d9002007fcf704ac781cef0f4c43579e10891b520b671ad7d301613ee05950110613cdea diff --git a/dev-python/soundfile/soundfile-0.12.1-r1.ebuild b/dev-python/soundfile/soundfile-0.13.0.ebuild similarity index 92% rename from dev-python/soundfile/soundfile-0.12.1-r1.ebuild rename to dev-python/soundfile/soundfile-0.13.0.ebuild index af25752..9d525f9 100644 --- a/dev-python/soundfile/soundfile-0.12.1-r1.ebuild +++ b/dev-python/soundfile/soundfile-0.13.0.ebuild @@ -1,10 +1,10 @@ -# Copyright 2016-2024 Gentoo Authors +# Copyright 2016-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="8" DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{11..12} ) +PYTHON_COMPAT=( python3_{11..13} ) inherit distutils-r1 pypi COMMIT_ID=""