commit:     0517580bb3741c5107045dc9444b0811fefbe257
Author:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 20 21:31:03 2024 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Tue Feb 20 21:31:18 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0517580b

sci-libs/datasets: add 2.15.0, drop 2.14.7

Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>

 sci-libs/datasets/Manifest                                         | 2 +-
 .../datasets/{datasets-2.14.7.ebuild => datasets-2.15.0.ebuild}    | 7 +++++--
 2 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/sci-libs/datasets/Manifest b/sci-libs/datasets/Manifest
index aedfb1428ab5..42abdebf934c 100644
--- a/sci-libs/datasets/Manifest
+++ b/sci-libs/datasets/Manifest
@@ -1 +1 @@
-DIST datasets-2.14.7.gh.tar.gz 2145270 BLAKE2B 
b3196f75bd52432091052e63ccfc538072b30bead213c7ddc549724c8efedacdf6bb8934574220ee62e27a48240a769ad5e79c4e39cad92538dc6947f7f9bd2b
 SHA512 
87ecaec34670af5b4879aaa85e730fc4ba376028e7ca033a556aec9ac55156f11252dd130c12dc160d5c3d5618fa8888072e46c7dcc01eed9c0e2e07657b0b74
+DIST datasets-2.15.0.gh.tar.gz 2147191 BLAKE2B 
eadf0133f0baa9f0469a51f28e00d3656b2b799ed1ff221ad6df39640c9777ccd46b706e46898ffa0597bc43288ee5991410d5c6d0a2cb3b814658c92d779a68
 SHA512 
589ca7992d58007c556558ef0889354fe34821f55e79025ea475d08c105428fe84c77c9183ec0028d8e60b25ba0ea8565bd8c6003a85bb6472d1cb4a247142e2

diff --git a/sci-libs/datasets/datasets-2.14.7.ebuild 
b/sci-libs/datasets/datasets-2.15.0.ebuild
similarity index 93%
rename from sci-libs/datasets/datasets-2.14.7.ebuild
rename to sci-libs/datasets/datasets-2.15.0.ebuild
index 0fab7cd550c4..52af2f93ac88 100644
--- a/sci-libs/datasets/datasets-2.14.7.ebuild
+++ b/sci-libs/datasets/datasets-2.15.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2023 Gentoo Authors
+# Copyright 2023-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -52,7 +52,10 @@ BDEPEND="test? (
        ')
 )"
 
-PATCHES=( "${FILESDIR}"/${PN}-2.14.4-tests.patch )
+PATCHES=(
+       "${FILESDIR}"/${PN}-2.14.4-tests.patch
+       "${FILESDIR}"/${P}-tests.patch
+)
 
 distutils_enable_tests pytest
 

Reply via email to