Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 11 Aug 2018 03:18:07 +0000
From:      bugzilla-noreply@freebsd.org
To:        python@FreeBSD.org
Subject:   [Bug 230514] security/py-yubikey-manager: Update to 0.7.1; Take MAINTAINER'ship
Message-ID:  <bug-230514-21822-WJe42scACH@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-230514-21822@https.bugs.freebsd.org/bugzilla/>
References:  <bug-230514-21822@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D230514

--- Comment #6 from Nathan <ndowens@yahoo.com> ---
Comment on attachment 196069
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D196069
Update

>security/py-yubikey-manager: Update to 0.7.1
>
>* Updated to version 0.7.1
>* Corrected License according to COPYING file
>* Added pkg-message pertaining to Python 3
>  -- UTF Locale needs to be set in Python 3
>
>Changelog: https://raw.githubusercontent.com/Yubico/yubikey-manager/5938d5=
9e84b139f357a7f9502fa027db3877c7f5/NEWS
>
>Index: security/py-yubikey-manager/Makefile
>=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
>--- security/py-yubikey-manager/Makefile	(revision 476788)
>+++ security/py-yubikey-manager/Makefile	(working copy)
>@@ -1,15 +1,16 @@
> # $FreeBSD$
>=20
> PORTNAME=3D	yubikey-manager
>-PORTVERSION=3D	0.6.1
>+PORTVERSION=3D	0.7.1
> CATEGORIES=3D	security python
> MASTER_SITES=3D	CHEESESHOP
> PKGNAMEPREFIX=3D	${PYTHON_PKGNAMEPREFIX}
>=20
>-MAINTAINER=3D	ports@FreeBSD.org
>+MAINTAINER=3D	ndowens@yahoo.com
> COMMENT=3D	Python library and command line tool for configuring a YubiKey
>=20
>-LICENSE=3D	GPLv3
>+LICENSE=3D	BSD2CLAUSE
>+LICENSE_FILE=3D	${WRKSRC}/COPYING
>=20
> RUN_DEPENDS=3D	${PYTHON_PKGNAMEPREFIX}pyscard>0:security/py-pyscard@${PY_=
FLAVOR} \
> 		${PYTHON_PKGNAMEPREFIX}pycrypto>0:security/py-pycrypto@${PY_FLAVOR} \
>@@ -20,7 +21,8 @@
> 		u2f-host:security/libu2f-host \
> 		ykpers>0:security/ykpers
>=20
>-USES=3D		python:3.4+
>+USES=3D		python
> USE_PYTHON=3D	autoplist distutils
>+NO_ARCH=3D	yes
>=20
> .include <bsd.port.mk>
>Index: security/py-yubikey-manager/distinfo
>=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
>--- security/py-yubikey-manager/distinfo	(revision 476788)
>+++ security/py-yubikey-manager/distinfo	(working copy)
>@@ -1,3 +1,3 @@
>-TIMESTAMP =3D 1524469668
>-SHA256 (yubikey-manager-0.6.1.tar.gz) =3D bd5400b4bd246b3e3aa04e76e4fc665=
d92389709d6574d2244e3c94a12fe16ad
>-SIZE (yubikey-manager-0.6.1.tar.gz) =3D 78915
>+TIMESTAMP =3D 1533955267
>+SHA256 (yubikey-manager-0.7.1.tar.gz) =3D 177bbf953b8557b8de68bacbbdfc567=
64e93733f337b2327e322cfc4ed4f7d18
>+SIZE (yubikey-manager-0.7.1.tar.gz) =3D 71834
>Index: security/py-yubikey-manager/pkg-message
>=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
>--- security/py-yubikey-manager/pkg-message	(nonexistent)
>+++ security/py-yubikey-manager/pkg-message	(working copy)
>@@ -0,0 +1,8 @@
>+
>+If using Python3.x:
>+You must export your UTF-8 locale, for ykman to run
>+
>+Example:
>+export LC_ALL=3Den_US.UTF-8
>+
>+
>
>Property changes on: security/py-yubikey-manager/pkg-message
>___________________________________________________________________
>Added: fbsd:nokeywords
>## -0,0 +1 ##
>+yes
>\ No newline at end of property
>Added: svn:eol-style
>## -0,0 +1 ##
>+native
>\ No newline at end of property
>Added: svn:mime-type
>## -0,0 +1 ##
>+text/plain
>\ No newline at end of property

--=20
You are receiving this mail because:
You are on the CC list for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-230514-21822-WJe42scACH>