From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 59B43158041 for ; Tue, 20 Feb 2024 21:31:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 83F53E2A4A; Tue, 20 Feb 2024 21:31:46 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 68BAFE2A4A for ; Tue, 20 Feb 2024 21:31:46 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 769DF34306A for ; Tue, 20 Feb 2024 21:31:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D727C118C for ; Tue, 20 Feb 2024 21:31:43 +0000 (UTC) From: "Alfredo Tupone" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alfredo Tupone" Message-ID: <1708464678.0517580bb3741c5107045dc9444b0811fefbe257.tupone@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/datasets/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/datasets/Manifest sci-libs/datasets/datasets-2.14.7.ebuild sci-libs/datasets/datasets-2.15.0.ebuild X-VCS-Directories: sci-libs/datasets/ X-VCS-Committer: tupone X-VCS-Committer-Name: Alfredo Tupone X-VCS-Revision: 0517580bb3741c5107045dc9444b0811fefbe257 X-VCS-Branch: master Date: Tue, 20 Feb 2024 21:31:43 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 973e4392-15b3-4a6e-a925-d07e4db3b7d3 X-Archives-Hash: ed49ada38f1e8e275ad96687b4041ade commit: 0517580bb3741c5107045dc9444b0811fefbe257 Author: Alfredo Tupone gentoo org> AuthorDate: Tue Feb 20 21:31:03 2024 +0000 Commit: Alfredo Tupone gentoo 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 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