From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 982C21580E0 for ; Sun, 01 Jun 2025 07:05:01 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 81D0834311F for ; Sun, 01 Jun 2025 07:05:01 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 7D84E11027C; Sun, 01 Jun 2025 07:05:00 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 729C611027C for ; Sun, 01 Jun 2025 07:05:00 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2C3C73430A7 for ; Sun, 01 Jun 2025 07:05:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C8689150F for ; Sun, 01 Jun 2025 07:04:58 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1748761491.8c2ac84ddf7383c727f457abfa23c7aa060c7e3a.arthurzam@gentoo> Subject: [gentoo-commits] proj/pkgcore/pkgcore:master commit in: / X-VCS-Repository: proj/pkgcore/pkgcore X-VCS-Files: pyproject.toml X-VCS-Directories: / X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: 8c2ac84ddf7383c727f457abfa23c7aa060c7e3a X-VCS-Branch: master Date: Sun, 01 Jun 2025 07:04:58 +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: ed94eaf2-ccf9-49bc-90c5-4f7f0e149928 X-Archives-Hash: f06e772ed22fd6e9ea7b91152eb5571e commit: 8c2ac84ddf7383c727f457abfa23c7aa060c7e3a Author: Arthur Zamarin gentoo org> AuthorDate: Sun Jun 1 07:04:51 2025 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Sun Jun 1 07:04:51 2025 +0000 URL: https://gitweb.gentoo.org/proj/pkgcore/pkgcore.git/commit/?id=8c2ac84d pyproject.toml: bump min version of snakeoil Signed-off-by: Arthur Zamarin gentoo.org> pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 5ff41216..b7560bf3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [build-system] requires = [ "flit_core >=3.8,<4", - "snakeoil~=0.10.7", + "snakeoil~=0.10.11", ] build-backend = "py_build" backend-path = ["."] @@ -33,7 +33,7 @@ classifiers = [ dynamic = ["version"] dependencies = [ - "snakeoil~=0.10.7", + "snakeoil~=0.10.11", "lxml", ]