public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Arthur Zamarin" <arthurzam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/pkgcore/pkgcheck:master commit in: /
Date: Wed,  8 May 2024 16:24:13 +0000 (UTC)	[thread overview]
Message-ID: <1715185401.3860094b94dd2185db852db4b8674c41c4dd65ed.arthurzam@gentoo> (raw)

commit:     3860094b94dd2185db852db4b8674c41c4dd65ed
Author:     Lucio Sauer <watermanpaint <AT> posteo <DOT> net>
AuthorDate: Wed May  8 10:46:33 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Wed May  8 16:23:21 2024 +0000
URL:        https://gitweb.gentoo.org/proj/pkgcore/pkgcheck.git/commit/?id=3860094b

pyproject: bump snakeoil to restore compat with >=python-3.11.9

ArgumentParser added a separator to its option tuple with
>=python-3.11.9, which snakeoil-0.10.7 does not handle correctly.
https://github.com/python/cpython/pull/114180

Signed-off-by: Lucio Sauer <watermanpaint <AT> posteo.net>
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 pyproject.toml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pyproject.toml b/pyproject.toml
index fd0eb616..45fe7213 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -8,7 +8,7 @@ requires = [
 	"pathspec",
 	"tree-sitter>=0.21.0",
 	"tree-sitter-bash>=0.21.0",
-	"snakeoil~=0.10.7",
+	"snakeoil~=0.10.8",
 	"pkgcore~=0.12.25",
 ]
 build-backend = "py_build"
@@ -46,7 +46,7 @@ dependencies = [
 	"pathspec",
 	"tree-sitter>=0.21.0",
 	"tree-sitter-bash>=0.21.0",
-	"snakeoil~=0.10.7",
+	"snakeoil~=0.10.8",
 	"pkgcore~=0.12.25",
 ]
 


             reply	other threads:[~2024-05-08 16:24 UTC|newest]

Thread overview: 37+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-05-08 16:24 Arthur Zamarin [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-09-06 11:08 [gentoo-commits] proj/pkgcore/pkgcheck:master commit in: / Arthur Zamarin
2024-09-01 21:16 Arthur Zamarin
2024-05-18 11:46 Arthur Zamarin
2024-03-28 19:40 Arthur Zamarin
2024-03-01 19:43 Arthur Zamarin
2024-01-26 20:14 Arthur Zamarin
2024-01-26  8:46 Arthur Zamarin
2024-01-25 17:54 Arthur Zamarin
2024-01-25 17:53 Arthur Zamarin
2024-01-25 17:52 ` Arthur Zamarin
2024-01-25 15:49 Arthur Zamarin
2024-01-25 15:49 Arthur Zamarin
2024-01-24 19:25 Arthur Zamarin
2024-01-19 10:25 Arthur Zamarin
2024-01-19  9:42 Arthur Zamarin
2024-01-15 17:20 Arthur Zamarin
2024-01-15 17:20 Arthur Zamarin
2024-01-13 19:35 Arthur Zamarin
2023-10-08 15:14 Arthur Zamarin
2023-07-30 16:07 Arthur Zamarin
2023-05-17 18:29 Arthur Zamarin
2023-05-17 18:03 Arthur Zamarin
2023-03-07 17:56 Arthur Zamarin
2023-03-05 17:13 Arthur Zamarin
2023-02-21 12:25 Arthur Zamarin
2023-02-04 16:35 Arthur Zamarin
2023-02-03 12:56 Arthur Zamarin
2023-02-03 12:46 Arthur Zamarin
2022-12-29 18:01 Arthur Zamarin
2022-12-27 19:16 Arthur Zamarin
2022-12-27 19:15 Arthur Zamarin
2022-11-27 17:23 Arthur Zamarin
2022-11-26 11:56 Arthur Zamarin
2022-11-10 19:26 Arthur Zamarin
2022-10-14 20:35 Arthur Zamarin
2022-10-04 12:00 Arthur Zamarin

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1715185401.3860094b94dd2185db852db4b8674c41c4dd65ed.arthurzam@gentoo \
    --to=arthurzam@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox