./security/py-u2f, U2F host library for interacting with a U2F device

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 0.1.5nb1, Package name: py310-u2f-0.1.5nb1, Maintainer: bsiegert

pyu2f is a python based U2F host library for Linux, Windows, and MacOS.
It provides functionality for interacting with a U2F device over USB.

pyu2f uses ctypes to make system calls directly to interface with the
USB HID device. This means that no platform specific shared libraries
need to be compiled for pyu2f to work.

By default pyu2f will use its own U2F stack implementation to sign
requests. If desired, pyu2f can offload signing to a pluggable command
line tool.


Required to run:
[devel/py-setuptools] [devel/py-mock] [lang/python27] [devel/py-unittest2] [lang/py-six] [devel/py-fakefs]

Required to build:
[pkgtools/cwrappers]

Master sites:

Filesize: 26.497 KB

Version history: (Expand)


CVS history: (Expand)


   2023-03-29 11:34:15 by Thomas Klausner | Files touched by this commit (96)
Log message:
*: use PYTHON_VERSION instead of _PYTHON_VERSION
   2022-05-12 10:15:48 by Adam Ciarcinski | Files touched by this commit (1)
Log message:
py-u2f: do not TEST_DEPEND on py-fakefs for Python 2.7
   2022-01-27 11:39:53 by Thomas Klausner | Files touched by this commit (2)
Log message:
py-u2f: add patch comment
   2022-01-27 11:39:35 by Thomas Klausner | Files touched by this commit (3)
Log message:
py-u2f: remove unused unittest2 test dependency

Reported upstream
https://github.com/google/pyu2f/issues/33
   2022-01-04 21:55:40 by Thomas Klausner | Files touched by this commit (1595)
Log message:
*: bump PKGREVISION for egg.mk users

They now have a tool dependency on py-setuptools instead of a DEPENDS
   2021-10-26 13:18:07 by Nia Alarie | Files touched by this commit (605)
Log message:
security: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes

Unfetchable distfiles (fetched conditionally?):
./security/cyrus-sasl/distinfo \ 
cyrus-sasl-dedad73e5e7a75d01a5f3d5a6702ab8ccd2ff40d.patch.v2
   2021-10-07 16:54:50 by Nia Alarie | Files touched by this commit (606)
Log message:
security: Remove SHA1 hashes for distfiles
   2020-11-26 12:17:11 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-u2f: updated to 0.1.5

0.1.5:
Correct SW_WRONG_LENGTH error code.