diff options
author | Göktürk Yüksek <gokturk@gentoo.org> | 2021-03-08 21:32:17 -0500 |
---|---|---|
committer | Göktürk Yüksek <gokturk@gentoo.org> | 2021-03-14 15:54:54 -0400 |
commit | bc4a4f3184938656366076d1c8db2289c8c4c857 (patch) | |
tree | 4790ea1b8f3942ebc0775c0fbddf7051be44f14c /dev-python/fido2/metadata.xml | |
parent | media-fonts/cascadia-code: Version bump 2102.25 (diff) | |
download | gentoo-bc4a4f3184938656366076d1c8db2289c8c4c857.tar.gz gentoo-bc4a4f3184938656366076d1c8db2289c8c4c857.tar.bz2 gentoo-bc4a4f3184938656366076d1c8db2289c8c4c857.zip |
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 <gokturk@gentoo.org>
Diffstat (limited to 'dev-python/fido2/metadata.xml')
-rw-r--r-- | dev-python/fido2/metadata.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/dev-python/fido2/metadata.xml b/dev-python/fido2/metadata.xml index 3ebed6d78bfc..9bc3de4b0261 100644 --- a/dev-python/fido2/metadata.xml +++ b/dev-python/fido2/metadata.xml @@ -10,6 +10,14 @@ device over USB as well as verifying attestation and assertion signatures. </longdescription> + <slots> + <subslots> + 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. + </subslots> + </slots> <stabilize-allarches/> <upstream> <remote-id type="github">Yubico/python-fido2</remote-id> |