Update to v1.1
This commit is contained in:
parent
1326ad4107
commit
8f91816479
3 changed files with 8 additions and 5 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -5,3 +5,4 @@
|
|||
/cryptography-0.9.tar.gz
|
||||
/cryptography-1.0.tar.gz
|
||||
/cryptography-1.0.2.tar.gz
|
||||
/cryptography-1.1.tar.gz
|
||||
|
|
|
|||
|
|
@ -6,11 +6,10 @@
|
|||
%endif
|
||||
|
||||
%global reqs() %1-idna >= 2.0 %1-pyasn1 %1-six >= 1.4.1 %1-cffi >= 0.8
|
||||
%global breqs() %1-setuptools %1-pretend %1-iso8601 %1-cryptography-vectors = %{version}
|
||||
|
||||
%global breqs() %1-setuptools %1-pretend %1-iso8601 %1-cryptography-vectors = %{version} %1-pyasn1-modules %1-hypothesis
|
||||
Name: python-cryptography
|
||||
Version: 1.0.2
|
||||
Release: 2%{?dist}
|
||||
Version: 1.1
|
||||
Release: 1%{?dist}
|
||||
Summary: PyCA's cryptography library
|
||||
|
||||
Group: Development/Libraries
|
||||
|
|
@ -106,6 +105,9 @@ popd
|
|||
|
||||
|
||||
%changelog
|
||||
* Wed Nov 11 2015 Robert Kuska <rkuska@redhat.com> - 1.1-1
|
||||
- Update to v1.1
|
||||
|
||||
* Wed Nov 04 2015 Robert Kuska <rkuska@redhat.com> - 1.0.2-2
|
||||
- Rebuilt for Python3.5 rebuild
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
6a8627da0c6199fca941dc8170f9b583 cryptography-1.0.2.tar.gz
|
||||
dd06da41535184f48f2c8e8b74dd570f cryptography-1.1.tar.gz
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue