From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/argon2-cffi/
Date: Tue, 15 Aug 2023 19:15:34 +0000 (UTC) [thread overview]
Message-ID: <1692126926.829b7f1d77943a92b221b256df2758c284b51fc8.mgorny@gentoo> (raw)
commit: 829b7f1d77943a92b221b256df2758c284b51fc8
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 15 18:14:07 2023 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Aug 15 19:15:26 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=829b7f1d
dev-python/argon2-cffi: Bump to 23.1.0
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/argon2-cffi/Manifest | 1 +
dev-python/argon2-cffi/argon2-cffi-23.1.0.ebuild | 32 ++++++++++++++++++++++++
2 files changed, 33 insertions(+)
diff --git a/dev-python/argon2-cffi/Manifest b/dev-python/argon2-cffi/Manifest
index 5e8fa5dedfce..e7373bba84e8 100644
--- a/dev-python/argon2-cffi/Manifest
+++ b/dev-python/argon2-cffi/Manifest
@@ -1 +1,2 @@
DIST argon2-cffi-21.3.0.tar.gz 38446 BLAKE2B e0464f501efcdfbf33d93e0c1c6dbc519ad6aee06c0b8692417156de608f6c6acf947f86b866c064601fe994087677e51d954ae2c1225cbbbba3534cf70c6296 SHA512 6cb2a075f3bb7040ee7f552d082bfa2f3df0854649d9c84fdfdb42bb4bee2133b8a35a20be2b3c887931efda12fbbb00815d8d88170b7e20b3ca19c86f97057e
+DIST argon2_cffi-23.1.0.tar.gz 42798 BLAKE2B 16f20c064bfc420894bc9da681ce4f544219c8e173f63bf095ffffdca6bd159695ecfa7ff33c32ca96f284764561e844e58d1ec3bf85a0c120c3b54490c3a56f SHA512 7c7730451f5ef9bb40bb5e1bbfa6e69c9718968168f3fa9b54e1020a4f805f98fba6260039bda804241717db2338479d640c7652dc26ce1a6ade076660133383
diff --git a/dev-python/argon2-cffi/argon2-cffi-23.1.0.ebuild b/dev-python/argon2-cffi/argon2-cffi-23.1.0.ebuild
new file mode 100644
index 000000000000..0767a88987da
--- /dev/null
+++ b/dev-python/argon2-cffi/argon2-cffi-23.1.0.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=hatchling
+PYTHON_COMPAT=( python3_{10..12} pypy3 )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="CFFI bindings to the Argon2 password hashing library"
+HOMEPAGE="
+ https://github.com/hynek/argon2-cffi/
+ https://pypi.org/project/argon2-cffi/
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+
+RDEPEND="
+ >=dev-python/argon2-cffi-bindings-21.2.0[${PYTHON_USEDEP}]
+"
+BDEPEND="
+ dev-python/hatch-fancy-pypi-readme[${PYTHON_USEDEP}]
+ dev-python/hatch-vcs[${PYTHON_USEDEP}]
+ test? (
+ dev-python/hypothesis[${PYTHON_USEDEP}]
+ )
+"
+
+distutils_enable_tests pytest
next reply other threads:[~2023-08-15 19:15 UTC|newest]
Thread overview: 86+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-08-15 19:15 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-07-13 16:30 [gentoo-commits] repo/gentoo:master commit in: dev-python/argon2-cffi/ Michał Górny
2025-07-04 19:23 Sam James
2025-07-04 12:15 Arthur Zamarin
2025-06-21 12:25 Sam James
2025-06-21 8:29 Sam James
2025-06-21 7:33 Arthur Zamarin
2025-06-21 7:08 Sam James
2025-06-04 2:07 Michał Górny
2025-05-17 18:41 Arthur Zamarin
2025-02-20 17:09 Michał Górny
2024-06-13 16:15 Michał Górny
2023-10-02 4:22 Michał Górny
2023-10-01 18:11 Arthur Zamarin
2023-09-17 5:47 Sam James
2023-09-16 22:58 Sam James
2023-09-16 22:58 Sam James
2023-05-27 13:21 Michał Górny
2023-03-17 15:21 Michał Górny
2022-09-22 7:45 Michał Górny
2022-05-19 15:23 Michał Górny
2022-03-18 15:19 Michał Górny
2022-03-18 14:43 Arthur Zamarin
2022-03-18 8:35 Arthur Zamarin
2022-03-17 7:45 Agostino Sarubbo
2022-03-16 23:53 Sam James
2022-03-15 12:33 Jakov Smolić
2022-03-15 10:11 Jakov Smolić
2022-03-15 10:11 Jakov Smolić
2022-03-12 12:42 Arthur Zamarin
2022-02-27 22:42 Sam James
2022-02-14 8:35 Matt Turner
2022-01-30 13:32 James Le Cuirot
2022-01-26 20:18 Michał Górny
2022-01-14 21:04 Michał Górny
2022-01-14 17:54 Arthur Zamarin
2022-01-14 17:54 Arthur Zamarin
2022-01-14 16:24 Agostino Sarubbo
2022-01-14 10:48 Sam James
2022-01-13 19:27 Arthur Zamarin
2022-01-13 13:14 Jakov Smolić
2022-01-13 10:02 Sam James
2022-01-10 20:41 Arthur Zamarin
2022-01-10 20:30 Arthur Zamarin
2022-01-10 20:16 Arthur Zamarin
2021-12-19 22:41 Michał Górny
2021-12-11 19:10 Arthur Zamarin
2021-12-11 8:00 Arthur Zamarin
2021-12-10 12:11 Arthur Zamarin
2021-12-10 12:11 Arthur Zamarin
2021-12-10 8:52 Yixun Lan
2021-12-09 22:33 Arthur Zamarin
2021-12-09 21:15 Arthur Zamarin
2021-12-09 21:15 Arthur Zamarin
2021-12-09 21:15 Arthur Zamarin
2021-12-09 21:15 Arthur Zamarin
2021-12-09 15:43 Michał Górny
2021-11-18 8:10 Sam James
2021-11-18 5:36 Sam James
2021-11-14 20:35 Sam James
2021-11-14 3:43 Sam James
2021-10-27 4:40 Arthur Zamarin
2021-10-27 4:13 Sam James
2021-10-26 3:14 Sam James
2021-10-26 3:12 Sam James
2021-10-26 3:12 Sam James
2021-10-04 20:54 Michał Górny
2021-10-04 19:16 Sam James
2021-10-04 0:49 Sam James
2021-10-03 18:49 Sam James
2021-10-03 18:48 Sam James
2021-09-06 0:18 Sam James
2021-09-02 0:01 Marek Szuba
2021-08-29 21:50 Michał Górny
2021-07-12 6:41 Sam James
2021-07-11 10:14 Georgy Yakovlev
2021-07-01 17:53 Michał Górny
2021-06-20 1:55 Sam James
2020-12-06 23:25 Sam James
2020-12-06 19:38 Sam James
2020-09-04 4:58 Sam James
2020-07-20 17:19 Brian Dolbec
2020-07-20 16:39 Sam James
2020-07-15 8:10 Michał Górny
2020-06-25 10:10 Joonas Niilola
2020-06-25 10:10 Joonas Niilola
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=1692126926.829b7f1d77943a92b221b256df2758c284b51fc8.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