From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/passlib/
Date: Sat, 15 Jun 2024 14:06:34 +0000 (UTC) [thread overview]
Message-ID: <1718459991.27f81e9a0a91c86e6f53cff40eeb979b100afc77.mgorny@gentoo> (raw)
commit: 27f81e9a0a91c86e6f53cff40eeb979b100afc77
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 15 13:59:51 2024 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Jun 15 13:59:51 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27f81e9a
dev-python/passlib: Enable py3.13
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/passlib/passlib-1.7.4-r3.ebuild | 12 +++++++++++-
1 file changed, 11 insertions(+), 1 deletion(-)
diff --git a/dev-python/passlib/passlib-1.7.4-r3.ebuild b/dev-python/passlib/passlib-1.7.4-r3.ebuild
index 981e5c61a393..19f9172fdcb4 100644
--- a/dev-python/passlib/passlib-1.7.4-r3.ebuild
+++ b/dev-python/passlib/passlib-1.7.4-r3.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} pypy3 )
+PYTHON_COMPAT=( python3_{10..13} pypy3 )
inherit distutils-r1 optfeature pypi
@@ -44,6 +44,16 @@ python_test() {
passlib/tests/test_ext_django.py
)
+ case ${EPYTHON} in
+ python3.13)
+ EPYTEST_DESELECT+=(
+ # crypt module has been removed, so the platform backend
+ # does not work anymore
+ passlib/tests/test_handlers.py::{des,md5,sha256,sha512}_crypt_os_crypt_test
+ )
+ ;;
+ esac
+
# skip fuzzing tests, they are very slow
epytest -k "not fuzz_input"
}
next reply other threads:[~2024-06-15 14:06 UTC|newest]
Thread overview: 63+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-06-15 14:06 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-04-25 12:52 [gentoo-commits] repo/gentoo:master commit in: dev-python/passlib/ Michał Górny
2023-07-06 2:27 Sam James
2023-03-16 4:03 Michał Górny
2022-10-13 4:54 Michał Górny
2022-10-07 13:07 Michał Górny
2022-07-29 14:37 Michał Górny
2022-06-21 18:48 Arthur Zamarin
2022-06-21 18:32 Arthur Zamarin
2022-05-18 15:13 Michał Górny
2022-05-18 15:13 Michał Górny
2022-04-25 16:50 Sam James
2021-12-02 9:39 Michał Górny
2021-12-02 8:40 Arthur Zamarin
2021-11-28 14:42 Michał Górny
2021-10-29 15:30 Arthur Zamarin
2021-10-29 15:30 Arthur Zamarin
2021-10-29 15:30 Arthur Zamarin
2021-10-29 15:30 Arthur Zamarin
2021-10-27 8:42 Arthur Zamarin
2021-08-21 22:15 James Le Cuirot
2021-06-02 14:19 Michał Górny
2021-02-22 2:49 Joshua Kinard
2021-02-03 0:38 Andreas K. Hüttel
2020-11-28 13:42 Sam James
2020-11-28 13:41 Sam James
2020-11-22 12:26 Sergei Trofimovich
2020-11-17 19:10 Agostino Sarubbo
2020-11-17 18:55 Agostino Sarubbo
2020-11-15 23:50 Sam James
2020-11-15 23:29 Sam James
2020-11-15 5:19 Sam James
2020-10-08 20:57 Michał Górny
2020-10-08 20:57 Michał Górny
2020-08-22 9:15 Michał Górny
2020-07-14 15:57 Sam James
2020-07-14 13:19 Sam James
2020-07-05 9:27 Sergei Trofimovich
2020-07-02 17:05 Sergei Trofimovich
2020-07-01 12:21 Michał Górny
2020-06-16 19:33 Patrick McLean
2020-05-31 10:04 Sergei Trofimovich
2020-05-30 14:37 Michał Górny
2020-05-04 11:35 Michał Górny
2020-05-03 19:02 Agostino Sarubbo
2020-03-29 21:21 Sergei Trofimovich
2020-03-28 11:36 Michał Górny
2020-03-28 11:36 Michał Górny
2020-03-25 14:17 Agostino Sarubbo
2020-02-06 21:11 Sergei Trofimovich
2019-12-10 22:25 Sergei Trofimovich
2019-12-04 19:44 Sergei Trofimovich
2019-11-24 16:15 Aaron Bauman
2018-12-13 0:51 Patrick McLean
2017-03-26 4:16 Matt Thode
2017-03-08 2:53 Patrick McLean
2017-02-23 9:40 Michael Weber
2017-02-11 15:38 Matt Thode
2017-02-06 18:37 Patrick McLean
2016-03-16 8:31 Tiziano Müller
2016-02-28 7:08 Matt Thode
2015-08-16 15:10 Justin Lecher
2015-08-10 5:33 Ian Delaney
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=1718459991.27f81e9a0a91c86e6f53cff40eeb979b100afc77.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