65b10f
%{?python_enable_dependency_generator}
65b10f
%global srcname yubico
65b10f
65b10f
Name:           python-%{srcname}
65b10f
Version:        1.3.3
65b10f
Release:        7%{?dist}
65b10f
Summary:        Pure-python library for interacting with Yubikeys
65b10f
65b10f
License:        BSD
65b10f
URL:            https://github.com/Yubico/%{name}
65b10f
Source0:        https://github.com/Yubico/%{name}/archive/%{name}-%{version}.tar.gz
65b10f
Patch0001:      0001-literal-comparison.patch
65b10f
65b10f
BuildArch:      noarch
65b10f
65b10f
%description
65b10f
Pure-python library for interacting with Yubikeys
65b10f
65b10f
65b10f
%package -n python3-%{srcname}
65b10f
Summary:        Pure-python library for interacting with Yubikeys
65b10f
BuildRequires:  python3-devel
65b10f
BuildRequires:  python3-setuptools
65b10f
BuildRequires:  python3-pytest
65b10f
BuildRequires:  python3-pyusb
65b10f
65b10f
%{?python_provide:%python_provide python3-%{srcname}}
65b10f
65b10f
%description -n python3-%{srcname}
65b10f
Pure-python library for interacting with Yubikeys. For Python 3.
65b10f
65b10f
65b10f
%prep
65b10f
%autosetup -n %{name}-%{name}-%{version} -p1
65b10f
65b10f
65b10f
%build
65b10f
%py3_build
65b10f
65b10f
65b10f
%install
65b10f
%py3_install
65b10f
65b10f
65b10f
%check
65b10f
%pytest test/soft/
65b10f
65b10f
65b10f
%files -n python3-%{srcname}
65b10f
%license COPYING
65b10f
%doc NEWS README
65b10f
%{python3_sitelib}/*
65b10f
65b10f
65b10f
%changelog
65b10f
* Tue Aug 10 2021 Mohan Boddu <mboddu@redhat.com> - 1.3.3-7
65b10f
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
65b10f
  Related: rhbz#1991688
65b10f
65b10f
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 1.3.3-6
65b10f
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
65b10f
65b10f
* Wed Feb 03 18:03:23 CET 2021 Christian Heimes <cheimes@redhat.com> - 1.3.3-5
65b10f
- Use pytest instead of nose (#1918336)
65b10f
- Don't use is to compare literals (#1749216)
65b10f
65b10f
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.3-4
65b10f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
65b10f
65b10f
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.3-3
65b10f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
65b10f
65b10f
* Tue May 26 2020 Miro Hrončok <mhroncok@redhat.com> - 1.3.3-2
65b10f
- Rebuilt for Python 3.9
65b10f
65b10f
* Thu Mar 05 2020 Mohan Boddu <mboddu@bhujji.com> - 1.3.3-1
65b10f
- Update to 1.3.3
65b10f
- Removing py3 patches
65b10f
65b10f
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.2-18
65b10f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
65b10f
65b10f
* Mon Oct 21 2019 Miro Hrončok <mhroncok@redhat.com> - 1.3.2-17
65b10f
- Drop forgotten build dependency on python2-pyusb
65b10f
65b10f
* Thu Oct 03 2019 Miro Hrončok <mhroncok@redhat.com> - 1.3.2-16
65b10f
- Rebuilt for Python 3.8.0rc1 (#1748018)
65b10f
65b10f
* Sun Aug 18 2019 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 1.3.2-15
65b10f
- Rebuilt for Python 3.8
65b10f
65b10f
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.2-14
65b10f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
65b10f
65b10f
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.2-13
65b10f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
65b10f
65b10f
* Fri Jan 11 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.3.2-12
65b10f
- Enable python dependency generator
65b10f
65b10f
* Wed Jan 09 2019 Miro Hrončok <mhroncok@redhat.com> - 1.3.2-11
65b10f
- Subpackage python2-yubico has been removed
65b10f
  See https://fedoraproject.org/wiki/Changes/Mass_Python_2_Package_Removal
65b10f
65b10f
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.2-10
65b10f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
65b10f
65b10f
* Tue Jun 19 2018 Miro Hrončok <mhroncok@redhat.com> - 1.3.2-9
65b10f
- Rebuilt for Python 3.7
65b10f
65b10f
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.2-8
65b10f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
65b10f
65b10f
* Thu Aug 24 2017 Nathaniel McCallum <npmccallum@redhat.com> - 1.3.2-7
65b10f
- Backport an upstream python3 fix (#1484862)
65b10f
65b10f
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.2-6
65b10f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
65b10f
65b10f
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.2-5
65b10f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
65b10f
65b10f
* Mon Dec 19 2016 Miro Hrončok <mhroncok@redhat.com> - 1.3.2-4
65b10f
- Rebuild for Python 3.6
65b10f
65b10f
* Tue Jul 19 2016 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3.2-3
65b10f
- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages
65b10f
65b10f
* Wed May 11 2016 Nathaniel McCallum <npmccallum@redhat.com> - 1.3.2-2
65b10f
- Add missing provide for python-yubico
65b10f
- Add missing obsoletes for python-yubico
65b10f
65b10f
* Tue May 10 2016 Nathaniel McCallum <npmccallum@redhat.com> - 1.3.2-1
65b10f
- Cleanup obsolete conditions (like RHEL 6)
65b10f
- Update to v1.3.2
65b10f
65b10f
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.3-6
65b10f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
65b10f
65b10f
* Mon Jan 11 2016 Will Thompson <will@willthompson.co.uk> - 1.2.3-5
65b10f
- Add python3-pyusb dependency to python3 subpackage (#1278210)
65b10f
65b10f
* Mon Jan 11 2016 Ville Skyttä <ville.skytta@iki.fi>
65b10f
- Ship COPYING as %%license where applicable
65b10f
65b10f
* Tue Nov 10 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.3-4
65b10f
- Rebuilt for https://fedoraproject.org/wiki/Changes/python3.5
65b10f
65b10f
* Mon Jul 20 2015 Miro Hrončok <mhroncok@redhat.com> - 1.2.3-3
65b10f
- Add Python 3 subpackage (#1244237)
65b10f
65b10f
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.3-2
65b10f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
65b10f
65b10f
* Mon Mar 23 2015 Nathaniel McCallum <npmccallum@redhat.com> - 1.2.3-1
65b10f
- Upstream 1.2.3
65b10f
- Require pyusb during building when running tests
65b10f
65b10f
* Mon Jun 23 2014 Nathaniel McCallum <npmccallum@redhat.com> - 1.2.1-3
65b10f
- Enable build on EL6.
65b10f
65b10f
* Sat Jun 21 2014 Nathaniel McCallum <npmccallum@redhat.com> - 1.2.1-2
65b10f
- Run upstream tests during build.
65b10f
65b10f
* Thu Jun 19 2014 Nathaniel McCallum <npmccallum@redhat.com> - 1.2.1-1
65b10f
- Initial release.