Files
gentoo/dev-python/fido2/metadata.xml
Göktürk Yüksek bc4a4f3184 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>
2021-03-14 15:54:54 -04:00

27 lines
825 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>gokturk@gentoo.org</email>
<name>Göktürk Yüksek</name>
</maintainer>
<longdescription>
fido2 provides library functionality for communicating with a FIDO
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>
<remote-id type="pypi">fido2</remote-id>
</upstream>
</pkgmetadata>