python-yubico (1.3.3-0.3) unstable; urgency=medium
.
* Non-maintainer upload.
* control: Drop python3-argparse from depends, it's provided by
libpython. (Closes: #951040)
.
python-yubico (1.3.3-0.2) unstable; urgency=medium
.
* Non-maintainer upload.
* Drop python2 support; Closes: #938283
.
python-yubico (1.3.3-0.1) unstable; urgency=medium
.
* New upstream release with Python3 compatibility fixes
* Drop python2 package (Closes: #938283)
.
python-yubico (1.3.2-2.2) unstable; urgency=medium
.
* Non-maintainer upload.
* Fix some lintian warnings, e.g. duplicate long description
* Fix nocheck not honoured in dh_auto_test
* Fix copyright non in secure mode
* Bump std-version to 4.4.0
* Bump compat level to 12
.
[ Darsey Litzenberger <dlitz@dlitz.net> ]
* Fixup previous upload Closes: #934861
.
python-yubico (1.3.2-2.1) unstable; urgency=medium
.
* Non-maintainer upload.
* Package python3-yubico, migrate to pybuild. (Closes: #891252)
.
python-yubico (1.3.2-2) unstable; urgency=medium
.
* Acknowledge NMU.
* Move package from github to salsa, updating Vcs-* URLs.
.
python-yubico (1.3.2-1.1) unstable; urgency=medium
.
* Non-maintainer upload.
* Drop obsoleted pycentral preinst. (Closes: #905663)
.
python-yubico (1.3.2-1) unstable; urgency=medium
.
[ Dain Nilsson ]
* New upstream version,
.
[ Simon Josefsson ]
* Use https URLs in Vcs-Git.
* Update Standards-Version from 3.9.6 to 3.9.8.
* Move python-yubico-tools from 'python' section to 'utils'.
* Package description fixes.
.
python-yubico (1.3.1-1) unstable; urgency=medium
.
[ Dain Nilsson ]
* New upstream version.
.
[ Simon Josefsson ]
* Add debian/gbp.conf.
.
python-yubico (1.2.3-1) unstable; urgency=medium
.
[ Dain Nilsson ]
* New upstream version.
* Re-packaged for easy PyPI releasing.
.
[ Simon Josefsson ]
* Acknowledge NMU.
* Change maintainer field to match other Yubico packages.
* Drop Fredrik as uploader.
* Bump compat to 9.
* Drop invalid Upstream-Contact email.
* Simplify README.source.
.
python-yubico (1.1.0-2.1) unstable; urgency=medium
.
* Non-maintainer upload.
* Convert from dh_pysupport to dh_python2 (Closes: #786162)
- replace python-support with dh-python and python-all in Build-Depends
.
python-yubico (1.1.0-2) unstable; urgency=low
.
* Change Maintainer address to one that doesn't require subscription.
.
python-yubico (1.1.0-1) unstable; urgency=low
.
* Initial release. (Closes: #676628)
43 lines
1.5 KiB
Plaintext
43 lines
1.5 KiB
Plaintext
Source: python-yubico
|
|
Maintainer: Debian Authentication Maintainers <pkg-auth-maintainers@lists.alioth.debian.org>
|
|
Uploaders: Klas Lindfors <klas@yubico.com>, Dain Nilsson <dain@yubico.com>
|
|
Section: python
|
|
Priority: optional
|
|
Build-Depends: debhelper-compat (= 12),
|
|
dh-python,
|
|
python3-all (>= 2.6.6-3),
|
|
python3-nose (>= 0.10.0b1),
|
|
python3-setuptools (>= 0.6b3),
|
|
python3-usb,
|
|
Standards-Version: 4.4.0
|
|
Homepage: https://developers.yubico.com/python-yubico/
|
|
Vcs-Browser: https://salsa.debian.org/auth-team/python-yubico
|
|
Vcs-Git: https://salsa.debian.org/auth-team/python-yubico.git
|
|
|
|
Package: python-yubico-tools
|
|
Architecture: all
|
|
Section: utils
|
|
Depends: ${python3:Depends},
|
|
${misc:Depends},
|
|
python3-yubico (= ${binary:Version})
|
|
Provides: ${python3:Provides}
|
|
Description: Tools for Yubico YubiKeys
|
|
The YubiKey is a hardware authentication token. This package
|
|
contains utilities for the YubiKey implemented using the
|
|
python-yubico package.
|
|
.
|
|
This package currently includes the following utilities :
|
|
.
|
|
* yubikey-totp - OATH TOTP code generator using YubiKey
|
|
|
|
Package: python3-yubico
|
|
Architecture: all
|
|
Depends: ${python3:Depends},
|
|
${misc:Depends},
|
|
python3-usb
|
|
Provides: ${python3:Provides}
|
|
Description: Python3 library for talking to Yubico YubiKeys
|
|
The YubiKey is a hardware authentication token. This is a Python3
|
|
library for interacting with YubiKeys. Typical use is to detect,
|
|
configure (personalize) or issue challenge-responses to YubiKeys.
|