diff --git a/.gitignore b/.gitignore index d8920bd..e34fbe3 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /cryptography-0.6.1.tar.gz /cryptography-0.7.2.tar.gz /cryptography-0.8.tar.gz +/cryptography-0.8.2.tar.gz diff --git a/python-cryptography.spec b/python-cryptography.spec index bf759bf..7653d11 100644 --- a/python-cryptography.spec +++ b/python-cryptography.spec @@ -6,8 +6,8 @@ %endif Name: python-cryptography -Version: 0.8 -Release: 2%{?dist} +Version: 0.8.2 +Release: 1%{?dist} Summary: PyCA's cryptography library Group: Development/Libraries @@ -58,6 +58,7 @@ Summary: PyCA's cryptography library Requires: openssl Requires: python3-cffi >= 0.8 Requires: python3-six >= 1.6.1 +Requires: python3-pyasn1 %description -n python3-cryptography cryptography is a package designed to expose cryptographic primitives and @@ -122,10 +123,14 @@ popd %changelog +* Fri Apr 17 2015 Nathaniel McCallum - 0.8.2-1 +- New upstream release +- Add python3-pyasn1 Requires (#1211073) + * Tue Apr 14 2015 Matej Cepl - 0.8-2 - Add python-pyasn1 Requires (#1211073) -* Fri Mar 13 2015 Nathaniel McCallum - 0.8-1 +* Fri Mar 13 2015 Nathaniel McCallum - 0.8-1 - New upstream release - Remove upstreamed patch diff --git a/sources b/sources index 05c1bbc..5b85fec 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -c0871039903e8b554179fd2b30a6647d cryptography-0.8.tar.gz +7d33499e851300c194cbb0396de72462 cryptography-0.8.2.tar.gz