Name: | python-itsdangerous |
---|---|
Version: | 0.23 |
Release: | 2.el7 |
Architecture: | noarch |
Group: | Unspecified |
Size: | 101745 |
License: | BSD |
RPM: | python-itsdangerous-0.23-2.el7.noarch.rpm |
Source RPM: | python-itsdangerous-0.23-2.el7.src.rpm |
Build Date: | Fri Jul 11 2014 |
Build Host: | ca-build56.us.oracle.com |
Vendor: | Oracle America |
URL: | http://pythonhosted.org/itsdangerous/ |
Summary: | Python library for passing trusted data to untrusted environments |
Description: | Itsdangerous is a Python library for passing data through untrusted environments (for example, HTTP cookies) while ensuring the data is not tampered with. Internally itsdangerous uses HMAC and SHA1 for signing by default and bases the implementation on the Django signing module. It also however supports JSON Web Signatures (JWS). |
- Rebuilt for RHEL-7
- new upstream release 0.23 (no code changes, only packaging fixes)
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
- new upstream release 0.22
- disable Python 3 subpackage on Fedora 17
- $RPM_BUILD_ROOT -> %{buildroot}
- updated to upstream release 0.21 - added Python 3 subpackage
- initial version