From 811f14c5706f7454270dd29cfc31d6dd2a610cf2 Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Nov 19 2015 15:54:51 +0000 Subject: import python-yubico-1.2.3-1.el7 --- diff --git a/.gitignore b/.gitignore index 8e9d3f4..c99dcec 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/python-yubico-1.2.1.tar.gz +SOURCES/python-yubico-1.2.3.tar.gz diff --git a/.python-yubico.metadata b/.python-yubico.metadata index bafa907..341ebb0 100644 --- a/.python-yubico.metadata +++ b/.python-yubico.metadata @@ -1 +1 @@ -9eef71feecffdaa05685f84432b2d6cacf5b0ef9 SOURCES/python-yubico-1.2.1.tar.gz +7e26cb1701c2461a55395c880a934ada02463750 SOURCES/python-yubico-1.2.3.tar.gz diff --git a/SPECS/python-yubico.spec b/SPECS/python-yubico.spec index 5092b58..fe76e8e 100644 --- a/SPECS/python-yubico.spec +++ b/SPECS/python-yubico.spec @@ -4,8 +4,8 @@ %endif Name: python-yubico -Version: 1.2.1 -Release: 3%{?dist} +Version: 1.2.3 +Release: 1%{?dist} Summary: Pure-python library for interacting with Yubikeys License: BSD @@ -17,6 +17,7 @@ BuildRequires: python2-devel BuildRequires: python-setuptools %if 0%{?rhel} == 0 || 0%{?rhel} >= 7 BuildRequires: python-nose +BuildRequires: pyusb %endif Requires: pyusb @@ -47,6 +48,10 @@ nosetests -e test_challenge_response -e test_serial -e test_status %endif %changelog +* Mon Mar 23 2015 Nathaniel McCallum - 1.2.3-1 +- Upstream 1.2.3 +- Require pyusb during building when running tests + * Mon Jun 23 2014 Nathaniel McCallum - 1.2.1-3 - Enable build on EL6.