public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pyu2f/
Date: Thu, 11 Jul 2024 18:22:00 +0000 (UTC)	[thread overview]
Message-ID: <1720722110.6d8a17c1de4716f081784b280b5ab51a8d41bc33.mgorny@gentoo> (raw)

commit:     6d8a17c1de4716f081784b280b5ab51a8d41bc33
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 11 18:17:47 2024 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Jul 11 18:21:50 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d8a17c1

dev-python/pyu2f: Enable py3.13

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/pyu2f/pyu2f-0.1.5-r1.ebuild | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/dev-python/pyu2f/pyu2f-0.1.5-r1.ebuild b/dev-python/pyu2f/pyu2f-0.1.5-r1.ebuild
index 9c1929203e47..43d950f052e0 100644
--- a/dev-python/pyu2f/pyu2f-0.1.5-r1.ebuild
+++ b/dev-python/pyu2f/pyu2f-0.1.5-r1.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} )
+PYTHON_COMPAT=( python3_{10..13} )
 
 inherit distutils-r1
 
@@ -39,12 +39,15 @@ DOCS=( CONTRIBUTING.md README.md )
 distutils_enable_tests pytest
 
 python_prepare_all() {
-	# adjust pyfakefs usage #888223
+	# https://github.com/google/pyu2f/commit/5e2f862dd5ba61eadff341dbf0a1202e91b1b145
+	sed -i -e 's:logger[.]warn:&ing:' pyu2f/hid/macos.py || die
 	sed -e "s:CreateFile:create_file:" \
 		-e "s:CreateDirectory:create_dir:" \
 		-e "s:RemoveObject:remove_object:" \
 		-e "s:SetContents:set_contents:" \
 		-i pyu2f/tests/hid/linux_test.py || die
+	# https://github.com/google/pyu2f/commit/793acd9ff6612bb035f0724b04e10a01cdb5bb8d
+	# https://github.com/google/pyu2f/commit/dad654010a030f1038bd2df95a9647fb417e0447
 	find pyu2f/tests -name '*.py' -exec \
 		sed -e 's:assertEquals:assertEqual:' \
 			-e 's:assertRaisesRegexp:assertRaisesRegex:' \


             reply	other threads:[~2024-07-11 18:22 UTC|newest]

Thread overview: 25+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-07-11 18:22 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-03-11 20:20 [gentoo-commits] repo/gentoo:master commit in: dev-python/pyu2f/ Arthur Zamarin
2024-01-26 17:07 Michał Górny
2024-01-26 17:07 Michał Górny
2023-11-24 15:15 Arthur Zamarin
2022-12-25 19:05 Zac Medico
2022-07-11  7:59 Michał Górny
2022-07-10 23:08 Sam James
2022-07-10 22:28 Sam James
2022-06-05 18:01 Arthur Zamarin
2022-06-05 18:01 Arthur Zamarin
2021-11-13 21:24 Michał Górny
2021-11-13 21:09 Jakov Smolić
2021-11-13 12:16 Jakov Smolić
2021-10-06 10:32 Arthur Zamarin
2021-07-05 13:25 Michał Górny
2021-06-29  5:53 Yixun Lan
2021-05-19 20:09 Agostino Sarubbo
2021-05-19 20:06 Agostino Sarubbo
2021-05-15  2:06 Sam James
2020-11-08 22:28 Zac Medico
2020-05-07 17:57 Patrick McLean
2020-02-05 21:21 Michał Górny
2019-06-25 21:53 Patrick McLean
2018-06-15  6:03 Zac Medico

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=1720722110.6d8a17c1de4716f081784b280b5ab51a8d41bc33.mgorny@gentoo \
    --to=mgorny@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