Blob Blame History Raw
Name:           python3-saml
Version:        1.3.0
Release:        2%{?dist}
Summary:        Add SAML support to your Python software using this library

License:        MIT
URL:            https://pypi.python.org/pypi/%{name}
Source0:        https://github.com/onelogin/python3-saml/archive/v%{version}/%{name}-v%{version}.tar.gz
Patch0:         0001-Remove-network-based-tests.patch

BuildArch: noarch
BuildRequires:  python3-devel
BuildRequires: %{py3_dist freezegun isodate xmlsec defusedxml}
Requires: %{py3_dist isodate xmlsec defusedxml}


%description
This toolkit lets you turn your Python application into a SP
(Service Provider) that can be connected to an IdP (Identity Provider).


%prep
%autosetup -p1


%build
%py3_build


%install
%py3_install


%check
%__python3 setup.py test


%files
%license LICENSE
%doc README.md
%{python3_sitelib}/*


%changelog
* Tue Jun 19 2018 Miro HronĨok <mhroncok@redhat.com> - 1.3.0-2
- Rebuilt for Python 3.7

* Thu Jan 25 2018 Jeremy Cline <jeremy@jcline.org> - 1.3.0-1
- Initial package.