New upstream release and Requires fix
This commit is contained in:
parent
86fc324f0c
commit
bc8535c49c
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,4 @@
|
|||||||
/cryptography-0.6.1.tar.gz
|
/cryptography-0.6.1.tar.gz
|
||||||
/cryptography-0.7.2.tar.gz
|
/cryptography-0.7.2.tar.gz
|
||||||
/cryptography-0.8.tar.gz
|
/cryptography-0.8.tar.gz
|
||||||
|
/cryptography-0.8.2.tar.gz
|
||||||
|
@ -6,8 +6,8 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: python-cryptography
|
Name: python-cryptography
|
||||||
Version: 0.8
|
Version: 0.8.2
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: PyCA's cryptography library
|
Summary: PyCA's cryptography library
|
||||||
|
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
@ -58,6 +58,7 @@ Summary: PyCA's cryptography library
|
|||||||
Requires: openssl
|
Requires: openssl
|
||||||
Requires: python3-cffi >= 0.8
|
Requires: python3-cffi >= 0.8
|
||||||
Requires: python3-six >= 1.6.1
|
Requires: python3-six >= 1.6.1
|
||||||
|
Requires: python3-pyasn1
|
||||||
|
|
||||||
%description -n python3-cryptography
|
%description -n python3-cryptography
|
||||||
cryptography is a package designed to expose cryptographic primitives and
|
cryptography is a package designed to expose cryptographic primitives and
|
||||||
@ -122,10 +123,14 @@ popd
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Apr 17 2015 Nathaniel McCallum <npmccallum@redhat.com> - 0.8.2-1
|
||||||
|
- New upstream release
|
||||||
|
- Add python3-pyasn1 Requires (#1211073)
|
||||||
|
|
||||||
* Tue Apr 14 2015 Matej Cepl <mcepl@redhat.com> - 0.8-2
|
* Tue Apr 14 2015 Matej Cepl <mcepl@redhat.com> - 0.8-2
|
||||||
- Add python-pyasn1 Requires (#1211073)
|
- Add python-pyasn1 Requires (#1211073)
|
||||||
|
|
||||||
* Fri Mar 13 2015 Nathaniel McCallum <nathaniel@natemccallum.com> - 0.8-1
|
* Fri Mar 13 2015 Nathaniel McCallum <npmccallum@redhat.com> - 0.8-1
|
||||||
- New upstream release
|
- New upstream release
|
||||||
- Remove upstreamed patch
|
- Remove upstreamed patch
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user