From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A7FEC13835A for ; Sun, 14 Mar 2021 19:55:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8E158E0809; Sun, 14 Mar 2021 19:55:41 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6B9BAE0809 for ; Sun, 14 Mar 2021 19:55:41 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 05F50340C77 for ; Sun, 14 Mar 2021 19:55:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7B80E13B for ; Sun, 14 Mar 2021 19:55:38 +0000 (UTC) From: "Göktürk Yüksek" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Göktürk Yüksek" Message-ID: <1615751694.bc4a4f3184938656366076d1c8db2289c8c4c857.gokturk@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/fido2/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/fido2/Manifest dev-python/fido2/fido2-0.9.1.ebuild dev-python/fido2/metadata.xml X-VCS-Directories: dev-python/fido2/ X-VCS-Committer: gokturk X-VCS-Committer-Name: Göktürk Yüksek X-VCS-Revision: bc4a4f3184938656366076d1c8db2289c8c4c857 X-VCS-Branch: master Date: Sun, 14 Mar 2021 19:55:38 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: aabdd963-65e3-44bf-8336-3b6070de9477 X-Archives-Hash: 9f7b864a6770d48e2158817de97af21b commit: bc4a4f3184938656366076d1c8db2289c8c4c857 Author: Göktürk Yüksek gentoo org> AuthorDate: Tue Mar 9 02:32:17 2021 +0000 Commit: Göktürk Yüksek gentoo org> CommitDate: Sun Mar 14 19:54:54 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc4a4f31 dev-python/fido2: bump to 0.9.1 and introduce subslots The subslots represent the first version that introduces backward-incompatible changes to the API, denoted by "{major}.{minor}". Consumers should mainly bind on a specific subslot instead of ':=' since this is unlike soname and recompilation won't fix things in most cases. Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: Göktürk Yüksek gentoo.org> dev-python/fido2/Manifest | 1 + dev-python/fido2/fido2-0.9.1.ebuild | 53 +++++++++++++++++++++++++++++++++++++ dev-python/fido2/metadata.xml | 8 ++++++ 3 files changed, 62 insertions(+) diff --git a/dev-python/fido2/Manifest b/dev-python/fido2/Manifest index 4723eedf6a0..285ab934102 100644 --- a/dev-python/fido2/Manifest +++ b/dev-python/fido2/Manifest @@ -1,2 +1,3 @@ DIST fido2-0.7.3.tar.gz 188262 BLAKE2B c1d832229ce741be3b81e4cded65b77e57c008aaba8ccbdf640bae1c27f4d86f2c0ce7ffc83405e3693646a8f2868030619c958ecbaa58a6a6328ece2cf6d3de SHA512 715779ecc9dba19de0e45df13d018e7dd223f20f5662860874aa8aa6f811c1df71c07656d21b49a4b6f14a149134d8af6bac076a7f71cb7392ca2fef70b173e1 DIST fido2-0.8.1.tar.gz 201198 BLAKE2B 33411dd05d7f513445afa8a6fc4bb90f3989a655fa05d2ba9da411aa7eea3b30ffa253fae6586f76c416115e5bec90f6f120472a49a0acfbd91020d2cba8f74d SHA512 fc0753ea694f2170d529129764cd9f9c5439cd2f467e4f384d7a698266ee8391a5c9c7c6e51d2dc2a99b93fca1c7d5288d5236e302672a87b8ca7704f328c0b5 +DIST fido2-0.9.1.tar.gz 206395 BLAKE2B 9a9b5d0dd808de896c91aa605540a1968aab7ae543336521d4a206f27bcf836c57e88aa6cdd0bacf71db8d16a0f94c2f9c16b16ca415363fd0b5e145a448ec18 SHA512 cde8c247fe0875129a890866ab76d40b2bd6feee86ff1ccb4b9ec5e6dc037e569fc8d969b51a456b5e66c6f7c67e18d14c3917375d5de85bbe7da5af3254f797 diff --git a/dev-python/fido2/fido2-0.9.1.ebuild b/dev-python/fido2/fido2-0.9.1.ebuild new file mode 100644 index 00000000000..446d15dd158 --- /dev/null +++ b/dev-python/fido2/fido2-0.9.1.ebuild @@ -0,0 +1,53 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{7..9} ) + +inherit distutils-r1 + +DESCRIPTION="Python based FIDO 2.0 library" +HOMEPAGE="https://github.com/Yubico/python-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/0.9" # Bumped every time a backwards-incompatible version is released +KEYWORDS="~amd64 ~x86" +IUSE="examples" +RESTRICT="test" # Tests require + + + Reflects the versions that introduce backwards + incompatible changes. Do not bind with ':=', + unless you are absolutely sure. In most cases, you + should bind to a specific subslot. + + Yubico/python-fido2