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/fido2/
Date: Thu,  6 Apr 2023 03:07:50 +0000 (UTC)	[thread overview]
Message-ID: <1680750459.208246a3f30c703ef4b020125359662a7e0f65f0.mgorny@gentoo> (raw)

commit:     208246a3f30c703ef4b020125359662a7e0f65f0
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Apr  6 02:29:53 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Apr  6 03:07:39 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=208246a3

dev-python/fido2: Bump to 1.1.1

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

 dev-python/fido2/Manifest           |  1 +
 dev-python/fido2/fido2-1.1.1.ebuild | 44 +++++++++++++++++++++++++++++++++++++
 2 files changed, 45 insertions(+)

diff --git a/dev-python/fido2/Manifest b/dev-python/fido2/Manifest
index f84f6aff5fc0..d89c11e733ff 100644
--- a/dev-python/fido2/Manifest
+++ b/dev-python/fido2/Manifest
@@ -1,2 +1,3 @@
 DIST fido2-0.9.3.tar.gz 217894 BLAKE2B ccc3a9b59045216037664b5bf4b969a79b86b300f67fc4253b563acbbee98912ea076996772f17b88141d2a36a933b4926de96f05c53e204d0bb4eaaa2daad6b SHA512 f105c347784cdfab88ab08852227d24f4bca623145f7f76bd066dadab6ada1eae751934fd4dc7436a5c5fb3a0ed2fc4d5c59bb2a93888d470028f0713ca7e09e
 DIST fido2-1.1.0.tar.gz 243526 BLAKE2B 48a6466c1ad3723d3d5f2e22ef59b4b49ebc3231739ffffdb25349d466c23f5cdc063908ea1adb944041f646d0bd0648d66acdaae0e72a9715e4bc365f449c12 SHA512 df7fcf205a5c124daf14c4bb7742aa16def1e912490c3b967dd940fdb21baf1a933130eab276af7c03fb46fb779a5a2b8e5fa3d8e3cd379297c23d9f39cadba4
+DIST fido2-1.1.1.tar.gz 247150 BLAKE2B 136d539db8bcaa5398e7ac2c2d0733c902b370c1b30491181164cc2f329c44dd81a42f19374ff6bd89fc757fe33580ef39bdb016e9f93f5ea17b12f22143761d SHA512 8078acbc85e277ddbf7a508f17c34f581eb8978786b5e43b4ede7de24138f07eee7f81aa307295305a42b286900a73903f269afd2a66aee9650fe05ac6aa1901

diff --git a/dev-python/fido2/fido2-1.1.1.ebuild b/dev-python/fido2/fido2-1.1.1.ebuild
new file mode 100644
index 000000000000..6724b3858747
--- /dev/null
+++ b/dev-python/fido2/fido2-1.1.1.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{9..11} )
+DISTUTILS_USE_PEP517=poetry
+
+inherit distutils-r1
+
+DESCRIPTION="Python based FIDO 2.0 library"
+HOMEPAGE="
+	https://github.com/Yubico/python-fido2/
+	https://pypi.org/project/fido2/
+"
+SRC_URI="
+	https://github.com/Yubico/python-fido2/releases/download/${PV}/${P}.tar.gz
+"
+
+LICENSE="Apache-2.0 BSD-2 MIT MPL-2.0"
+SLOT="0/1.0" # Bumped every time a backwards-incompatible version is released
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
+IUSE="examples"
+
+RDEPEND="
+	<dev-python/cryptography-43[${PYTHON_USEDEP}]
+	<dev-python/pyscard-3[${PYTHON_USEDEP}]
+	examples? (
+		dev-python/flask[${PYTHON_USEDEP}]
+		dev-python/pyopenssl[${PYTHON_USEDEP}]
+	)
+"
+
+distutils_enable_tests pytest
+
+python_install_all() {
+	distutils-r1_python_install_all
+
+	if use examples; then
+		docinto examples
+		dodoc -r "${S}"/examples/.
+		docompress -x "/usr/share/doc/${PF}/examples"
+	fi
+}


             reply	other threads:[~2023-04-06  3:07 UTC|newest]

Thread overview: 62+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-04-06  3:07 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-12-28 11:44 [gentoo-commits] repo/gentoo:master commit in: dev-python/fido2/ Sam James
2024-12-28 10:47 Michał Górny
2024-12-28  9:45 Sam James
2024-12-13 20:15 Arthur Zamarin
2024-12-13 20:00 Arthur Zamarin
2024-12-13 20:00 Arthur Zamarin
2024-12-13 20:00 Arthur Zamarin
2024-06-28 11:38 Michał Górny
2024-06-17 16:27 Michał Górny
2024-03-30 14:53 Michał Górny
2024-03-14 11:44 Michał Górny
2024-03-09 11:25 Marek Szuba
2023-11-24 17:04 Arthur Zamarin
2023-11-24 16:55 Sam James
2023-08-23 23:37 Marek Szuba
2023-08-19 15:51 Michał Górny
2023-07-07  3:15 Michał Górny
2023-05-02  3:14 Michał Górny
2023-05-01 17:14 Sam James
2023-05-01  0:09 Sam James
2023-02-26 23:32 Marek Szuba
2022-11-19 16:52 Michał Górny
2022-11-19 16:40 Sam James
2022-10-18  6:36 Michał Górny
2022-07-24 19:13 Sam James
2022-06-20 15:40 Marek Szuba
2022-06-08 23:11 Marek Szuba
2022-01-11  2:23 Georgy Yakovlev
2021-12-31  1:15 Georgy Yakovlev
2021-12-17 18:57 Michał Górny
2021-12-17 18:30 Jakov Smolić
2021-11-17 13:03 Marek Szuba
2021-11-17 13:03 Marek Szuba
2021-09-13 16:26 Marek Szuba
2021-08-10  0:22 Göktürk Yüksek
2021-08-01 22:07 Marek Szuba
2021-05-27 15:37 Marek Szuba
2021-04-18  1:41 Sam James
2021-03-14 19:55 Göktürk Yüksek
2021-03-14 19:55 Göktürk Yüksek
2021-02-15  2:19 Rick Farina
2020-12-03 16:53 Marek Szuba
2020-07-08 20:16 Michał Górny
2020-07-08 20:16 Michał Górny
2020-03-19  2:11 Rick Farina
2020-03-19  2:11 Rick Farina
2020-03-17  7:23 Michał Górny
2019-11-29  4:32 Göktürk Yüksek
2019-11-26 12:27 Agostino Sarubbo
2019-11-26 10:18 Thomas Deutschmann
2019-11-25 20:44 Göktürk Yüksek
2019-11-25 20:18 Göktürk Yüksek
2019-10-24 15:27 Göktürk Yüksek
2019-09-20 13:19 Göktürk Yüksek
2019-06-18 20:40 Göktürk Yüksek
2019-05-21 17:18 Göktürk Yüksek
2019-03-19 15:38 Rick Farina
2019-03-11  8:40 Mikle Kolyada
2019-01-24 20:18 Göktürk Yüksek
2018-11-07 22:47 Göktürk Yüksek
2018-05-18 23:19 Göktürk Yüksek

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=1680750459.208246a3f30c703ef4b020125359662a7e0f65f0.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